列表渲染
1 |
|
条件渲染
1 | wx:if 内如果元素超过两个必须在外层用block |
表单 数据绑定
1 | <input type="text" bindinput="inputVal" value="{{val}}"/> |
传递参数
1 | 传递 item.id 使用 data-xx="{{yy}}" |
导航
1 | 导航 |
data
1 | data 修改只能使用setdata |
网络
1 | 需要备案 |
下拉刷新
1 | 首先 增加 "enablePullDownRefresh":true 配置 |
上拉触发
1 | onReachBottom |
获取全局globaData
1 | const app=getApp() |