1 回答

小唯快跑啊
TA貢獻(xiàn)1863條經(jīng)驗(yàn) 獲得超2個(gè)贊
weex storage.get的值無法綁定在data的數(shù)據(jù)中嗎
1---在data中先定義要綁定的參數(shù)
data{
value:0
}
2---在method中自定義一個(gè)接受參數(shù)并綁定參數(shù)的方法
method:{
getValue:function(value){
this.value = value
}
}
- 1 回答
- 0 關(guān)注
- 1299 瀏覽
添加回答
舉報(bào)
0/150
提交
取消