摘要: wxml部分 <view class="container"> <view class='father'> <view id="id" class="ball" bindtap="handletap" bindtouchstart="handletouchtart" bindtouchmove="h 阅读全文
posted @ 2018-03-09 10:19 元v 阅读(6682) 评论(0) 推荐(0)
摘要: console.log("onLoad "); var that = this; wx.getUserInfo({ success: function (res) { var userInfo = res.userInfo; that.setData({ nickName: userInfo.nic 阅读全文
posted @ 2018-03-01 10:58 元v 阅读(1921) 评论(0) 推荐(0)