Merge branch 'master' of repo.ufutx.net:ufutx.love.mp.v2
This commit is contained in:
commit
e4d5f45ef4
@ -276,8 +276,8 @@
|
||||
<view class="~ui-pl-16" @tap="changeReply(item)">
|
||||
<view class="~f-fcl">
|
||||
<view class="ui-name">{{ item.nickname || '未设置名称' }}</view>
|
||||
<image v-if="item.sex == 1" class="ui-sex-icon ~ui-ml-10" src="https://images.ufutx.com/202103/23/3e7ac93e7bff26a9b62fe3232c776a96.png" lazy-load="false"></image>
|
||||
<image v-else class="ui-sex-icon ~ui-ml-10" src="https://images.ufutx.com/202103/23/4fd7a85e7073152fde91190b8957910e.png" lazy-load="false"></image>
|
||||
<image v-if="item.sex == 1" class="ui-sex-icon ~ui-ml-10" src="https://image.fulllinkai.com/202410/29/2b0f7e89d27a96a9bf6b234360292e4b.png" lazy-load="false"></image>
|
||||
<image v-else class="ui-sex-icon ~ui-ml-10" src="https://image.fulllinkai.com/202410/29/40b26d71cf2af9b1be0f874605c6ef2f.png" lazy-load="false"></image>
|
||||
</view>
|
||||
<view class="~color999 ~font_24 ~f-fb ~ui-pt-4">{{ item.created_at }}</view>
|
||||
<view class="~color333 ~font_30 ui-content">
|
||||
|
||||
@ -25,13 +25,13 @@
|
||||
<block v-if="user.rank_id > 0">
|
||||
<view class="text-center vipBox">
|
||||
<image src="https://images.ufutx.com/202101/30/e3a22a60849c3910e680d932772432b4.png" mode="aspectFill" class="icon"></image>
|
||||
<view v-if="user.nickname" class="_edit font_22 color-666">编辑</view>
|
||||
<view v-if="user.nickname" class="_edit ~font_22 ~color-666">编辑</view>
|
||||
</view>
|
||||
</block>
|
||||
<block v-else>
|
||||
<view class="text-center vipBox">
|
||||
<image src="https://images.ufutx.com/202101/30/004a146ad71658aaa2ad0f0263f960b8.png" mode="aspectFill" class="icon"></image>
|
||||
<view v-if="user.nickname" class="_edit font_22 color-666">编辑</view>
|
||||
<view v-if="user.nickname" class="_edit ~font_22 ~color-666">编辑</view>
|
||||
</view>
|
||||
</block>
|
||||
</view>
|
||||
|
||||
@ -439,8 +439,8 @@ page {
|
||||
<view class="friendAddition">
|
||||
<image class="header" :src="pic" mode="aspectFill"></image>
|
||||
<view class="texts">{{msg || 'hi'}}</view>
|
||||
<image v-if="sex == 1" class="sex" src="https://images.ufutx.com/202103/23/3e7ac93e7bff26a9b62fe3232c776a96.png"></image>
|
||||
<image v-else class="sex" src="https://images.ufutx.com/202103/23/4fd7a85e7073152fde91190b8957910e.png"></image>
|
||||
<image v-if="sex == 1" class="sex" src="https://image.fulllinkai.com/202410/29/2b0f7e89d27a96a9bf6b234360292e4b.png"></image>
|
||||
<image v-else class="sex" src="https://image.fulllinkai.com/202410/29/40b26d71cf2af9b1be0f874605c6ef2f.png"></image>
|
||||
</view>
|
||||
<view class="cu-bar">
|
||||
<view class="action">
|
||||
|
||||
@ -17,8 +17,8 @@
|
||||
{{item.nickname}}
|
||||
</view>
|
||||
<view class="font_28 flo_l ellipsis_1" style="margin-left: 6rpx;margin-top: 2rpx;">
|
||||
<image src="https://images.ufutx.com/202002/20/a92b5d29dedb9932568f97fcdff865bc.png" mode="aspectFit" v-if="item.sex == 1" style="width: 38rpx;height: 38rpx;" class="flo_l"></image>
|
||||
<image src="https://images.ufutx.com/202002/20/40b26d71cf2af9b1be0f874605c6ef2f.png" mode="aspectFit" v-else style="width: 38rpx;height: 38rpx;" class="flo_l"></image>
|
||||
<image src="https://image.fulllinkai.com/202410/29/2b0f7e89d27a96a9bf6b234360292e4b.png" mode="aspectFit" v-if="item.sex == 1" style="width: 38rpx;height: 38rpx;" class="flo_l"></image>
|
||||
<image src="https://image.fulllinkai.com/202410/29/40b26d71cf2af9b1be0f874605c6ef2f.png" mode="aspectFit" v-else style="width: 38rpx;height: 38rpx;" class="flo_l"></image>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
@ -14,8 +14,8 @@
|
||||
{{item.nickname}}
|
||||
</view>
|
||||
<view class="f-fbc font_28 flo_l ellipsis_1 {{item.sex == 1?'sel':''}}" style="margin-left: 6rpx;margin-top: 2rpx;">
|
||||
<image src="https://images.ufutx.com/202103/23/3e7ac93e7bff26a9b62fe3232c776a96.png" mode="aspectFit" v-if="item.sex == 1" style="width: 38rpx;height: 38rpx;" class="flo_l"></image>
|
||||
<image src="https://images.ufutx.com/202103/23/4fd7a85e7073152fde91190b8957910e.png" mode="aspectFit" v-else style="width: 38rpx;height: 38rpx;" class="flo_l"></image>
|
||||
<image src="https://image.fulllinkai.com/202410/29/2b0f7e89d27a96a9bf6b234360292e4b.png" mode="aspectFit" v-if="item.sex == 1" style="width: 38rpx;height: 38rpx;" class="flo_l"></image>
|
||||
<image src="https://image.fulllinkai.com/202410/29/40b26d71cf2af9b1be0f874605c6ef2f.png" mode="aspectFit" v-else style="width: 38rpx;height: 38rpx;" class="flo_l"></image>
|
||||
</view>
|
||||
<view class="inline-block initStyle font_20" v-if="item.hidden_profile !== 'NONE'">资料已关闭</view>
|
||||
</view>
|
||||
|
||||
@ -835,7 +835,7 @@ textarea {
|
||||
.m_tsc {
|
||||
flex-wrap: wrap;
|
||||
.u_tsc_bu {
|
||||
padding: 12rpx 26rpx;
|
||||
padding: 12rpx 28rpx;
|
||||
line-height: 40rpx;
|
||||
border-radius: 100rpx;
|
||||
background-color: #F8F8F8;
|
||||
@ -864,7 +864,7 @@ textarea {
|
||||
position: relative;
|
||||
margin-right: 20rpx;
|
||||
margin-bottom: 24rpx;
|
||||
padding: 10rpx 22rpx;
|
||||
padding: 10rpx 28rpx;
|
||||
height: 60rpx;
|
||||
background: #f5f5f5;
|
||||
border-radius: 30rpx;
|
||||
@ -883,7 +883,8 @@ textarea {
|
||||
.custom-hobbies-add{
|
||||
margin-bottom: 24rpx;
|
||||
padding:10rpx 24rpx;
|
||||
height: 30px;
|
||||
height: 60rpx;
|
||||
//line-height: 60rpx;
|
||||
color: #F33B6C;
|
||||
border-radius: 15px;
|
||||
border: 1px solid #FF5380;
|
||||
|
||||
@ -343,7 +343,7 @@
|
||||
position: relative;
|
||||
margin-right: 20rpx;
|
||||
margin-bottom: 24rpx;
|
||||
padding: 10rpx 22rpx;
|
||||
padding: 10rpx 28rpx;
|
||||
height: 60rpx;
|
||||
background: #f5f5f5;
|
||||
border-radius: 30rpx;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user