From ba4da8d8e8d55153d0ff1c39ebdac30115a066a8 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期五, 09 八月 2024 09:23:08 +0800
Subject: [PATCH] aa

---
 wechat_staff/pages/store/staff.wxml |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/wechat_staff/pages/store/staff.wxml b/wechat_staff/pages/store/staff.wxml
index 4fb840c..59d9532 100644
--- a/wechat_staff/pages/store/staff.wxml
+++ b/wechat_staff/pages/store/staff.wxml
@@ -1,6 +1,9 @@
-<view>
+<view class="app">
   <back />
-  <image src="../../static/images/design_banner@2x.png" mode="widthFix" class="bg_wrap"></image>
+  <view class="bg_wrap">
+    <image src="../../static/images/design_banner@2x.png" mode="widthFix" ></image>
+  </view>
+  <view bindtap="jumpUser" class="editBtn">缂栬緫璧勬枡</view>
   <view class="container">
     <image class="avatar" src="{{userInfo.imgurlFull ? userInfo.imgurlFull : '../../static/images/default_avatar.png'}}"></image>
     <view class="name_wrap">
@@ -25,7 +28,8 @@
       <view class="card">
       <image src="../../static/images/mingpian_bg_kehu.png" class="bg"></image>
         <view>鏈嶅姟瀹㈡埛</view>
-        <view class="num" wx:if="{{ userInfo.costomerNum || userInfo.costomerNum == 0 }}">{{ userInfo.costomerNum || '--' }}+ 
+        <view class="num" wx:if="{{ userInfo.costomerNum || userInfo.costomerNum == 0 }}">{{ userInfo.costomerNum || '--' }}
+          <text class="icon">+</text>
         </view>
         <view wx:else class="num">--</view>
       </view>
@@ -66,7 +70,7 @@
           <view class="desc">瀵艰喘 锝� {{userInfo.jobDate ||'5'}}骞寸粡楠�</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>

--
Gitblit v1.9.3