From ce4fa87a43a5bb11cc74addfe0b96b93f656b269 Mon Sep 17 00:00:00 2001 From: donqi Date: Tue, 11 Apr 2023 23:15:41 +0800 Subject: [PATCH] =?UTF-8?q?=E9=97=AE=E9=A2=98=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/my-home.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pages/index/my-home.vue b/pages/index/my-home.vue index c9c0a96..d215d22 100644 --- a/pages/index/my-home.vue +++ b/pages/index/my-home.vue @@ -531,7 +531,8 @@ async showAppInviteQrcode() { this.curUserInfo = this.$request.getCurUserInfo(); let res = await this.$request.getUnlimitedWxacode({ - scene: "distributor=" + this.curUserInfo.customerId, + scene: "distributor=" + this.curUserInfo.customerId, + width: 1280 //FIXME: 只适用于体验版,正式版需要去掉 // env_version: 'trial' });