修改商家入驻的提示信息
This commit is contained in:
parent
05610c5137
commit
2844894d03
@ -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',
|
||||
});
|
||||
}
|
||||
})
|
||||
},
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user