mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-uniapp.git
synced 2025-12-17 16:05:53 +08:00
添加店铺入驻成功提示语
This commit is contained in:
@@ -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({
|
||||||
|
|||||||
Reference in New Issue
Block a user