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
ccf9590f6b719b51da0ce6a6cdd1e5e3b817ea54
Authored by
泉州测试
2022-03-19 17:43:05 +0800
1 parent
187b3e97
fix:去除多余代码
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
components/diy_seckill/diy_seckill.js
components/diy_seckill/diy_seckill.js
View file @
ccf9590
...
...
@@ -162,9 +162,6 @@ Component({
162
162
item.status = 1;
163
163
};
164
164
165
- if(item.buy_num >= item.goods_num) {
166
- item.status = 2;
167
- };
168
165
}
169
166
170
167
...
...