From 1c77940784c1391dc717ffe3715db4736ab59b66 Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Tue, 30 Aug 2022 18:08:25 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E9=80=81=E8=8C=83=E5=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../addPropaganda.vue | 17 ++++- .../AppCooperationPropaganda/sendScoped.vue | 67 +++++++++++++++++++ 2 files changed, 81 insertions(+), 3 deletions(-) create mode 100644 src/project/saas/AppCooperationPropaganda/sendScoped.vue diff --git a/src/project/saas/AppCooperationPropaganda/addPropaganda.vue b/src/project/saas/AppCooperationPropaganda/addPropaganda.vue index 8bafc606..0e94e71a 100644 --- a/src/project/saas/AppCooperationPropaganda/addPropaganda.vue +++ b/src/project/saas/AppCooperationPropaganda/addPropaganda.vue @@ -7,7 +7,7 @@
*发送范围
-
+
请选择
@@ -42,7 +42,7 @@
-
发送
+
发送
@@ -59,7 +59,9 @@ export default { } }, methods: { - + toSleectScoped() { + uni.navigateTo({url: `./sendScoped?type=${this.type}`}) + } }, onShow() { }, @@ -152,6 +154,15 @@ export default { padding: 24px 32px; box-sizing: border-box; background: #FFF; + .submitBtn { + background: #1365DD; + width: 100%; + height: 80px; + line-height: 80px; + text-align: center; + color: #FFF; + border-radius: 8px; + } } } \ No newline at end of file diff --git a/src/project/saas/AppCooperationPropaganda/sendScoped.vue b/src/project/saas/AppCooperationPropaganda/sendScoped.vue new file mode 100644 index 00000000..f4790414 --- /dev/null +++ b/src/project/saas/AppCooperationPropaganda/sendScoped.vue @@ -0,0 +1,67 @@ + + + + \ No newline at end of file