|
@@ -64,7 +64,7 @@
|
|
|
<wx-open-launch-weapp
|
|
|
username="gh_0bd6a97b6d38"
|
|
|
:path="`pages/pointsMall/pointsMall${launchPath}`"
|
|
|
- :env-version="window.env === 'qa' ? 'trial' : 'release'"
|
|
|
+ :env-version="envVersion"
|
|
|
class="wx-open-launch-weapp"
|
|
|
@launch="launchFn"
|
|
|
@error="launchErrorFn"
|
|
@@ -252,6 +252,8 @@ export default {
|
|
|
paperCouponFee: 0, // 纸质优惠金额
|
|
|
platform: getPlatform(),
|
|
|
launchPath: '', // H5跳转CRM微信小程序
|
|
|
+ envVersion: window.env === 'qa' ? 'trial' : 'release',
|
|
|
+ // env: window.env === 'qa' ? 'trial' : 'release',
|
|
|
};
|
|
|
},
|
|
|
computed: {
|