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