ll
liukangdong
2024-07-29 4e64e4f6488f477ec3c75af7864f99bb6ae9964d
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>