weex storage.get的值無法綁定在data的數(shù)據(jù)中嗎
1 回答

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