From 8e82d68636defe7ff84ecc90ee2f66bc5fb28d8b Mon Sep 17 00:00:00 2001 From: zhengshuiqi Date: Fri, 25 Nov 2022 10:16:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20showToast=20=E5=AE=9A?= =?UTF-8?q?=E6=97=B6=E5=99=A8=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/category/productList.vue | 4 ++-- pages/index/index.vue | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/category/productList.vue b/pages/category/productList.vue index 377fc90..52c72b1 100644 --- a/pages/category/productList.vue +++ b/pages/category/productList.vue @@ -305,7 +305,7 @@ icon: 'none', duration: 2000 }) - }, 2000) + }, 500) this.isCart = false } else { @@ -504,7 +504,7 @@ icon: 'none', duration: 3000 }) - }, 2000) + }, 500) this.query.page_index-- } } diff --git a/pages/index/index.vue b/pages/index/index.vue index 86d975a..13419eb 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -839,7 +839,7 @@ icon: 'none', duration: 2000 }) - }, 2000) + }, 500) } //uni.showTabBar()