slider属性:
slider在index.js文件实现绑定的函数形式:
Page({
test:function(e){
this.setData({
text:e.detali.value
})
}
})
要注意的是在function()括号里要有个字母
slider属性:
slider在index.js文件实现绑定的函数形式:
Page({
test:function(e){
this.setData({
text:e.detali.value
})
}
})
要注意的是在function()括号里要有个字母