aa
jiangping
2024-08-02 7dc29ed74ebaa8a0e66f68264d9a13f95dc3af21
wechat_staff/pages/work/index.wxml
@@ -1,5 +1,6 @@
<view class="container">
  <view class="topbg" style="background-image:url('{{topimg}}');background-color: aquamarine;">
  <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>
@@ -45,7 +46,7 @@
          <view class="desc">导购 | {{userInfo.jobDate ||'0'}}年经验</view>
        </view>
      </view>
      <image class="qrcode" src="{{userInfo.qrcodeImgFull}}"></image>
      <image show-menu-by-longpress class="qrcode" src="{{userInfo.qrcodeImgFull}}"></image>
      <view class="text">长按图片识别二维码</view>
    </view>
  </van-popup>