From d9a89d83c2048a964f16ca179feb2b7f21b9d33a Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期一, 29 七月 2024 16:28:47 +0800
Subject: [PATCH] 提交

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

diff --git a/wechat_jiaxuan/pages/store/staff.wxml b/wechat_jiaxuan/pages/store/staff.wxml
index e74eccf..611f7fb 100644
--- a/wechat_jiaxuan/pages/store/staff.wxml
+++ b/wechat_jiaxuan/pages/store/staff.wxml
@@ -9,11 +9,11 @@
         <view class="tag">瀵艰喘</view>
         <!-- <view class="tag">{{ info.jobDate || '-' }}骞寸粡楠�</view> -->
       </view>
-      <image bindtap="openModal" class="qrcode" src="../../static/icon/mingpian_erweima@2x.png" mode="widthFix"></image>
+      <image wx:if="{{ info.qrcodeImgFull }}" bindtap="openModal" class="qrcode" src="../../static/icon/mingpian_erweima@2x.png" mode="widthFix"></image>
     </view>
     <view class="desc">
       <image src="../../static/icon/mingpian_ic_edit@2x.png" mode="widthFix"></image>
-      <view>{{ info.slogans }}</view>
+      <view class="text">{{ info.slogans }}</view>
       <view class="icon"></view>
     </view>
     <view class="static">
@@ -34,22 +34,22 @@
       <view class="line">
         <image class="icon" src="../../static/icon/mingpian_ic_phone@2x.png" mode="widthFix"></image>
         <text class="label">鑱旂郴鐢佃瘽</text>
-        <text class="val">{{ info.phone }}</text>
+        <text class="val">{{ info.phone || '--' }}</text>
       </view>
       <view class="line">
         <image class="icon" src="../../static/icon/mingpian_ic_mendian@2x.png" mode="widthFix"></image>
         <text class="label">闂ㄥ簵鍚嶇О</text>
-        <text class="val">{{ info.shopName }}</text>
+        <text class="val">{{ info.shopName || '--' }}</text>
       </view>
       <view class="line">
         <image class="icon" src="../../static/icon/mingpian_ic_dizhi@2x.png" mode="widthFix"></image>
         <text class="label">闂ㄥ簵鍦板潃</text>
-        <text class="val">{{ info.shopAddress }}</text>
+        <text class="val">{{ info.shopAddress || '--' }}</text>
       </view>
     </view>
   </view>
   <!-- footer -->
-  <view bindtap="openModal" class="footer" style="bottom: {{bottomLift}}px;">
+  <view bindtap="makePhone" class="footer" style="bottom: {{bottomLift}}px;">
     <view class="btn">
       <image src="../../static/icon/call.png" mode="widthFix"></image>
       <view>鑱旂郴TA</view>

--
Gitblit v1.9.3