Kaynağa Gözat

mod:首次拍照 白屏

panqiuyao 7 ay önce
ebeveyn
işleme
e97491260b
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2 2
      frontend/src/views/Photography/shot.vue

+ 2 - 2
frontend/src/views/Photography/shot.vue

@@ -642,8 +642,8 @@ const  getLastPhotoRecord = async ()=>{
     console.log(runAction.value)
     clientStore.ipc.removeAllListeners(icpList.takePhoto.getLastPhotoRecord);
     if(result.code === 0){
-      if(lastPhoto.value.image_path){
-        if(  lastPhoto.value.image_path == result.data.image_path) return;
+      if(lastPhoto.value?.image_path){
+        if(  lastPhoto.value?.image_path == result.data?.image_path) return;
 
         if(runAction.value.goods_art_no === result.data.goods_art_no){
           showlastPhoto.value = true