huangbin 4 年之前
父節點
當前提交
3e995e4ca7
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/views/platinum/platinum_customer_info/compoments/common-detail/index.vue

+ 2 - 2
src/views/platinum/platinum_customer_info/compoments/common-detail/index.vue

@@ -41,10 +41,10 @@ export default defineComponent({
         const { previewVisible, previewImage, cancelImg, previewImg, getImgName } = handlePreviewImg();
         //
         function imgClick({ label }: DescriptionsList) {
-            const { attachment1, cardfrontphotourl, cardbackphotourl } = props.selectedRow;
+            const { proxystatementurl, cardfrontphotourl, cardbackphotourl } = props.selectedRow;
             switch (label) {
                 case '营业执照':
-                    previewImg(attachment1);
+                    previewImg(proxystatementurl);
                     break;
                 case '身份证正面照':
                     previewImg(cardfrontphotourl);