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/store.wxml |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/wechat_jiaxuan/pages/store/store.wxml b/wechat_jiaxuan/pages/store/store.wxml
index 4717bd0..7afd73a 100644
--- a/wechat_jiaxuan/pages/store/store.wxml
+++ b/wechat_jiaxuan/pages/store/store.wxml
@@ -15,24 +15,24 @@
           <view class="left">
             <view class="title" data-id="{{ item.id }}" bindtap="handleDetail">{{ item.name }}</view>
             <view class="address" data-id="{{ item.id }}" bindtap="handleDetail">
-              <text wx:if="{{ item.distanceStr }}">{{ item.distanceStr }} | {{ item.address || '' }}</text>
+              <text class="text" wx:if="{{ item.distanceStr }}">{{ item.distanceStr }} | {{ item.address || '' }}</text>
               <text wx:else>--</text>
-              <image src="../../static/icon/arrow_right.png" mode="widthFix"></image>
+              <image wx:if="{{ item.address }}" src="../../static/icon/arrow_right.png" ></image>
             </view>
           </view>
-          <view class="right">
-            <image data-phone="{{ item.phone }}" bindtap="makePhone" class="phone" src="../../static/icon/phone.png" mode="widthFix"></image>
+          <view wx:if="{{ item.linkPhone }}" class="right">
+            <image data-phone="{{ item.linkPhone }}" bindtap="makePhone" class="phone" src="../../static/icon/phone.png" mode="widthFix"></image>
             <view>鐢佃瘽</view>
           </view>
         </view>
         <scroll-view scroll-x style="width: 640rpx">
           <view class="user_list">
-            <view bindtap="userDetail" data-id="{{ item.iamId }}" class="item" wx:for="{{ item.usersList }}" wx:for-item="user">
+            <view bindtap="userDetail" data-id="{{ user.iamId }}" class="item" wx:for="{{ item.usersList }}" wx:for-item="user">
               <view class="info">
-                <image class="avatar" src="{{ user.imgurlFull }}" mode="widthFix"></image>
+                <image class="avatar" src="{{ user.imgurlFull ? user.imgurlFull : '../../static/images/default_avatar.png' }}" ></image>
                 <view class="text">
                   <view class="name">{{ user.name }}</view>
-                  <view class="ex" wx:if="{{user.jobDate}}">{{ user.jobDate }}骞寸粡楠�</view>
+                  <view class="ex">{{ user.jobDate || 5 }}骞寸粡楠�</view>
                 </view>
               </view>
               <view class="btn">鑱旂郴TA</view>

--
Gitblit v1.9.3