Jelajahi Sumber

订单列表取消订单没刷新问题

pangqijun 1 tahun lalu
induk
melakukan
9e17301970
1 mengubah file dengan 4 tambahan dan 0 penghapusan
  1. 4 0
      pages/order/index.vue

+ 4 - 0
pages/order/index.vue

@@ -378,6 +378,8 @@ export default {
 					if (res.confirm) {
 						orderCancel(order_id)
 							.then(res => {
+								that.orderList = [];
+								that.getOrderList()
 								return that.$util.Tips({
 									title: res.msg,
 									icon: 'success'
@@ -410,6 +412,7 @@ export default {
 					if (res.confirm) {
 						postUserOrderRefund({ id: orderId })
 							.then(res => {
+								that.orderList = [];
 								that.getOrderList()
 								return that.$util.Tips({
 									title: "申请成功",
@@ -489,6 +492,7 @@ export default {
 		 * 获取订单列表
 		 */
 		getOrderList: function () {
+			console.log("wojinlail");
 			let that = this;
 			if (that.loadend) return;
 			if (that.loading) return;