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
4fffb5b65964e2e25a46aa1352c64911fa6a9140
Authored by
yvan.ni
2023-07-17 17:58:31 +0800
1 parent
88bd6f00
回退的时候,商品正常显示1
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
pages/goods/goodsInfo/goodsInfo.js
pages/goods/goodsInfo/goodsInfo.js
View file @
4fffb5b
...
...
@@ -911,7 +911,7 @@ Page({
911
911
912
912
//-- 要清空,因为有回退。优惠促的数组,购买数量要清理成1 --
913
913
this.data.cx_prom_group=[];
914
- this.
data.goodsInputNum=1
;
914
+ this.
setData({goodsInputNum:1})
;
915
915
916
916
var goods_list = null,
917
917
th = this,
...
...