This commit is contained in:
lanzhihui 2024-10-15 14:40:14 +08:00
parent b8886eda75
commit 5730996085
2 changed files with 22 additions and 1 deletions

View File

@ -420,7 +420,7 @@ page {
<view class="font_30 color333 bold text-black ui-pt-8">完善资料 获得推荐 更快交友</view>
<view class="perfect_list_box">
<view class="perfect_li f-fbc">
<view class="flo_l font_28">填写基础资料</view>
<view class="flo_l font_28">完善资料</view>
<view class="flo_r perfect_button font_28 ui-active-button" v-if="userInfo.is_compeleted_profile">已填写</view>
<view class="flo_r perfect_button font_28" v-else @tap="jumpPath('/pages/users/unmarriV2')">去填写</view>
</view>

View File

@ -998,3 +998,24 @@
top: 30rpx;
}
._wx_pyq{margin-left: 168rpx;}
.color-000{
color: #000 !important;
}
.color-333{
color: #333 !important;
}
.color-666{
color: #666 !important;
}
.color-999{
color: #999 !important;
}
.color-ccc{
color: #ccc !important;
}
.color-bbb{
color: #bbb !important;
}
.color-ddd{
color: #ddd !important;
}