| | |
| | | <view class="container"> |
| | | <view class="navbar" style="padding-top: {{ clientTop }}px;height: {{clientHeight + clientTop}}px;">工作台</view> |
| | | <view class="userinfo"> |
| | | <image class="avatar" src=""></image> |
| | | <view class="content"> |
| | | <view class="header"> |
| | | <view class="name">苏灿</view> |
| | | <view > |
| | | <image class="topbg" mode="widthFix" src="{{topimg}}"></image> |
| | | <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">合肥莲花小区</view> |
| | | <view class="detail">120m² |3室1厅1厨1卫</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 class="main_content"> |
| | | <view class="func_list"> |
| | |
| | | <view class="name">我的收藏</view> |
| | | <image class="icon" src="../../static/icon/mine_ic_ar.png" mode="widthFix"></image> |
| | | </view> |
| | | <view class="line" data-index="3" bindtap="changePath"> |
| | | <view class="line" wx:if="{{userInfo.manageShop}}" data-index="3" bindtap="changePath"> |
| | | <view class="name">门店管理</view> |
| | | <image class="icon" src="../../static/icon/mine_ic_ar.png" mode="widthFix"></image> |
| | | </view> |
| | |
| | | <image class="icon" src="../../static/icon/mine_ic_ar.png" mode="widthFix"></image> |
| | | </view> |
| | | </view> |
| | | <!-- index.wxml --> |
| | | <!-- <button bindtap="subscribe">订阅消息</button> --> |
| | | </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 show-menu-by-longpress class="qrcode" src="{{userInfo.qrcodeImgFull}}"></image> |
| | | <view class="text">长按图片识别二维码</view> |
| | | </view> |
| | | </van-popup> |
| | | </view> |