Browse Source

no message

linwenxin 5 tháng trước cách đây
mục cha
commit
f6224bb8b3
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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(',')
         }
       }
     },