Commit b329cd42e0bdd1f15a4f6ecdbe92b57b8168b668
1 parent
7d341fc7
秒杀新规则,秒杀自定义
Showing
1 changed file
with
1 additions
and
1 deletions
components/diy_seckill/diy_seckill.js
@@ -132,7 +132,7 @@ Component({ | @@ -132,7 +132,7 @@ Component({ | ||
132 | } | 132 | } |
133 | 133 | ||
134 | for(let i in all_array){ | 134 | for(let i in all_array){ |
135 | - let item=data[i]; | 135 | + let item=all_array[i]; |
136 | if(item.user_price) item.price=item.user_price; | 136 | if(item.user_price) item.price=item.user_price; |
137 | } | 137 | } |
138 | 138 |