摘要: 场景:当前操作的数据需要传递给下一个页面使用,需要在链接上加参数,实现。 click_daka: function(){ //在跳转链接后加入参数 wx.navigateTo({ url: '../daka/daka?ID=1', // 加入参数ID = 1 }) }, 接收页面,需要在js中onL 阅读全文
posted @ 2020-12-22 19:43 TestingShare 阅读(223) 评论(0) 推荐(0) 编辑
摘要: 小程序实现数据双向绑定需要借助属性 bindinput绑定方法名 #wxml <view class="content"> <textarea focus="true" auto-focus="true" maxlength="100" placeholder="请输入打卡内容" value="{{ 阅读全文
posted @ 2020-12-22 19:34 TestingShare 阅读(62) 评论(0) 推荐(0) 编辑