From e704e98d7ff9f9e024e31cc564a8bca66904c7f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=93=E5=B9=B3=E8=89=BA?= <52643018@qq.com> Date: Tue, 20 Jul 2021 16:58:13 +0800 Subject: [PATCH] =?UTF-8?q?[=E4=BC=98=E5=8C=96]=20=E9=A6=96=E9=A1=B5?= =?UTF-8?q?=E5=9C=A8=E6=B2=A1=E6=9C=89tab=E7=9A=84=E6=83=85=E5=86=B5?= =?UTF-8?q?=E4=B8=8B=E7=9A=84=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/index/index.vue b/pages/index/index.vue index e6bfc92..3e76152 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -166,6 +166,7 @@ getGoodsList(){ let per_page = this.pageSize; let tab_item = this.tab_list[this.current]; + if(this.$shared.isValueType(tab_item) == 'undefined') return; this.$http(this.API.API_GOODS_LIST, { category_id: tab_item.id, type: tab_item.type,