Browse Source

no message

linwenxin 5 months ago
parent
commit
f6224bb8b3
1 changed files with 1 additions and 1 deletions
  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(',')
         }
       }
     },