Commit 253c9a0c authored by Mac's avatar Mac

1

parent 1354d15d
......@@ -160,6 +160,20 @@
height: 63px;
}
.fbanniu {
width: 42px;
height: 42px;
border-radius: 21px;
position: fixed;
right: 20rpx;
bottom: 180rpx;
background: #40766E;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
z-index: 99;
}
</style>
<template>
<scroll-view :scroll-y="true" @scroll="scrollHandler" @scrolltoupper="scrollTopHandler" style="height: 100vh;position: relative;">
......@@ -168,6 +182,10 @@
<image src='https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/blindDate_yueta.png' style="width: 100%;height: 100%;"></image>
<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>
<text style="font-size: 10px;color: #FFF;">编辑</text>
</view>
<view class="headStatus" v-if="scrollTop > 50" :style="[headStyle,
......@@ -391,14 +409,14 @@
</view> -->
</view>
<template v-if="isShowBtn">
<!-- <template v-if="isShowBtn">
<view class="edit" v-if="dataList.IsAttestation==1" :style="{background:mainColor}" @click="goedit()">
编辑资料
</view>
<view class="edit" v-if="dataList.IsAttestation==0 && mall_UserInfo.UserId == dataList.Id" :style="{background:mainColor}" @click="gorenz()">
去认证
</view>
</template>
</template> -->
</view>
</view>
</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