下载插件进度显示bug
This commit is contained in:
parent
b28b7ab7b9
commit
7ed320b912
@ -16,7 +16,13 @@ Component({
|
|||||||
value: '下载中...'
|
value: '下载中...'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
'observers': {
|
||||||
|
'progress': function (newValue) {
|
||||||
|
this.setData({
|
||||||
|
progressNum: newValue
|
||||||
|
})
|
||||||
|
}
|
||||||
|
},
|
||||||
/**
|
/**
|
||||||
* 组件的初始数据
|
* 组件的初始数据
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user