| | |
| | | <view class="user-center-card__header__name">{{userInfo.nickName || '微信用户'}}</view> |
| | | <view class="userTypeBox"> |
| | | <text>{{userInfo.userType}}</text> |
| | | <text class="edit" bindtap="editUserType">修改</text> |
| | | <text bindtap="editUserType" wx:if="{{userInfo.userType}}" class="edit">修改</text> |
| | | <text bindtap="editUserType" wx:else class="edit">设置用户类型</text> |
| | | </view> |
| | | </view> |
| | | |
| | |
| | | <view class="user-center-card__header__name">{{userInfo.nickName || '微信用户'}}</view> |
| | | <view class="userTypeBox"> |
| | | <text>{{userInfo.userType}}</text> |
| | | <text bindtap="editUserType">修改</text> |
| | | <text bindtap="editUserType" wx:if="{{userInfo.userType}}" class="edit">修改</text> |
| | | <text bindtap="editUserType" wx:else class="edit">设置用户类型</text> |
| | | </view> |
| | | </view> |
| | | <view class="setting" bind:tap="gotoUserEditPage"> |