适配修改

This commit is contained in:
GYJ
2024-12-24 14:19:08 +08:00
parent 37a9b16de5
commit a9078dd4eb
3 changed files with 6 additions and 2 deletions

View File

@@ -291,6 +291,9 @@
uni.canvasToTempFilePath({
canvasId: _this.CanvasID,
quality: 1,
fail: (err) => {
console.log("-----", err);
},
complete: res => {
console.log(res)
if ( res.tempFilePath) {

View File

@@ -375,7 +375,8 @@
});
},
ymfposterSuccess(haibaoImg) {
this.haibaoImg = haibaoImg;
console.log("ssssssssssssssss", haibaoImg);
this.haibaoImg = haibaoImg.tempFilePath;
this.modalName = 'Image';
uni.hideLoading();
},