uni.chooseImage({
success: function (res) {
var tempFilePaths = res.tempFilePaths;
uni.saveFile({
tempFilePath: tempFilePaths[0],
success: function (res) {
var savedFilePath = res.savedFilePath;
}
});
}
});
uni.saveFile()保存成功之后的路径res.savedFilePath图片显示不了是什么原因
最菜的韭菜
- 发布:2020-09-26 09:34
- 更新:2021-09-16 09:44
- 阅读:891
3 个回复
又菜又多余
老哥解决了吗?
又菜又多余
老哥解决了吗?
又菜又多余
老哥解决了吗?