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>