shish 1 سال پیش
والد
کامیت
a40fd13e03
4فایلهای تغییر یافته به همراه25 افزوده شده و 0 حذف شده
  1. 7 0
      hdApp/src/admin/ghs/pay.vue
  2. 4 0
      hdApp/src/admin/ll/detail.vue
  3. 7 0
      hdApp/src/pagesPurchase/gatherPay.vue
  4. 7 0
      hdApp/src/pagesPurchase/wechatPay.vue

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

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

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

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

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

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

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

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