Browse Source

图像识别

zhujindu 1 year ago
parent
commit
3495ae4317
1 changed files with 3 additions and 2 deletions
  1. 3 2
      src/components/imageAIVerifyErr.vue

+ 3 - 2
src/components/imageAIVerifyErr.vue

@@ -36,7 +36,7 @@
                 width="100px"
                 width="100px"
                 height="100px"
                 height="100px"
                 @click="previewsImg(imageAIVerifyData.storeIDCardUrl)" />
                 @click="previewsImg(imageAIVerifyData.storeIDCardUrl)" />
-              <span>门店身份证</span>
+              <span>门店标准店招</span>
             </div>
             </div>
           </template>
           </template>
           <template v-else>
           <template v-else>
@@ -199,6 +199,7 @@ export default {
       ImagePreview({
       ImagePreview({
         images: [url],
         images: [url],
         className: 'AIImageItem',
         className: 'AIImageItem',
+        getContainer: 'el-dialog__wrapper',
       });
       });
     },
     },
   },
   },
@@ -330,6 +331,6 @@ export default {
   /* z-index: 3334 !important; */
   /* z-index: 3334 !important; */
 }
 }
 .van-image-preview {
 .van-image-preview {
-  z-index: 3335 !important;
+  /* z-index: 3335 !important; */
 }
 }
 </style>
 </style>