Commit 218605fc authored by Mac's avatar Mac

1

parent 9cb7a2cc
......@@ -71,7 +71,7 @@
</style>
<template>
<view class="mydate" :style="{ height: contentHeight }">
<u-empty v-if="g.length == 0" text="暂无约会记录" mode="list"></u-empty>
<view class="getsize" v-if="g.length == 0">
<image src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/mydate-bg.png" style="width: 400rpx;height: auto;margin-bottom: 30px;" mode="widthFix"></image>
<image src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/mydate-text.png" style="width: 466rpx;height: auto" mode="widthFix"></image>
......
......@@ -85,9 +85,16 @@
{{ item.name }}
</Text>
<view v-if="mItem.MenuNavStyle!=1" class="wangr">
<view class="MenuNav-t" :style="{background:mainColor}" v-if="mItem.MenuNavStyle!=1 && item.link_url=='/pages/blindDate/message' && user_info.messageNum>0">
<tetx>{{user_info.messageNum}}</tetx>
</view>
<u-icon name="arrow" color="#A5A4AC" size="20"></u-icon>
</view>
<button open-type="contact" class="contButton" v-if="item.link_url == 'contact' && item.name == '客服'"></button>
<!-- 消息的条数 -->
<view class="MenuNav-o" :style="{background:mainColor}" v-if="mItem.MenuNavStyle==1 && item.link_url=='/pages/blindDate/message' && user_info.messageNum>0">
<tetx>{{user_info.messageNum}}</tetx>
</view>
</view>
</view>
</view>
......@@ -226,4 +233,26 @@
.renzhen{
width: 40px;height: 15px;font-size: 10px;margin-top: 10px;color: #555555;border-radius: 7px;border: 1px solid #999999;display: flex;align-items: center;justify-content: center;
}
.MenuNav-o{
position: absolute;
top: 0;
right: 20rpx;
height: 30rpx;
font-size: 20rpx;
color: #FFFFFF;
border-radius: 15rpx;
padding: 0 12rpx;
line-height: 30rpx;
}
.MenuNav-t{
height: 30rpx;
font-size: 20rpx;
color: #FFFFFF;
border-radius: 15rpx;
padding: 0 12rpx;
line-height: 30rpx;
margin-right: 10px;
}
</style>
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