- <!--pages/monitor/monitor.wxml 监控-->
- <navBar></navBar>
- <van-notify id="van-notify" />
- <view class="monitor">
- <view class="head">
- <text>我的监控</text>
- </view>
- <scroll-view type="list" scroll-y class="main">
- <myProduct tableData="{{tableData}}" total="{{total}}" bindloadMore="loadMore"></myProduct>
- </scroll-view>
- </view>
|