From 7dc29ed74ebaa8a0e66f68264d9a13f95dc3af21 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期五, 02 八月 2024 11:09:06 +0800
Subject: [PATCH] aa

---
 wechat_jiaxuan/pages/store/staff.wxml |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/wechat_jiaxuan/pages/store/staff.wxml b/wechat_jiaxuan/pages/store/staff.wxml
index 9e354a1..dba38ff 100644
--- a/wechat_jiaxuan/pages/store/staff.wxml
+++ b/wechat_jiaxuan/pages/store/staff.wxml
@@ -1,4 +1,4 @@
-<view>
+<view class="app">
   <!-- <navBar></navBar> -->
   <image src="../../static/images/design_banner@2x.png" mode="widthFix" class="bg_wrap"></image>
   <view class="container">
@@ -25,7 +25,9 @@
       <view class="card">
       <image src="../../static/images/mingpian_bg_kehu.png" class="bg"></image>
         <view>鏈嶅姟瀹㈡埛</view>
-        <view class="num" wx:if="{{ info.costomerNum || info.costomerNum == 0 }}">{{ info.costomerNum || '--' }}+</view>
+        <view class="num" wx:if="{{ info.costomerNum || info.costomerNum == 0 }}">{{ info.costomerNum || '--' }}
+        <text class="icon">+</text>
+        </view>
         <view wx:else class="num">--</view>
       </view>
     </view>
@@ -49,7 +51,7 @@
     </view>
   </view>
   <!-- footer -->
-  <view bindtap="openModal" class="footer" style="bottom: {{bottomLift}}px;">
+  <view bindtap="makePhone" class="footer" style="bottom: {{bottomLift + 6}}px;">
     <view class="btn">
       <image src="../../static/icon/call.png" mode="widthFix"></image>
       <view>鑱旂郴TA</view>
@@ -59,7 +61,7 @@
   <van-popup show="{{ isShow }}"  closeable round bind:close="onClose">
     <view class="modal">
       <view class="header">
-        <image class="avatar" src="{{ info.imgurlFull }}"></image>
+        <image show-menu-by-longpress class="avatar" src="{{ info.imgurlFull }}"></image>
         <view class="content">
             <view class="name">{{ info.name }}</view>
             <view class="desc">瀵艰喘 锝� {{ info.jobDate || 5 }}骞寸粡楠�</view>

--
Gitblit v1.9.3