yuxingxing преди 2 години
родител
ревизия
b039a04b2c
променени са 1 файла, в които са добавени 1 реда и са изтрити 2 реда
  1. 1 2
      pages/goods/order_list/index.vue

+ 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()
 		},
 		/**
 		 * 支付成功回调