问题修复

This commit is contained in:
donqi 2023-04-11 23:15:41 +08:00
parent e1497d7e77
commit ce4fa87a43
1 changed files with 2 additions and 1 deletions

View File

@ -531,7 +531,8 @@
async showAppInviteQrcode() { async showAppInviteQrcode() {
this.curUserInfo = this.$request.getCurUserInfo(); this.curUserInfo = this.$request.getCurUserInfo();
let res = await this.$request.getUnlimitedWxacode({ let res = await this.$request.getUnlimitedWxacode({
scene: "distributor=" + this.curUserInfo.customerId, scene: "distributor=" + this.curUserInfo.customerId,
width: 1280
//FIXME: //FIXME:
// env_version: 'trial' // env_version: 'trial'
}); });