| | |
| | | </button> |
| | | |
| | | </view> |
| | | <fui-list> |
| | | <fui-list-cell arrow> |
| | | <fui-list :topBorder='false'> |
| | | <fui-list-cell arrow :bottomBorder='false' :padding="['20rpx', '32rpx', '20rpx', '32rpx']"> |
| | | <view class="fui-list__item"> |
| | | <text>昵称</text> |
| | | <text class="fui-text__explain">{{userInfo.nickname}}</text> |
| | | <!-- <input type="nickname" class="fui-text__explain weui-input" placeholder="请输入昵称" /> --> |
| | | </view> |
| | | </fui-list-cell> |
| | | <fui-list-cell arrow> |
| | | <fui-list-cell arrow :bottomBorder='false' :padding="['20rpx', '32rpx', '20rpx', '32rpx']"> |
| | | <view class="fui-list__item"> |
| | | <text>手机号</text> |
| | | <text class="fui-text__explain">{{userInfo.phone}}</text> |
| | | </view> |
| | | </fui-list-cell> |
| | | <fui-list-cell arrow @click="goApply"> |
| | | <fui-list-cell arrow @click="goApply" :bottomBorder='false' :padding="['20rpx', '32rpx', '20rpx', '32rpx']"> |
| | | <text>申请接单</text> |
| | | </fui-list-cell> |
| | | </fui-list> |
| | |
| | | onLoad(() => { |
| | | // getUser() |
| | | }) |
| | | onShow(()=>{ |
| | | onShow(() => { |
| | | getUser() |
| | | }) |
| | | let avatarUrlImg = ref('') |