h5
霍常莹博客
时间就是生命,努力吧
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
微信小程序
index.js //获取应用实例 const app = getApp() Page({ data: { imgUrls:[], indicatorDots: true, autoplay:true, interval: 5000, duration: 1000, navs:[], goods:[] }, onLoad: function () { var self = this; wx.req...原创 2018-10-08 19:47:48 · 227 阅读 · 0 评论 -
react
react <body> <div id="app"></div> <script type="text/babel"> // 继承关键字 class Header extends React.Component{ render(){原创 2018-10-08 19:55:40 · 175 阅读 · 0 评论
分享