shish 1 год назад
Родитель
Сommit
f7aaf9b154

+ 2 - 2
hdApp/src/admin/ghs/pay.vue

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

+ 2 - 2
hdApp/src/pagesPurchase/gatherPay.vue

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

+ 2 - 2
hdApp/src/pagesPurchase/wechatPay.vue

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