From d8c1bb93c2b7dbbed8ab726577ea6bf57f47eab2 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期四, 01 八月 2024 14:28:16 +0800
Subject: [PATCH] aa

---
 wechat_jiaxuan/pages/store/staff.wxml |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/wechat_jiaxuan/pages/store/staff.wxml b/wechat_jiaxuan/pages/store/staff.wxml
index 9e354a1..30e825c 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>

--
Gitblit v1.9.3