shop.wxml 209 B

123456789
  1. <!--pages/shop/shop.wxml-->
  2. <view class="container">
  3. <shop shops="{{shopList}}" ></shop>
  4. <view class="comments-end c-707070 f14" wx:if="{{loadingEnd}}">
  5. 已经到底啦
  6. </view>
  7. </view>