Commit 8f0d503f authored by 罗超's avatar 罗超

1

parent b4920b63
<style>
<style scoped>
/deep/.u-size-mini{
vertical-align: middle;
}
.postDetails{
width: 100%;
height: 100vh;
......@@ -320,7 +323,9 @@
<image style="width: 100%;height: 100%;" :src="details.ImageList[0]" mode="aspectFill"></image>
</view>
<view class="details">
<view class="details-title"><text v-if="details.Label!=null&& details.Label!='' " :style="{color:mainColor}">【{{details.Label}}</text>{{details.ActivityTitle}}</view>
<view class="details-title"><u-tag :text="details.Label" mode="dark" :bg-color="mainColor" size="mini" v-if="details.Label!=null&& details.Label!=''"/>{{details.ActivityTitle}}</view>
<!-- <text v-if="details.Label!=null&& details.Label!='' " :style="{color:mainColor}">【{{details.Label}}</text> -->
<view @click="fxshow=true">分享</view>
<view class="details-info">
<view class="details-info-l">
......@@ -1145,7 +1150,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
});
}
}
......
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