소스 검색

订单页多列表

zs 2 년 전
부모
커밋
d5f2fcc3e4
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      pagesMy/order/index.vue

+ 1 - 0
pagesMy/order/index.vue

@@ -254,6 +254,7 @@
 						let user = that.$jwt(res.data);
 						if (user) {
 							that.$set(that, `user`, user)
+							that.clearPage();
 							that.search();
 						}
 					}