摘要: <view class="List" wx:for="{{List}}"> {{item}} </view> data: { List:[],//定义成空数组 currentPage:1, //默认第一页 }, onLoad: function (options) { this.List() }, 阅读全文
posted @ 2021-03-09 14:38 .晴天 阅读(106) 评论(0) 推荐(0)