From d3cd0283cdb7964844f1426a288284921d7a1a89 Mon Sep 17 00:00:00 2001 From: Enzo <1284707383@qq.com> Date: Thu, 26 Aug 2021 17:54:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/discover/discover.vue | 2 +- pages/order/order.vue | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/discover/discover.vue b/pages/discover/discover.vue index c2a1672..3dd9bec 100644 --- a/pages/discover/discover.vue +++ b/pages/discover/discover.vue @@ -3,7 +3,7 @@ - + diff --git a/pages/order/order.vue b/pages/order/order.vue index d172461..5dba04f 100644 --- a/pages/order/order.vue +++ b/pages/order/order.vue @@ -79,7 +79,7 @@ isPage: true }, { name: '已付款', - type: 1, + type: '1,2,3', list: [], loadingClass: true, loadingText: '正在加载中', @@ -97,7 +97,7 @@ }, { name: '售后', - type: 6, + type: '6,7,8', list: [], loadingClass: true, loadingText: '正在加载中',