分享二维码修改为正式版可用,去掉体验版参数

This commit is contained in:
donqi 2023-01-07 23:09:55 +08:00
parent 32fc8efe59
commit f4181b6dfa
1 changed files with 1 additions and 1 deletions

View File

@ -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;