Merge branch 'master' of gitee.com:beijing_hongye_huicheng/lilishop-ui

master
misworga831 2023-10-16 18:20:34 +08:00
commit 5385d10bc8
2 changed files with 18 additions and 0 deletions

View File

@ -66,6 +66,13 @@
>
</div>
</div>
<div class="decorate-view">
<div class="decorate-view-title">当前页面状态</div>
<div>
<Tag :type="result.pageShow === 'OPEN' ? 'green' : 'red'">{{result.pageShow === 'OPEN' ? '开启' : '关闭'}}</Tag>
</div>
</div>
</div>
</div>
</div>
@ -87,6 +94,7 @@ export default {
},
data() {
return {
result:"",
picModelFlag: false, //
type: "full", //
@ -131,6 +139,7 @@ export default {
res.result.pageData
? this.$set(this, "advertising", [JSON.parse(res.result.pageData)])
: "";
this.result = res.result
});
},
//

View File

@ -66,6 +66,13 @@
>
</div>
</div>
<div class="decorate-view">
<div class="decorate-view-title">当前页面状态</div>
<div>
<Tag :type="result.pageShow === 'OPEN' ? 'green' : 'red'">{{result.pageShow === 'OPEN' ? '开启' : '关闭'}}</Tag>
</div>
</div>
</div>
</div>
</div>
@ -90,6 +97,7 @@ export default {
},
data() {
return {
result:"",
picModelFlag: false, //
type: "full", //
//广
@ -140,6 +148,7 @@ export default {
res.result.pageData
? this.$set(this, "advertising", [JSON.parse(res.result.pageData)])
: "";
this.result = res.result
});
},
//