wlzboy
4 天以前 40a8157440e3b906da8f52e07d939d78c3f4c313
app/pagesTask/edit-welfare.vue
@@ -380,7 +380,7 @@
        destinationLatitude: this.addressCoordinates.endAddress ? this.addressCoordinates.endAddress.lat : null,
        
        // 距离和价格(主任务字段)
        distance: this.taskForm.distance ? parseFloat(this.taskForm.distance) : null,
        transferDistance: this.taskForm.transferDistance ? parseFloat(this.taskForm.transferDistance) : null,
        price: this.taskForm.price ? parseFloat(this.taskForm.price) : null,
        
        // 乘客信息(嵌套对象)