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
1c9e2ee42a3eca5de0c4b2b09d15bd0ad50ccbc4
Authored by
泉州测试
2022-03-19 16:50:25 +0800
1 parent
05a97df0
添加注释
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
packageA/pages/goodsInfo/goodsInfo.js
packageA/pages/goodsInfo/goodsInfo.js
View file @
1c9e2ee
...
...
@@ -875,6 +875,8 @@ Page({
875
875
};
876
876
});
877
877
878
+ // 有库存的情况下,走秒杀活动流程 否则 走正常购买流程
879
+ // 没有库存,已抢光的情况下,走正常购买流程
878
880
if(redisNum > 0 && !this.data.is_normal) {
879
881
// 输入的数量
880
882
var t = th.data.goodsInputNum;
...
...