ll
liukangdong
2024-08-21 41bd8b2b50dc308ea3a5784efccd856c073b3f37
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>
@@ -34,6 +35,8 @@
        <image class="icon" src="../../static/icon/mine_ic_ar.png" mode="widthFix"></image>
      </view>
    </view>
    <!-- index.wxml -->
    <button bindtap="subscribeMessage">订阅消息</button>
  </view>
  <!-- 详情 -->
  <van-popup show="{{ showCard }}" closeable round bind:close="onClose">
@@ -45,7 +48,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>