jiangping
2024-07-30 c0cb31a27522f2b480d7f98784eef37c2fb75f2d
wechat_jiaxuan/pages/store/info.wxml
@@ -20,6 +20,9 @@
            <view class="desc">导购|{{ item.jobDate || 5}}年经验</view>
          </view>
          <view data-phone="{{ item.phone }}" bindtap="callPhone" class="btn">联系TA</view>
        </view>
        <view wx:if="{{ info.usersList.length == 0 }}" class="empty_wrap">
          <image class="default_empty" src="../../static/images/default_empty.png"></image>
        </view>
      </scroll-view>
    </view>