|
@@ -218,9 +218,9 @@ export default {
|
|
|
}
|
|
|
};
|
|
|
},
|
|
|
- created() {
|
|
|
- this.wxEnv = getEnvIsWx();
|
|
|
- },
|
|
|
+ // created() {
|
|
|
+ // this.wxEnv = getEnvIsWx();
|
|
|
+ // },
|
|
|
methods: {
|
|
|
/**
|
|
|
* 打开弹框触发
|
|
@@ -231,6 +231,7 @@ export default {
|
|
|
* @returns {any}
|
|
|
*/
|
|
|
openPopup(details, numType = 'single', orderType = 'road') {
|
|
|
+ this.wxEnv = getEnvIsWx();
|
|
|
this.payWayPop = true;
|
|
|
this.orderMoney = details.payAmount.toFixed(2);
|
|
|
if (numType === 'single' && orderType === 'parking') {
|