Commit 611f081b authored by Mac's avatar Mac

提交

parent 6f0a5ff7
......@@ -19,6 +19,7 @@
color: #111111;
line-height: 25px;
font-weight: bold;
margin-right: 10px;
}
.postDetails .details-info{
width: 100%;
......@@ -329,9 +330,10 @@
</view>
<view class="details">
<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">
<image src="@/static/images/icon/icon-share.png" class="share-icon" @click="fxshow=true"/>
</view>
<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">
<image src="@/static/images/icon/icon-share.png" class="share-icon" />
</view>
</view>
......@@ -1164,7 +1166,7 @@
},
goposter(){
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 @@
align-items: center;
.nav {
width: 170rpx;
// height: 56rpx;
height: 56rpx;
line-height: 56rpx;
border-radius: 28rpx;
font-size: 28rpx;
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