修改商家入驻的提示信息

This commit is contained in:
赵毅 2025-11-18 11:49:04 +08:00
parent 05610c5137
commit 2844894d03

View File

@ -376,6 +376,13 @@ export default {
that.imgList6 = [] that.imgList6 = []
that.confirmClassify = '' that.confirmClassify = ''
NavgateTo("../sucess/index") NavgateTo("../sucess/index")
}).catch(res => {
if(res.message.includes("agent_nil")) {
uni.showToast({
title: '未找到对应的供应商信息',
icon: 'none',
});
}
}) })
}, },