Commit 755652df55ac19f441584fb24477de82633b0df8
1 parent
790d4e42
优化
Showing
1 changed file
with
2 additions
and
1 deletions
pages/user/user_spsy/user_spsy.js
... | ... | @@ -74,7 +74,8 @@ Page({ |
74 | 74 | let data={ |
75 | 75 | store_id:os.stoid,//商家编号 |
76 | 76 | user_id:getApp().globalData.user_id, //会员编号 |
77 | - storageId:item.pickup_no, //门店编号 | |
77 | + // storageId:item.pickup_no, //门店编号 | |
78 | + storageId:item.keyid, | |
78 | 79 | writeOffCode:qr_code_object.WriteOffCode,//核销码 |
79 | 80 | } |
80 | 81 | let res = await getApp().request.promisePut("/api/weshop/users/grade/storage/update", { | ... | ... |