monitor.wxml 345 B

1234567891011
  1. <!--pages/monitor/monitor.wxml 监控-->
  2. <navBar></navBar>
  3. <van-notify id="van-notify" />
  4. <view class="monitor">
  5. <view class="head">
  6. <text>我的监控</text>
  7. </view>
  8. <scroll-view type="list" scroll-y class="main">
  9. <myProduct tableData="{{tableData}}" total="{{total}}" bindloadMore="loadMore"></myProduct>
  10. </scroll-view>
  11. </view>