From 0e7008862ef8a16a3bf7bd76b7299c8168402f52 Mon Sep 17 00:00:00 2001
From: Yer <17633066053@163.com>
Date: Wed, 11 Oct 2023 16:36:36 +0800
Subject: [PATCH] =?UTF-8?q?feat:=20=E6=96=B0=E5=A2=9E=E5=BC=B9=E5=87=BA?=
=?UTF-8?q?=E9=A1=B5=E4=BB=A5=E5=8F=8A=E5=B9=BF=E5=91=8A=E9=A1=B5=E9=9D=A2?=
=?UTF-8?q?=E5=BC=80=E5=90=AF=E5=85=B3=E9=97=AD=E6=8F=90=E7=A4=BA?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
manager/src/views/page-decoration/wap/advertising.vue | 9 +++++++++
.../src/views/page-decoration/wap/alertAdvertising.vue | 9 +++++++++
2 files changed, 18 insertions(+)
diff --git a/manager/src/views/page-decoration/wap/advertising.vue b/manager/src/views/page-decoration/wap/advertising.vue
index d4d68906..927d180d 100644
--- a/manager/src/views/page-decoration/wap/advertising.vue
+++ b/manager/src/views/page-decoration/wap/advertising.vue
@@ -66,6 +66,13 @@
>
+
+
+
当前页面状态
+
+ {{result.pageShow === 'OPEN' ? '开启' : '关闭'}}
+
+
@@ -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
});
},
// 点击链接
diff --git a/manager/src/views/page-decoration/wap/alertAdvertising.vue b/manager/src/views/page-decoration/wap/alertAdvertising.vue
index c9f9b78f..a2ff1cde 100644
--- a/manager/src/views/page-decoration/wap/alertAdvertising.vue
+++ b/manager/src/views/page-decoration/wap/alertAdvertising.vue
@@ -66,6 +66,13 @@
>
+
+
+
当前页面状态
+
+ {{result.pageShow === 'OPEN' ? '开启' : '关闭'}}
+
+
@@ -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
});
},
// 图片选择器回显