2018年3月27日

小程序选项框 数组

摘要: var arr = []; for(var i=0;i<res.data.list.length;i++){ arr.push(res.data.list[i].name); arrId.push(res.data.list[i].id); } that.setData({ array: arr, 阅读全文

posted @ 2018-03-27 15:19 再胖十斤就好 阅读(287) 评论(0) 推荐(0) 编辑

小程序输入框

摘要: // 输入框 bindKeyInput:function(e){ var that = this; var kind = e.target.id; switch (kind) { case "input_wx": that.setData({ user_wx: e.detail.value }) b 阅读全文

posted @ 2018-03-27 10:00 再胖十斤就好 阅读(878) 评论(0) 推荐(0) 编辑

导航