添加店铺入驻成功提示语
parent
c9a3c72c10
commit
fcc99b61e8
|
@ -74,7 +74,8 @@ export default {
|
|||
keepOn() {
|
||||
if (this.companyData && this.companyData.storeDisable == "OPEN") {
|
||||
uni.showToast({
|
||||
title:""
|
||||
title:"审核已通过",
|
||||
icon:"none"
|
||||
})
|
||||
} else {
|
||||
uni.navigateTo({
|
||||
|
|
Loading…
Reference in New Issue