摘要: 1、WePY 腾讯官方开源的小程序组件化开发框架,目前有1.4w+Star ,一直在更新着,社区活跃,掉坑能快速的找到方法爬出来。 特性类Vue开发风格支持自定义组件开发支持引入NPM包支持Promise支持ES2015+特性,如Async Functions支持多种编译器,Less/Sass/St 阅读全文
posted @ 2019-09-27 21:21 在学习编程的lsy呀 阅读(834) 评论(0) 推荐(0) 编辑
摘要: var timestamp = Date.parse(new Date()); timestamp = timestamp / 1000; //获取当前时间 var n = timestamp * 1000; var date = new Date(n); //年 var Y = date.getF 阅读全文
posted @ 2019-09-27 21:14 在学习编程的lsy呀 阅读(6007) 评论(0) 推荐(1) 编辑
摘要: var printPrice = "item["+i+"].price"; this.setData({ [printPrice]: newvalue }); 阅读全文
posted @ 2019-09-27 09:46 在学习编程的lsy呀 阅读(539) 评论(0) 推荐(0) 编辑