| | |
| | | <view class="container"> |
| | | <view class="topbg" style="background-image:url('{{topimg}}');background-color: aquamarine;"> |
| | | <view class="navbar" style="padding-top: {{ clientTop }}px;height: {{clientHeight + clientTop}}px;">工作台</view> |
| | | <view class="userinfo" data-index="0" bindtap="changePath"> |
| | | <image class="avatar" src="{{userInfo.imgurlFull ? userInfo.imgurlFull : '../../static/images/default_avatar.png'}}"></image> |
| | | <view class="content" > |
| | | <view class="header"> |
| | | <view class="name">{{userInfo.name}}</view> |
| | | <view class="topbg" style="background-image:url('{{topimg}}');background-color: aquamarine;"> |
| | | <view class="navbar" style="padding-top: {{ clientTop }}px;height: {{clientHeight + clientTop}}px;">工作台</view> |
| | | <view class="userinfo"> |
| | | <image data-index="0" bindtap="changePath" class="avatar" src="{{userInfo.imgurlFull ? userInfo.imgurlFull : '../../static/images/default_avatar.png'}}"></image> |
| | | <view data-index="0" bindtap="changePath" class="content"> |
| | | <view class="header"> |
| | | <view class="name">{{userInfo.name}}</view> |
| | | </view> |
| | | <view class="addr">{{userInfo.phone}}</view> |
| | | <view class="detail">{{userInfo.shopName}}</view> |
| | | </view> |
| | | <view class="addr">{{userInfo.phone}}</view> |
| | | <view class="detail">{{userInfo.shopName}}</view> |
| | | <image data-index="0" bindtap="showQrcode" class="edit" src="../../static/icon/gongzuotai_ic_erweima@2x.png" mode="widthFix"></image> |
| | | </view> |
| | | <image data-index="0" bindtap="changePath" class="edit" src="../../static/icon/gongzuotai_ic_erweima@2x.png" mode="widthFix"></image> |
| | | </view> |
| | | </view> |
| | | <view class="main_content"> |
| | | <view class="func_list"> |
| | | <view class="line" data-index="1" bindtap="changePath"> |
| | |
| | | </view> |
| | | </view> |
| | | </view> |
| | | <!-- 详情 --> |
| | | <van-popup show="{{ showCard }}" closeable round bind:close="onClose"> |
| | | <view class="modal"> |
| | | <view class="header"> |
| | | <image class="avatar" src="{{userInfo.imgurlFull ? userInfo.imgurlFull : '../../static/images/default_avatar.png'}}"></image> |
| | | <view class="content"> |
| | | <view class="name">{{userInfo.name}}</view> |
| | | <view class="desc">导购 | {{userInfo.jobDate ||'0'}}年经验</view> |
| | | </view> |
| | | </view> |
| | | <image class="qrcode" src="{{userInfo.qrcodeImgFull}}"></image> |
| | | <view class="text">长按图片识别二维码</view> |
| | | </view> |
| | | </van-popup> |
| | | </view> |