From 2844894d034f777f3bea1e37a7b207d540c3a523 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E6=AF=85?= <1335909236@qq.com> Date: Tue, 18 Nov 2025 11:49:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=95=86=E5=AE=B6=E5=85=A5?= =?UTF-8?q?=E9=A9=BB=E7=9A=84=E6=8F=90=E7=A4=BA=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/shopEnter/index/index.vue | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/packages/shopEnter/index/index.vue b/packages/shopEnter/index/index.vue index 35bb068e..591e5e11 100644 --- a/packages/shopEnter/index/index.vue +++ b/packages/shopEnter/index/index.vue @@ -376,6 +376,13 @@ export default { that.imgList6 = [] that.confirmClassify = '' NavgateTo("../sucess/index") + }).catch(res => { + if(res.message.includes("agent_nil")) { + uni.showToast({ + title: '未找到对应的供应商信息', + icon: 'none', + }); + } }) },