| | |
| | | <back /> |
| | | <image src="../../static/images/design_banner@2x.png" mode="widthFix" class="bg_wrap"></image> |
| | | <view class="container"> |
| | | <image class="avatar" src=""></image> |
| | | <image class="avatar" src="{{userInfo.imgurlFull}}"></image> |
| | | <view class="name_wrap"> |
| | | <view class="left"> |
| | | <view class="name">姓名</view> |
| | | <view class="name">{{userInfo.name}}</view> |
| | | <view class="tag">导购</view> |
| | | <!-- <view class="tag">5年经验</view> --> |
| | | </view> |
| | | <image class="qrcode" src="../../static/icon/mingpian_erweima@2x.png" mode="widthFix"></image> |
| | | <image bind:tap="showQrcode" class="qrcode" src="../../static/icon/mingpian_erweima@2x.png" mode="widthFix"></image> |
| | | </view> |
| | | <view class="desc"> |
| | | <image src="../../static/icon/mingpian_ic_edit@2x.png" mode="widthFix"></image> |
| | | <view>用心服务每一位顾客</view> |
| | | <view>{{userInfo.slogans}}</view> |
| | | <view class="icon"></view> |
| | | </view> |
| | | <view class="static"> |
| | | <view class="card"> |
| | | <view>从业年限</view> |
| | | <view class="num">5</view> |
| | | <view class="num">{{userInfo.jobDate||'0'}}</view> |
| | | </view> |
| | | <view class="card"> |
| | | <view>服务客户</view> |
| | | <view class="num">500+</view> |
| | | <view class="num">{{userInfo.costomerNum||'0'}}</view> |
| | | </view> |
| | | </view> |
| | | <view class="guide"> |
| | |
| | | <view class="line"> |
| | | <image class="icon" src="../../static/icon/mingpian_ic_phone@2x.png" mode="widthFix"></image> |
| | | <text class="label">联系电话</text> |
| | | <text class="val">1888888888888</text> |
| | | <text class="val">{{userInfo.phone}}</text> |
| | | </view> |
| | | <view class="line"> |
| | | <image class="icon" src="../../static/icon/mingpian_ic_mendian@2x.png" mode="widthFix"></image> |
| | | <text class="label">门店名称</text> |
| | | <text class="val">1888888888888</text> |
| | | <text class="val">{{userInfo.shopName}}</text> |
| | | </view> |
| | | <view class="line"> |
| | | <image class="icon" src="../../static/icon/mingpian_ic_dizhi@2x.png" mode="widthFix"></image> |
| | | <image class="icon" src="../../static/icon/mingpian_ic_dizhi@2x.png" mode="widthFix" style="width: 45rpx;" ></image> |
| | | <text class="label">门店地址</text> |
| | | <text class="val">1888888888888</text> |
| | | <text class="val">{{userInfo.shopAddress}}</text> |
| | | </view> |
| | | </view> |
| | | </view> |
| | | <!-- footer --> |
| | | <view class="footer" style="bottom: {{bottomLift}}px;"> |
| | | <view class="btn"> |
| | | <view class="btn" bindtap="openModal"> |
| | | <image src="../../static/icon/share.png" mode="widthFix"></image> |
| | | <view bindtap="openModal">分享</view> |
| | | <view>分享</view> |
| | | </view> |
| | | </view> |
| | | <!-- 详情 --> |
| | | <van-popup show="{{ isShow }}" closeable round bind:close="onClose"> |
| | | <view class="modal"> |
| | | <view class="header"> |
| | | <image class="avatar" src=""></image> |
| | | <image class="avatar" src="{{userInfo.imgurlFull}}"></image> |
| | | <view class="content"> |
| | | <view class="name">姓名</view> |
| | | <view class="desc">导购 | 5年经验</view> |
| | | <view class="name">{{userInfo.name}}</view> |
| | | <view class="desc">导购 | {{userInfo.jobDate ||'0'}}年经验</view> |
| | | </view> |
| | | </view> |
| | | <image class="qrcode" src=""></image> |
| | | <image class="qrcode" src="{{userInfo.qrcodeImgFull}}"></image> |
| | | <view class="text">长按图片识别二维码</view> |
| | | </view> |
| | | </van-popup> <!-- 用户名片 --> |
| | | <van-popup class="modalcard" show="{{ isShow2 }}" round custom-style="background-color: rgba(0,0,0,0);"> |
| | | <view class="img1"> |
| | | <image class="qrcodecard" src="{{userCard}}"></image> |
| | | </view> |
| | | <view class="btns"> |
| | | <button class="btn1" bind:tap="closeCard">取消</button> |
| | | <button class="btn2" bind:tap="saveCard">保持到相册</button> |
| | | </view> |
| | | </van-popup> |
| | | </view> |