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;