this.uploadTask.Update((res) => {
item.percent = res.progress;
this.media.splice(item.index, 1, item);
});
TypeError: _this.uploadTask.Update is not a function
这一段会报错,不清楚是什么问题?
this.uploadTask.Update((res) => {
item.percent = res.progress;
this.media.splice(item.index, 1, item);
});
TypeError: _this.uploadTask.Update is not a function
这一段会报错,不清楚是什么问题?
jadeCat
刚才看了,示例确实变成Update了,不知道为什么,我再传一次
2022-07-18 10:54
jadeCat
回复 jadeCat: 每次上传后都会被自动篡改,原因不明,建议使用下载后的示例,避免莫名的bug
2022-07-18 11:11