Explorar o código

订单页多列表

zs %!s(int64=2) %!d(string=hai) anos
pai
achega
d5f2fcc3e4
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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();
 						}
 					}