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