随笔分类 - 小程序
微信小程序开发避坑
摘要:1.wx.showModal 未报错,也未执行。 title 必须为string类型 wx.showModal({ title: res.statusCode, content: '错误码:' + res.statusCode, showCancel: false, complete() { isS
微信小程序中的细节
摘要:1. 对象直接渲染 ,显示为[object Object] 2. checked=" {{false}}" 此写法 , 花括号右侧存在空格 ,默认显示勾选 3.对象循环 默认index为 对象key值 , item为value值 , 不推荐此写法 <view wx:for="{{person}}"