wxd
/
MShopWeApp
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
b329cd42e0bdd1f15a4f6ecdbe92b57b8168b668
Authored by
yvan.ni
2021-10-28 10:00:41 +0800
1 parent
7d341fc7
秒杀新规则,秒杀自定义
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
components/diy_seckill/diy_seckill.js
components/diy_seckill/diy_seckill.js
View file @
b329cd4
...
...
@@ -132,7 +132,7 @@ Component({
132
132
}
133
133
134
134
for(let i in all_array){
135
- let item=
data
[i];
135
+ let item=
all_array
[i];
136
136
if(item.user_price) item.price=item.user_price;
137
137
}
138
138
...
...