分享
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user