问题修复
This commit is contained in:
parent
e1497d7e77
commit
ce4fa87a43
|
|
@ -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'
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue