From 2e18887508abb1f077cb0d264d15eb679c516c43 Mon Sep 17 00:00:00 2001 From: tianyi <13521030702@163.com> Date: Thu, 16 Jul 2026 14:16:39 +0800 Subject: [PATCH] 1 --- components/tab-bar/delivery.vue | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/components/tab-bar/delivery.vue b/components/tab-bar/delivery.vue index 139a1a3..5bb85ab 100644 --- a/components/tab-bar/delivery.vue +++ b/components/tab-bar/delivery.vue @@ -321,7 +321,10 @@ if (res.code == 200) { that.getList() } else { - that.tui.toast(res.message); + uni.showToast({ + title: res.message, + icon: 'none' + }) return; } uni.hideLoading(); @@ -382,7 +385,10 @@ that.totalPages = res.result.pages; // pages = 总页数 that.$forceUpdate(); } else { - that.tui.toast(res.message); + uni.showToast({ + title: res.message, + icon: 'none' + }) return; } uni.hideLoading();