From 61b53bdafcc6af43787143a1d7ee42b6d75ff604 Mon Sep 17 00:00:00 2001 From: JaylenTech <350683609@qq.com> Date: Thu, 30 Dec 2021 17:24:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=B0=8F=E7=A8=8B=E5=BA=8Fap?= =?UTF-8?q?pid=EF=BC=8C=E6=96=B0=E5=A2=9E=E5=B0=8F=E7=A8=8B=E5=BA=8F?= =?UTF-8?q?=E8=B7=B3=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 10 ++++------ pages/tuniao/tuniao.vue | 15 +++++++++++++++ 2 files changed, 19 insertions(+), 6 deletions(-) diff --git a/manifest.json b/manifest.json index 7de6724..f1d22d1 100644 --- a/manifest.json +++ b/manifest.json @@ -50,15 +50,13 @@ "quickapp" : {}, /* 小程序特有相关 */ "mp-weixin" : { - "appid" : "wxf3d81a452b88ff4b", + "appid" : "wx97458d91caa76a6a", "setting" : { "urlCheck" : false, - "es6" : true + "es6" : true, + "minified" : true }, - "usingComponents" : true, - "optimization" : { - "subPackages" : true - } + "usingComponents" : true }, "mp-alipay" : { "usingComponents" : true diff --git a/pages/tuniao/tuniao.vue b/pages/tuniao/tuniao.vue index d476889..aa5901e 100644 --- a/pages/tuniao/tuniao.vue +++ b/pages/tuniao/tuniao.vue @@ -57,6 +57,15 @@ + + + + + + 图鸟UI + 会员版 + + @@ -151,6 +160,12 @@ appId: 'wxa698b1eee960632f' }) }, + // 跳转到图鸟UI会员版 + navTuniaoUI() { + uni.navigateToMiniProgram({ + appId: 'wxf3d81a452b88ff4b' + }) + }, // 跳转到会员协议 navPlus() {