下载插件进度显示bug

This commit is contained in:
itgaojian163 2025-05-14 10:14:33 +08:00
parent b28b7ab7b9
commit 7ed320b912

View File

@ -16,7 +16,13 @@ Component({
value: '下载中...'
}
},
'observers': {
'progress': function (newValue) {
this.setData({
progressNum: newValue
})
}
},
/**
* 组件的初始数据
*/