方法调用

 在标签元素上写事件名称:

点击事件是 bindtap   : <text bindtap="fun1"><text>  

触摸事件绑定 bindtouchstart:<text bindtouchstart="fun1"><text>

 

Page({
data: {
motto: 'Hello World',
userInfo: {},
sd:"ekin"
},

fun1:function(){
//怎样获取到data里的数据?
console.log(this.sd)这样打印不出来,要显示sd数据,只有在标签上<text>{{sd}}</text>? }
})

 

posted @ 2017-03-17 18:43  S-Ekin  阅读(103)  评论(0编辑  收藏  举报