From cae9a636e4a746729490a111dceea58eeb2aeec3 Mon Sep 17 00:00:00 2001 From: Enzo <1284707383@qq.com> Date: Sat, 18 Sep 2021 18:46:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=A7=E5=93=81=E6=A0=B8=E9=94=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 2 +- pages/verification/index.vue | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index 477adb2..43779cc 100644 --- a/manifest.json +++ b/manifest.json @@ -50,7 +50,7 @@ "quickapp" : {}, /* 小程序特有相关 */ "mp-weixin" : { - "appid" : "wxeb58570b5e04d147", + "appid" : "wx27c51a989127de12", "setting" : { "urlCheck" : true, "es6" : false, diff --git a/pages/verification/index.vue b/pages/verification/index.vue index bc8e315..8ee100d 100644 --- a/pages/verification/index.vue +++ b/pages/verification/index.vue @@ -23,13 +23,13 @@ }, onLoad(options) { this.userInfo = uni.getStorageSync('userinfo'); - this.loadOptions = decodeURIComponent(options.scene); + this.loadOptions = options.scene; this.strVerfiy = this.loadOptions.slice(2,this.loadOptions.length); var search_0$ = this.loadOptions.slice(0,2); - if(search_0$ == '0$') { - this.ifProduct = false; - }else { + if(search_0$ == 'hy') { this.ifProduct = true + }else { + this.ifProduct = false; } }, methods: {