From ac0b3ba41104180fd45cc94334bc3c760c2895a4 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期二, 23 七月 2024 14:05:36 +0800
Subject: [PATCH] ''

---
 wechat_staff/pages/store/staff.wxml |   32 +++++++++++++++++---------------
 1 files changed, 17 insertions(+), 15 deletions(-)

diff --git a/wechat_staff/pages/store/staff.wxml b/wechat_staff/pages/store/staff.wxml
index 522ef83..c02b291 100644
--- a/wechat_staff/pages/store/staff.wxml
+++ b/wechat_staff/pages/store/staff.wxml
@@ -39,7 +39,7 @@
         <text class="val">{{userInfo.shopName}}</text>
       </view>
       <view class="line">
-        <image class="icon" src="../../static/icon/mingpian_ic_dizhi@2x.png" mode="widthFix" style="width: 45rpx;"  ></image>
+        <image class="icon" src="../../static/icon/mingpian_ic_dizhi@2x.png" mode="widthFix"></image>
         <text class="label">闂ㄥ簵鍦板潃</text>
         <text class="val">{{userInfo.shopAddress}}</text>
       </view>
@@ -47,32 +47,34 @@
   </view>
   <!-- footer -->
   <view class="footer" style="bottom: {{bottomLift}}px;">
-    <view class="btn"  bindtap="openModal">
+    <view class="btn" bindtap="openModal">
       <image src="../../static/icon/share.png" mode="widthFix"></image>
       <view>鍒嗕韩</view>
     </view>
   </view>
   <!-- 璇︽儏 -->
-  <van-popup show="{{ isShow }}"  closeable round bind:close="onClose">
+  <van-popup show="{{ isShow }}" closeable round bind:close="onClose">
     <view class="modal">
       <view class="header">
         <image class="avatar" src="{{userInfo.imgurlFull}}"></image>
         <view class="content">
-            <view class="name">{{userInfo.name}}</view>
-            <view class="desc">瀵艰喘 锝� {{userInfo.jobDate ||'0'}}骞寸粡楠�</view>
+          <view class="name">{{userInfo.name}}</view>
+          <view class="desc">瀵艰喘 锝� {{userInfo.jobDate ||'0'}}骞寸粡楠�</view>
         </view>
       </view>
       <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>prod
\ No newline at end of file
+  <!-- 鐢ㄦ埛鍚嶇墖 -->
+  <view wx:if="{{ isShow2 }}" class="card_wrap">
+    <view class="img1">
+      <image mode="widthFix" src="{{userCard}}"></image>
+    </view>
+    <view class="btns">
+      <view class="btn" bind:tap="closeCard">鍙栨秷</view>
+      <view class="btn save" bind:tap="saveCard">淇濆瓨鍒扮浉鍐�</view>
+    </view>
+  </view>
+  <van-overlay z-index="10" show="{{ isShow2 }}" bind:click="onClickHide" />
+</view>
\ No newline at end of file

--
Gitblit v1.9.3