From 3e60f0f5c010f17ca80b46a4305f03ec8c3cf6a9 Mon Sep 17 00:00:00 2001 From: aixianling Date: Thu, 12 Jan 2023 12:09:21 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B4=AD=E7=89=A9=E8=BD=A6=E5=9F=BA=E6=9C=AC?= =?UTF-8?q?=E9=80=BB=E8=BE=91=E7=90=86=E9=A1=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wxmp/src/pages/AppCart.vue | 43 ++++++++++++++++++++++++++++++++++---- wxmp/src/pages/home.vue | 4 +--- 2 files changed, 40 insertions(+), 7 deletions(-) diff --git a/wxmp/src/pages/AppCart.vue b/wxmp/src/pages/AppCart.vue index 39034f8..cc545bd 100644 --- a/wxmp/src/pages/AppCart.vue +++ b/wxmp/src/pages/AppCart.vue @@ -1,23 +1,58 @@ diff --git a/wxmp/src/pages/home.vue b/wxmp/src/pages/home.vue index 4c39fdd..d323d31 100644 --- a/wxmp/src/pages/home.vue +++ b/wxmp/src/pages/home.vue @@ -41,9 +41,6 @@ export default { getList() { this.products = new List("/api/product/list") this.products.init() - }, - handleGoodNav() { - }, handleType() { }, @@ -59,6 +56,7 @@ export default { } }, onShow() { + uni.showTabBar() this.getList() }, onReachBottom() {