修改所在地区
This commit is contained in:
parent
03adf89578
commit
ac01b4e8c4
@ -38,10 +38,10 @@
|
|||||||
</view>
|
</view>
|
||||||
<view class="lines"></view>
|
<view class="lines"></view>
|
||||||
<view style="font-size: 28rpx;">
|
<view style="font-size: 28rpx;">
|
||||||
<text>联系电话:{{userThisInfo.phone}}</text>
|
<text>联系电话:{{userThisInfo.phone ? userThisInfo.phone : '***********'}}</text>
|
||||||
</view>
|
</view>
|
||||||
<view style="font-size: 28rpx;margin-top: 10rpx;">
|
<view style="font-size: 28rpx;margin-top: 10rpx;">
|
||||||
<text>所在地:{{'郑州市'}}</text>
|
<text>所在地:{{userThisInfo.region_name ? userThisInfo.region_name : '未填写'}}</text>
|
||||||
</view>
|
</view>
|
||||||
<!-- <view style="font-size: 28rpx;margin-top: 10rpx;">
|
<!-- <view style="font-size: 28rpx;margin-top: 10rpx;">
|
||||||
<text>协会职务:{{userThisInfo.position_name == null || userThisInfo.position_name == '' ? '无' : userThisInfo.position_name }}</text>
|
<text>协会职务:{{userThisInfo.position_name == null || userThisInfo.position_name == '' ? '无' : userThisInfo.position_name }}</text>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user