const fileTransfer: FileTransferObject = this.transfer.create();fileTransfer.upload(that.imgPath, encodeURI(url), options).then(function (data) {console.log('ok');}, function (err) {console.log('err');});
添加回答
举报
0/150
提交
取消