From f4181b6dfa70d052d09ae1f487037a8e68cc10f3 Mon Sep 17 00:00:00 2001 From: donqi Date: Sat, 7 Jan 2023 23:09:55 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=86=E4=BA=AB=E4=BA=8C=E7=BB=B4=E7=A0=81?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=BA=E6=AD=A3=E5=BC=8F=E7=89=88=E5=8F=AF?= =?UTF-8?q?=E7=94=A8=EF=BC=8C=E5=8E=BB=E6=8E=89=E4=BD=93=E9=AA=8C=E7=89=88?= =?UTF-8?q?=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/my-home.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/index/my-home.vue b/pages/index/my-home.vue index 5c4c830..1420484 100644 --- a/pages/index/my-home.vue +++ b/pages/index/my-home.vue @@ -530,7 +530,7 @@ let res = await this.$request.getUnlimitedWxacode({ scene: "distributor=" + this.curUserInfo.customerId, //FIXME: 只适用于体验版,正式版需要去掉 - env_version: 'trial' + // env_version: 'trial' }); this.appQrcode = res.data; this.appShareQrcodeModal = true;