Commit 38b6f35f71774fbfd0703c6ee03bc606f7cf2ab3
1 parent
6d088487
搭配使用
Showing
1 changed file
with
1 additions
and
1 deletions
packageE/pages/cart/cart2/cart2.js
... | ... | @@ -615,7 +615,7 @@ Page({ |
615 | 615 | distr_t = gd.distr_type || pick.distr_type; |
616 | 616 | } |
617 | 617 | |
618 | - await getApp().request.promiseGet("/api/weshop/goods/getGoodsPromList/" | |
618 | + await getApp().request.promiseGet("/api/weshop/goods/getGoodsPromListNew/" | |
619 | 619 | + os.stoid + "/" + gd.goods_id + "/0/" + user_id, { |
620 | 620 | }).then(res => { |
621 | 621 | if (res.data.code == 0 && res.data.data) { | ... | ... |