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
f62baa097cfc2e5a461cabe2322175dbce97d159
Authored by
yvan.ni
2022-02-22 14:23:56 +0800
1 parent
c708dba6
商品秒杀的普通购买,不能有秒杀的限购
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
pages/goods/goodsInfo/goodsInfo.js
pages/goods/goodsInfo/goodsInfo.js
View file @
f62baa0
...
...
@@ -1093,6 +1093,7 @@ Page({
1093
1093
if (this.data.prom_type == 1 || this.data.prom_type == 2) {
1094
1094
1095
1095
if (this.data.openSpecModal_flash_normal) {
1096
+ this.data.is_normal=1; //是普通购买
1096
1097
th.add_cart_func(t);
1097
1098
return false;
1098
1099
}
...
...