浏览代码

修改订单详情页

pangqijun 1 年之前
父节点
当前提交
c95b6f431b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pages/order/index.vue

+ 1 - 1
pages/order/index.vue

@@ -375,7 +375,7 @@ export default {
 					if (res.confirm) {
 						postUserOrderRefund({ id: orderId })
 							.then(res => {
-								this.getOrderList()
+								that.getOrderList()
 								return that.$util.Tips({
 									title: "申请成功",
 									icon: 'success'