目录
1、切换分页
2、表格——点击行
1、切换分页
<view class="uni-pagination-box">
<uni-pagination show-icon :page-size="page.pagesize" :current="page.page" :total="total" @change="change" />
</view>
2、表格——点击行
第一步:修改源码
uni-modules/uni-table/components/uni-tr/uni-tr.vue
第二步:在使用的页面添加点击事件