|
@@ -1,13 +1,13 @@
|
|
|
<!--pages/person/person.wxml-->
|
|
|
<view class="container">
|
|
|
- <view class="person card" wx:if="{{hasUserInfo}}" bindtap = "gotoPersonInfo">
|
|
|
+ <view class="person card" wx:if="{{hasUserInfo}}">
|
|
|
<view class="person-info">
|
|
|
- <view class="user-name f18 c-202020">{{userInfo.name}}
|
|
|
- <image class="next" src="../../images/icons/next.png">
|
|
|
+ <view class="user-name f18 c-202020" bindtap = "gotoPersonInfo">{{userInfo.name}}
|
|
|
+ <image class="next" src="../../images/icons/next.png" bindtap = "gotoPersonInfo">
|
|
|
</image>
|
|
|
</view>
|
|
|
<view class="tel c-707070 fw300">{{userInfo.mobile}}</view>
|
|
|
- <button open-type="getPhoneNumber" bindgetphonenumber="getmobile" class="login-btn" >获取手机号</button>
|
|
|
+ <button open-type="getPhoneNumber" bindgetphonenumber="getMobile" class="login-btn" wx:if="{{!userInfo.mobile}}" >获取手机号</button>
|
|
|
</view>
|
|
|
<view class="head-img">
|
|
|
<image class="" src="{{userInfo.avatar}}">
|