Browse Source

订单页多列表

zs 2 years ago
parent
commit
d5f2fcc3e4
1 changed files with 1 additions and 0 deletions
  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();
 						}
 					}