From f84b92539e4a06a3e9c4d57a2a9f195e9737f646 Mon Sep 17 00:00:00 2001 From: taiyuan Date: Mon, 6 Dec 2021 10:05:28 +0800 Subject: [PATCH] 幸运购自定义模版 --- components/diy_luckyGo/diy_luckyGo.js | 4 ++-- packageC/pages/luckyGo/luckyGo_cart/luckyGo_cart.json | 2 +- packageC/pages/luckyGo/luckyGo_cart_ct/luckyGo_cart_ct.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/components/diy_luckyGo/diy_luckyGo.js b/components/diy_luckyGo/diy_luckyGo.js index 3fb2f91..0d6a208 100644 --- a/components/diy_luckyGo/diy_luckyGo.js +++ b/components/diy_luckyGo/diy_luckyGo.js @@ -80,8 +80,8 @@ Component({ if(!user_id){ user_id=0;} //--调用接口,读取秒杀-- - app.request.promiseGet("/api/ms/flash_sale/getGoodsList?store_id=" - + os.stoid + "&goodsidlist=" + goodsidlist+"&user_id="+user_id, {}).then(res => { + app.request.promiseGet("/api/weshop/prom/luckyActivity/getGoodsList?store_id=" + + os.stoid + "&goodsidlist=" + goodsidlist + "&type="+ 1, {}).then(res => { console.log(res); //如果秒杀的数组为空的时候 var goodslist = res.data.data; diff --git a/packageC/pages/luckyGo/luckyGo_cart/luckyGo_cart.json b/packageC/pages/luckyGo/luckyGo_cart/luckyGo_cart.json index c78ad85..0cfb931 100644 --- a/packageC/pages/luckyGo/luckyGo_cart/luckyGo_cart.json +++ b/packageC/pages/luckyGo/luckyGo_cart/luckyGo_cart.json @@ -1,5 +1,5 @@ { - "navigationBarTitleText": "提交订单", + "navigationBarTitleText": "填写订单", "enablePullDownRefresh": false, "usingComponents": { "warn": "/components/long_warn/long_warn" diff --git a/packageC/pages/luckyGo/luckyGo_cart_ct/luckyGo_cart_ct.json b/packageC/pages/luckyGo/luckyGo_cart_ct/luckyGo_cart_ct.json index c78ad85..0cfb931 100644 --- a/packageC/pages/luckyGo/luckyGo_cart_ct/luckyGo_cart_ct.json +++ b/packageC/pages/luckyGo/luckyGo_cart_ct/luckyGo_cart_ct.json @@ -1,5 +1,5 @@ { - "navigationBarTitleText": "提交订单", + "navigationBarTitleText": "填写订单", "enablePullDownRefresh": false, "usingComponents": { "warn": "/components/long_warn/long_warn" -- libgit2 0.21.4