From 62ac8d5b4365914c952c12d5005c99ab0e30496a Mon Sep 17 00:00:00 2001 From: Enzo <1284707383@qq.com> Date: Fri, 2 Jul 2021 18:17:26 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A2=E5=8D=95=E5=88=97=E8=A1=A8=20?= =?UTF-8?q?=E8=BF=94=E5=9B=9E=E6=95=B0=E7=BB=84=E7=BD=AE=E7=A9=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/order/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/order/index.vue b/pages/order/index.vue index 6fb512a..7885a80 100644 --- a/pages/order/index.vue +++ b/pages/order/index.vue @@ -204,6 +204,7 @@ tab_item.page = 1; tab_item.isPage = true; tab_item.loadingClass = true; + tab_item.list = [] tab_item.loadingText = '正在加载中'; this.getUserOrder(options); }