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
08026d59b9e7dc794bc4a75e52b5aa4dc3a56b26
Authored by
yvan.ni
2022-03-28 14:26:11 +0800
1 parent
3906a153
退款要带store_id
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
pages/user/return_goods/return_goods.js
pages/user/return_goods/return_goods.js
View file @
08026d5
...
...
@@ -50,6 +50,7 @@ Page({
50
50
data: {
51
51
goods_id: t.rec_id,
52
52
order_id: t.order_id,
53
+ store_id:os.stoid
53
54
},
54
55
success: function(t) {
55
56
console.log('requestReturnGoods');
...
...