分享二维码修改为正式版可用,去掉体验版参数
This commit is contained in:
parent
32fc8efe59
commit
f4181b6dfa
|
|
@ -530,7 +530,7 @@
|
||||||
let res = await this.$request.getUnlimitedWxacode({
|
let res = await this.$request.getUnlimitedWxacode({
|
||||||
scene: "distributor=" + this.curUserInfo.customerId,
|
scene: "distributor=" + this.curUserInfo.customerId,
|
||||||
//FIXME: 只适用于体验版,正式版需要去掉
|
//FIXME: 只适用于体验版,正式版需要去掉
|
||||||
env_version: 'trial'
|
// env_version: 'trial'
|
||||||
});
|
});
|
||||||
this.appQrcode = res.data;
|
this.appQrcode = res.data;
|
||||||
this.appShareQrcodeModal = true;
|
this.appShareQrcodeModal = true;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue