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
578040650cc597e25a39f2e570292fea4a1b86df
Authored by
yvan.ni
2023-08-15 18:27:25 +0800
1 parent
ef06da89
失效商品的优化
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
pages/goods/goodsInfo/goodsInfo.js
pages/goods/goodsInfo/goodsInfo.js
View file @
5780406
...
...
@@ -1973,6 +1973,8 @@ Page({
1973
1973
user_id: oo.user_id,
1974
1974
goods_id: a,
1975
1975
pick_id: e.data.sto_sele_id,
1976
+ prom_type: newd.prom_type,
1977
+ prom_id: newd.prom_id,
1976
1978
state: 0,
1977
1979
},
1978
1980
success: function (re) {
...
...