linwenxin hace 5 meses
padre
commit
f6224bb8b3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/packageMine/pages/workerEnter.vue

+ 1 - 1
src/packageMine/pages/workerEnter.vue

@@ -554,7 +554,7 @@ export default {
           endTime: this.insuranceEndTime ? this.insuranceEndTime + ' 23:59:59' : '',
           policyType: 'AC',
           policyPrice: 0,
-          policyUrl: this.imageList.map(item => item.urls).join(',')
+          policyUrl: this.imageList.map(item => item.url).join(',')
         }
       }
     },