03 2021 档案

摘要:首先json里设置 "navigationStyle": "custom" 做一个同样大小的胶囊 (目前估算胶囊圆角是35) <view style="width:{{width}}rpx;height:{{height}}rpx;line-height:{{height}}rpx;text-ali 阅读全文
posted @ 2021-03-10 16:57 .晴天 阅读(243) 评论(0) 推荐(0)
摘要:<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)