修改所在地区

This commit is contained in:
张凯 2025-05-09 18:28:32 +08:00
parent 03adf89578
commit ac01b4e8c4

View File

@ -38,10 +38,10 @@
</view>
<view class="lines"></view>
<view style="font-size: 28rpx;">
<text>联系电话{{userThisInfo.phone}}</text>
<text>联系电话{{userThisInfo.phone ? userThisInfo.phone : '***********'}}</text>
</view>
<view style="font-size: 28rpx;margin-top: 10rpx;">
<text>所在地{{'郑州市'}}</text>
<text>所在地{{userThisInfo.region_name ? userThisInfo.region_name : '未填写'}}</text>
</view>
<!-- <view style="font-size: 28rpx;margin-top: 10rpx;">
<text>协会职务{{userThisInfo.position_name == null || userThisInfo.position_name == '' ? '无' : userThisInfo.position_name }}</text>