From b3de7f7a209589d9089ac0e69844259312c1e76f Mon Sep 17 00:00:00 2001 From: fanfan Date: Thu, 21 Nov 2024 20:05:41 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=86=E8=8A=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ext.json | 2 +- manifest.json | 2 +- pages/gamll/dailyReport.vue | 6 +++--- pages/goods/seckillDetail.vue | 2 +- project.config.json | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/ext.json b/ext.json index f2b22b7..d1f4139 100644 --- a/ext.json +++ b/ext.json @@ -1,6 +1,6 @@ { "extEnable": true, - "extAppid": "wx9f7e94fe11dc0c23", + "extAppid": "wxa3127ed5c3542a28", "ext": { "store_id": 10048 } diff --git a/manifest.json b/manifest.json index 4795dac..8031dc4 100644 --- a/manifest.json +++ b/manifest.json @@ -92,7 +92,7 @@ "quickapp" : {}, /* 小程序特有相关 */ "mp-weixin" : { - "appid" : "wx9f7e94fe11dc0c23", + "appid" : "wxa3127ed5c3542a28", "libVersion" : "latest", "setting" : { // 是否检查安全域名和 TLS 版本 diff --git a/pages/gamll/dailyReport.vue b/pages/gamll/dailyReport.vue index 5dd1d57..3d9ffc3 100644 --- a/pages/gamll/dailyReport.vue +++ b/pages/gamll/dailyReport.vue @@ -32,8 +32,8 @@ {{'★'+item.goods_name}} - - 市场价:{{item.cost_price_min}} + + 市场价:{{item.goods_price_min}} 推广价:{{item.membership_price}} @@ -116,7 +116,7 @@ obj.goods_name + '\n' + '市场价:' + - obj.cost_price_min + + obj.goods_price_min + '\n' + '推广价:' + obj.membership_price + diff --git a/pages/goods/seckillDetail.vue b/pages/goods/seckillDetail.vue index 39052fb..bc37597 100644 --- a/pages/goods/seckillDetail.vue +++ b/pages/goods/seckillDetail.vue @@ -981,7 +981,7 @@ SharpGoodsApi.detail(that.activeTimeId, that.sharpGoodsId) .then(result => { let info = result.data.goods; - that.setting = result.data.detail.setting + that.setting = result.data.setting that.activeInfo = result.data.active that.goodsId = info.goods_id that.goods.skuList = []; diff --git a/project.config.json b/project.config.json index 3a08f0f..ae32f42 100644 --- a/project.config.json +++ b/project.config.json @@ -1,5 +1,5 @@ { - "appid": "wx9f7e94fe11dc0c23", + "appid": "wxa3127ed5c3542a28", "compileType": "miniprogram", "libVersion": "3.3.3", "packOptions": {