
小程序
迁于乔木
一年的java开发经验,之后转战前端领域,主要专注于移动混合开发,有vue+node+mongo实战经验!
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
重新唤起授权
重新唤起授权方法 (open-type="getUserInfo") 在button标签里面增加属性 button open-type="getUserInfo" bindtap='goLogin' class="order-login" hover-class="changestyle" url="../login/login">立原创 2018-01-05 10:19:45 · 619 阅读 · 0 评论 -
scroll-view 注意事项
scroll-view 注意事项 1·设置高度 页面增加样式 style="height:{{scrollHeight}}px;" js 页面加载得时候 onLoad: function () { that = this; wx.getSystemInfo({ success: function (res) { that.setData({ sc原创 2018-01-05 10:10:28 · 840 阅读 · 0 评论