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

+ 7 - 0
hdApp/src/admin/ghs/pay.vue

@@ -204,6 +204,13 @@
 			},
 			// 微信支付
 			wexinPayFn() {
+
+				let type = uni.getSystemInfoSync().platform
+				if(type == 'windows'){
+					this.$msg('请使用手机小程序付款')
+					return false
+				}
+
 				this.payWay = 0
 				let that = this
 				let currentMiniOpenId = uni.getStorageSync('currentMiniOpenId')

+ 4 - 0
hdApp/src/admin/ll/detail.vue

@@ -25,6 +25,10 @@
 					<view>失信金额:</view>
 					<view>{{ userInfo.breakAmount }}</view>
 				</view>
+				<view class="order-info_box">
+					<view>首次失信:</view>
+					<view>{{ userInfo.lastDate }}</view>
+				</view>
 				<view class="order-info_box">
 					<view>最近失信:</view>
 					<view>{{ userInfo.lastDate }}</view>

+ 7 - 0
hdApp/src/pagesPurchase/gatherPay.vue

@@ -166,6 +166,13 @@ export default {
       // #endif
     },
     wxPayFn(type){
+
+			let type = uni.getSystemInfoSync().platform
+			if(type == 'windows'){
+        this.$msg('请使用手机小程序付款')
+        return false
+      }
+
       let that = this
       //解决重复提交问题
       if(this.hasRequestApi == true){

+ 7 - 0
hdApp/src/pagesPurchase/wechatPay.vue

@@ -261,6 +261,13 @@ export default {
         // #endif
     },
     wxPayFn () {
+
+			let type = uni.getSystemInfoSync().platform
+			if(type == 'windows'){
+        this.$msg('请使用手机小程序付款')
+        return false
+      }
+
       let that = this
       //解决重复提交问题
       if(this.hasRequestApi == true){