From 35d9b0a3af4ca5c0f35da1b4682cb847f9db5ecd Mon Sep 17 00:00:00 2001 From: liuye Date: Fri, 3 Feb 2023 17:02:50 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=86=E4=BA=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../AppLuckyDraw/AppLuckyDraw.vue | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/src/project/activeAnalysis/AppLuckyDraw/AppLuckyDraw.vue b/src/project/activeAnalysis/AppLuckyDraw/AppLuckyDraw.vue index 79c41127..e9241e10 100644 --- a/src/project/activeAnalysis/AppLuckyDraw/AppLuckyDraw.vue +++ b/src/project/activeAnalysis/AppLuckyDraw/AppLuckyDraw.vue @@ -290,9 +290,8 @@ export default { wx.invoke("shareAppMessage", { title: '幸运抽奖', desc: '新年伊始,企业微信团队为创建安全和谐的网络办公环境,诚邀大家使用企业微信参与打卡活动!', - link: location.host+`/apps/AppLuckyDraw/AppLuckyDraw?activityId=${this.activityId}&friendId=${this.user.id}`, + link: location.origin+`/apps/AppLuckyDraw/AppLuckyDraw?activityId=${this.activityId}&friendId=${this.user.id}`, }, function(res) { - }); }) }) @@ -448,24 +447,24 @@ export default { } } .flex-img-item:nth-of-type(1) { - // flex: 1; - width: 110px; + flex: 1; + // width: 110px; text-align: left; } .flex-img-item:nth-of-type(2) { - flex: 1.5; + flex: 5; text-align: right; } .flex-img-item:nth-of-type(3) { - flex: 3.5; + flex: 10; text-align: right; } .flex-img-item:nth-of-type(4) { - flex: 4.5; + flex: 15; text-align: right; } .flex-img-item:nth-of-type(5) { - flex: 3.5; + flex: 20; text-align: right; } } @@ -502,7 +501,7 @@ export default { } div:nth-of-type(1) { // flex: 1; - width: 110px; + // width: 110px; text-align: left; } div:nth-of-type(2) {