Commit 611f081b authored by Mac's avatar Mac

提交

parent 6f0a5ff7
...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
color: #111111; color: #111111;
line-height: 25px; line-height: 25px;
font-weight: bold; font-weight: bold;
margin-right: 10px;
} }
.postDetails .details-info{ .postDetails .details-info{
width: 100%; width: 100%;
...@@ -329,9 +330,10 @@ ...@@ -329,9 +330,10 @@
</view> </view>
<view class="details"> <view class="details">
<view style="display: flex;align-items: flex-start;justify-content: space-between;"> <view style="display: flex;align-items: flex-start;justify-content: space-between;">
<view class="details-title"><u-tag :text="details.Label" mode="dark" :bg-color="mainColor" size="mini" v-if="details.Label!=null&& details.Label!=''" style='margin-right:5px ;'/>{{details.ActivityTitle}}</view> <view style="width: 30px;" @click="fxshow=true"> <view class="details-title"><u-tag :text="details.Label" mode="dark" :bg-color="mainColor" size="mini" v-if="details.Label!=null&& details.Label!=''" style='margin-right:5px ;'/>{{details.ActivityTitle}}</view>
<image src="@/static/images/icon/icon-share.png" class="share-icon" @click="fxshow=true"/> <view style="width: 30px;" @click="fxshow=true">
</view> <image src="@/static/images/icon/icon-share.png" class="share-icon" />
</view>
</view> </view>
...@@ -1164,7 +1166,7 @@ ...@@ -1164,7 +1166,7 @@
}, },
goposter(){ goposter(){
uni.navigateTo({ uni.navigateTo({
url: '/pages/blindDate/xqposter?cover='+this.details.ImageList[0]+'&title='+this.details.ActivityTitle +'&Id='+this.msg.ActivityId url: '/pages/blindDate/xqposter?cover='+this.details.ImageList[0]+'&title='+this.details.ActivityTitle +'&id='+this.msg.ActivityId
}); });
} }
} }
......
...@@ -264,7 +264,8 @@ ...@@ -264,7 +264,8 @@
align-items: center; align-items: center;
.nav { .nav {
width: 170rpx; width: 170rpx;
// height: 56rpx; height: 56rpx;
line-height: 56rpx;
border-radius: 28rpx; border-radius: 28rpx;
font-size: 28rpx; font-size: 28rpx;
font-weight: 500; font-weight: 500;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment