Sfoglia il codice sorgente

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

soobin 2 anni fa
parent
commit
87d6d65ab5
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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',