Explorar o código

更新长隆微信支付主扫功能

soobin %!s(int64=2) %!d(string=hai) anos
pai
achega
87d6d65ab5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      packageA/pages/user/orderEit.vue

+ 1 - 1
packageA/pages/user/orderEit.vue

@@ -126,7 +126,7 @@
 							var order = this.order;
 							var refundAmount = this.refundAmount;
 							var token = uni.getStorageSync("token");
-							if(order.payPlatform == '3') {
+							if(order.payPlatform != null && order.payPlatform == '3') {
 								//如果为直接对接微信支付
 								uni.request({
 									url: this.serverurl + '/tWeixinPay/refund',