huangbin 4 yıl önce
ebeveyn
işleme
3e995e4ca7

+ 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);