Commit c6e51dca authored by Mac's avatar Mac

1

parent 7dec3c49
......@@ -211,7 +211,7 @@
<button style='position: absolute;left: 0;top: 0;opacity: 0;width: 100%;height: 100%;' open-type="contact" :send-message-title="dataList.Name" :send-message-path="path" :send-message-img="dataList.Photo" :show-message-card="true"></button>
</view>
<view class="fbanniu" :style="{background:mainColor}" @click="goedit" v-if="mall_UserInfo.UserId == dataList.Id">
<image src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/fabupyq.png" style="height: 26rpx;" mode="aspectFit"></image>
<image src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/fabupyq.png" style="height: 26rpx;width: 26rpx;" mode="aspectFit"></image>
<text style="font-size: 10px;color: #FFF;">编辑</text>
</view>
......@@ -332,9 +332,9 @@
<view class="bubble" v-if="dataList.Moblie && mall_UserInfo.UserId == dataList.Id">电话号码:{{dataList.Moblie}}</view>
<view class="bubble" v-if="dataList.WechatNo && mall_UserInfo.UserId == dataList.Id" >微信号:{{dataList.WechatNo}}</view>
<view class="bubble" v-if="dataList.SexStr">{{dataList.SexStr}}</view>
<view class="bubble" v-if="dataList.Age">{{dataList.Age}}</view>
<!-- <view class="bubble" v-if="dataList.Birthday">{{dataList.Birthday}}</view> -->
<view class="bubble" v-if="dataList.Birthday">出生年份:{{dataList.BirthdayYear}}</view>
<view class="bubble" v-if="dataList.Age">{{dataList.Age}}</view>
<!-- <view class="bubble" v-if="dataList.ShenXiao">{{dataList.ShenXiao}}</view> -->
<view class="bubble" v-if="dataList.ConoldBaseInfostellation">{{dataList.ConoldBaseInfostellation}}</view>
<view class="bubble" v-if="dataList.Height">{{dataList.Height}}cm</view>
......
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