yuxingxing 2 жил өмнө
parent
commit
b039a04b2c

+ 1 - 2
pages/goods/order_list/index.vue

@@ -380,11 +380,10 @@ export default {
 		 *
 		 */
 		goPay: function (item, order_no) {
-			// this.$set(this, 'pay_close', true);
+			this.$set(this, 'pay_close', true);
 			this.$set(this, 'pay_order_id', order_no);
 			this.$set(this, 'pay_orderId', item.id);
 			this.$set(this, 'totalPrice', item.totalFee);
-			this.pay_complete()
 		},
 		/**
 		 * 支付成功回调