添加店铺入驻成功提示语

This commit is contained in:
Yer
2023-07-27 11:47:02 +08:00
parent c9a3c72c10
commit fcc99b61e8

View File

@@ -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({