diff --git a/src/global/api.js b/src/global/api.js index 8c18ea8..60d0c9d 100644 --- a/src/global/api.js +++ b/src/global/api.js @@ -5479,7 +5479,12 @@ export function setSheetZoom(zoom, options = {}) { if(file.index == Store.currentSheetIndex){ Store.zoomRatio = zoom; - + // 图片 + let currentSheet = sheetmanage.getSheetByIndex(); + imageCtrl.images = currentSheet.images; + imageCtrl.allImagesShow(); + imageCtrl.init(); + zoomNumberDomBind(); zoomRefreshView(); }