07 2022 档案
摘要:"enablePullDownRefresh": true 下拉刷新之后背景颜色 "backgroundColor": "#efefef" 改变小点的颜色 "backgroundTextStyle":"dark", tabBar "tabBar":{ "list":[ { "pagePath": "
阅读全文
摘要:1.控制代码的显示隐藏 1.wx:if="{{}}"判断是否需要渲染代码 <view wx:if="{{tiaojian 1}}">显示1</view> <view wx:elif="{{tiaojian 2}}">显示2</view> <view wx:else>显示3</view> data:
阅读全文
摘要:1超出显示滚动条 <scroll-view class="container1" scroll-y> <view>A</view> </scroll-view> 2轮播图 <swiper class="swiper-content" indicator-dots> <swiper-item> <vi
阅读全文