Explorar el Código

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

soobin hace 2 años
padre
commit
87d6d65ab5
Se han modificado 1 ficheros con 1 adiciones y 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',