|
@@ -184,21 +184,21 @@
|
|
|
console.log(res)
|
|
console.log(res)
|
|
|
this.serviceObjectList = res.data.data
|
|
this.serviceObjectList = res.data.data
|
|
|
this.getImgUrlByBannerOssId(this.serviceObjectList);
|
|
this.getImgUrlByBannerOssId(this.serviceObjectList);
|
|
|
- this.orderParam.childService = [],
|
|
|
|
|
- this.serviceObjectList[0].select = true
|
|
|
|
|
- let periodTimeList = JSON.parse(JSON.stringify(this.periodTimeList))
|
|
|
|
|
- let childService = {
|
|
|
|
|
- periodDate: '',
|
|
|
|
|
- serviceObjectId: this.serviceObjectList[0].id,
|
|
|
|
|
- facePhotoUrl: this.serviceObjectList[0].facePhotoUrl,
|
|
|
|
|
- nickName: this.serviceObjectList[0].nickName,
|
|
|
|
|
- serviceUserId: -1,
|
|
|
|
|
- fee: '',
|
|
|
|
|
- serviceStartTime: periodTimeList[0].label,
|
|
|
|
|
- periodTimeList:periodTimeList
|
|
|
|
|
- }
|
|
|
|
|
- periodTimeList[0].select = true
|
|
|
|
|
- this.orderParam.childService.push(childService)
|
|
|
|
|
|
|
+ // this.orderParam.childService = [],
|
|
|
|
|
+ // this.serviceObjectList[0].select = true
|
|
|
|
|
+ // let periodTimeList = JSON.parse(JSON.stringify(this.periodTimeList))
|
|
|
|
|
+ // let childService = {
|
|
|
|
|
+ // periodDate: '',
|
|
|
|
|
+ // serviceObjectId: this.serviceObjectList[0].id,
|
|
|
|
|
+ // facePhotoUrl: this.serviceObjectList[0].facePhotoUrl,
|
|
|
|
|
+ // nickName: this.serviceObjectList[0].nickName,
|
|
|
|
|
+ // serviceUserId: -1,
|
|
|
|
|
+ // fee: '',
|
|
|
|
|
+ // serviceStartTime: periodTimeList[0].label,
|
|
|
|
|
+ // periodTimeList:periodTimeList
|
|
|
|
|
+ // }
|
|
|
|
|
+ // periodTimeList[0].select = true
|
|
|
|
|
+ // this.orderParam.childService.push(childService)
|
|
|
})
|
|
})
|
|
|
},
|
|
},
|
|
|
// 获取图片
|
|
// 获取图片
|