gjy 2 år sedan
förälder
incheckning
d004984043
2 ändrade filer med 4 tillägg och 4 borttagningar
  1. 3 3
      public/static/payprint1.html
  2. 1 1
      src/views/profitable/contractprofitsdetails.vue

+ 3 - 3
public/static/payprint1.html

@@ -1179,7 +1179,7 @@
                     localStorage.getItem('selectPrint_selectCustomerList')
                 )
             } else {
-                this.customerList = localStorage.getItem('printData1')
+                this.customerList =JSON.parse(localStorage.getItem('printData1'))
             }
             console.log(this.customerList)
             console.log('cwprint', localStorage.getItem('cwprint'))
@@ -1207,8 +1207,8 @@
 
                     }
                 } else {
-                    if (this.customerList.cardAddressUrl) {
-                        this.identity = this.customerList.cardAddressUrl.split(',')
+                    if (this.customerList.identityAuthenticationInfo.cardAddressUrl) {
+                        this.identity = this.customerList.identityAuthenticationInfo.cardAddressUrl.split(',')
                         this.imageUrl1 = this.identity[0]
                         this.imageUrl2 = this.identity[1]
                     }

+ 1 - 1
src/views/profitable/contractprofitsdetails.vue

@@ -505,4 +505,4 @@
   .el-icon-connection{
     color:#409eff;
   }
-</style>
+</style>