@@ -205,8 +205,8 @@
// 微信支付
wexinPayFn() {
- let type = uni.getSystemInfoSync().platform
- if(type == 'windows'){
+ let platformType = uni.getSystemInfoSync().platform
+ if(platformType == 'windows'){
this.$msg('请使用手机小程序付款')
return false
}
@@ -167,8 +167,8 @@ export default {
},
wxPayFn(type){
@@ -262,8 +262,8 @@ export default {
wxPayFn () {