Commit f1a3ea4790e5f37fc64ffdc11fbb2c499e03c056
1 parent
873d9d93
bug优化
Showing
2 changed files
with
4 additions
and
1 deletions
pages/cart/cart/cart.js
... | ... | @@ -471,7 +471,7 @@ Page({ |
471 | 471 | var isok = 1; |
472 | 472 | var is_flag = 1; |
473 | 473 | var act = null; |
474 | - var url = "/api/weshop/prom/zhbuy/get/" + os.stoid + "/" + item.prom_id + "/" + getApp().globalData.userInfo.user_id; | |
474 | + var url = "/api/weshop/prom/zhbuy/get/" + os.stoid + "/" + item.prom_id + "/" + getApp().globalData.user_id; | |
475 | 475 | await getApp().request.promiseGet(url, {}).then(res => { |
476 | 476 | console.log(res, 1000); |
477 | 477 | if (res.data.code == 0 && res.data.data) { | ... | ... |
pages/cart/cart/zh_calculate.js