罗世杰:招商、出租推广发布跳转

This commit is contained in:
LuoShijie
2023-11-17 15:17:03 +08:00
parent 10136f43f7
commit 46ea8e4ee9
5 changed files with 47 additions and 11 deletions

View File

@@ -5,6 +5,7 @@
:key="shopid"
:shopInfo="item"
:is-adshow="isADshow"
:adlinkPath="adlinkPath"
:show-style="showStyle"
:is-edit="isEdit"
@delItem="handleDel"
@@ -39,6 +40,12 @@
return true
}
},
adlinkPath: {
type: String,
default() {
return ''
}
},
isEdit: {
type: Boolean,
default() {