From 1a5ca8155a3e1fe65ef009f778afa903141a9eb6 Mon Sep 17 00:00:00 2001 From: liuye Date: Mon, 30 Jan 2023 09:30:48 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=90=E8=90=A5=E6=B4=BB=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../activeAnalysis/AppWechatActivities/Detail.vue | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/project/activeAnalysis/AppWechatActivities/Detail.vue b/src/project/activeAnalysis/AppWechatActivities/Detail.vue index 960fb531..f6810d4e 100644 --- a/src/project/activeAnalysis/AppWechatActivities/Detail.vue +++ b/src/project/activeAnalysis/AppWechatActivities/Detail.vue @@ -2,7 +2,7 @@
- +
{{ detail.title }}
@@ -72,6 +72,7 @@ export default { timeNow: '', show: false, phone: '', + imgUrl: 'https://cdn.cunwuyun.cn/public/16749723482248.png' } }, onLoad(option) { @@ -109,10 +110,10 @@ export default { }, previewImage() { - var images = [{url: 'https://cdn.cunwuyun.cn/public/16749861412151.png'}] + var images = [{url: this.imgUrl}] uni.previewImage({ urls: images.map((v) => v.url), - current: 'https://cdn.cunwuyun.cn/public/16749861412151.png', + current: this.imgUrl, }) }, signUp() { @@ -409,7 +410,7 @@ export default { div { width: 100%; height: 100px; - background: #a71b14; + background: #3975C6; text-align: center; line-height: 100px; color: #fff;