From 7bf69d61631381bf976b3d5fd19f07cf417db0a1 Mon Sep 17 00:00:00 2001 From: fanfan Date: Mon, 11 Nov 2024 20:03:16 +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 --- manifest.json | 2 +- pages/gamll/dailyReport.vue | 8 ++++---- pages/squareDynamic/index.vue | 10 ++++++++++ project.config.json | 2 +- 4 files changed, 16 insertions(+), 6 deletions(-) diff --git a/manifest.json b/manifest.json index 8031dc4..4795dac 100644 --- a/manifest.json +++ b/manifest.json @@ -92,7 +92,7 @@ "quickapp" : {}, /* 小程序特有相关 */ "mp-weixin" : { - "appid" : "wxa3127ed5c3542a28", + "appid" : "wx9f7e94fe11dc0c23", "libVersion" : "latest", "setting" : { // 是否检查安全域名和 TLS 版本 diff --git a/pages/gamll/dailyReport.vue b/pages/gamll/dailyReport.vue index eab6de9..5dd1d57 100644 --- a/pages/gamll/dailyReport.vue +++ b/pages/gamll/dailyReport.vue @@ -35,8 +35,8 @@ 市场价:{{item.cost_price_min}} - - 推广价:{{item.goods_price_min}} + + 推广价:{{item.membership_price}} SKU:{{item.goods_no}} @@ -116,10 +116,10 @@ obj.goods_name + '\n' + '市场价:' + - obj.goods_price_min + + obj.cost_price_min + '\n' + '推广价:' + - obj.cost_price_min + + obj.membership_price + '\n' + (obj.goods_no ? 'SKU:' + obj.goods_no + '\n' : '') + (obj.jd_short_url ? obj.jd_short_url + '\n' : '') + diff --git a/pages/squareDynamic/index.vue b/pages/squareDynamic/index.vue index 49c0dd0..66640d6 100644 --- a/pages/squareDynamic/index.vue +++ b/pages/squareDynamic/index.vue @@ -142,6 +142,16 @@ this.windowHeight += sys.windowTop; } }, + onShareAppMessage() { + return { + + } + }, + onShareTimeline() { + return { + + } + }, onReady() { const query = uni.createSelectorQuery().in(this); query.select('#publish').boundingClientRect(data => { diff --git a/project.config.json b/project.config.json index ae32f42..3a08f0f 100644 --- a/project.config.json +++ b/project.config.json @@ -1,5 +1,5 @@ { - "appid": "wxa3127ed5c3542a28", + "appid": "wx9f7e94fe11dc0c23", "compileType": "miniprogram", "libVersion": "3.3.3", "packOptions": {