|
@@ -81,9 +81,9 @@
|
|
|
<view class="flex-row justify-center">
|
|
<view class="flex-row justify-center">
|
|
|
<text class="time">{{item2.label}}</text>
|
|
<text class="time">{{item2.label}}</text>
|
|
|
</view>
|
|
</view>
|
|
|
- <view class="flex-row justify-center">
|
|
|
|
|
- <text class="price">¥{{item2.price}}</text>
|
|
|
|
|
- </view>
|
|
|
|
|
|
|
+<!-- <view class="flex-row justify-center">-->
|
|
|
|
|
+<!-- <text class="price">¥{{item2.price}}</text>-->
|
|
|
|
|
+<!-- </view>-->
|
|
|
</view>
|
|
</view>
|
|
|
</u-grid-item>
|
|
</u-grid-item>
|
|
|
</u-grid>
|
|
</u-grid>
|
|
@@ -312,13 +312,19 @@
|
|
|
this.getServicePersonUrl(this.serviceTeacherList);
|
|
this.getServicePersonUrl(this.serviceTeacherList);
|
|
|
if (bindPickerChange){
|
|
if (bindPickerChange){
|
|
|
console.log(888888888888888,bindPickerChange)
|
|
console.log(888888888888888,bindPickerChange)
|
|
|
- this.serviceObjectList.forEach(i=>{
|
|
|
|
|
- if (i.select){
|
|
|
|
|
- this.orderParam.childService=[]
|
|
|
|
|
- i.select = false
|
|
|
|
|
- this.selectServiceObject(i)
|
|
|
|
|
- }
|
|
|
|
|
- })
|
|
|
|
|
|
|
+
|
|
|
|
|
+ if (this.orderParam.childService.length === 0){
|
|
|
|
|
+ this.selectServiceObject(this.serviceObjectList[0])
|
|
|
|
|
+ }else {
|
|
|
|
|
+ this.serviceObjectList.forEach(i=>{
|
|
|
|
|
+ if (i.select){
|
|
|
|
|
+ this.orderParam.childService=[]
|
|
|
|
|
+ i.select = false
|
|
|
|
|
+ this.selectServiceObject(i)
|
|
|
|
|
+ }
|
|
|
|
|
+ })
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
}else {
|
|
}else {
|
|
|
this.listServiceObject()
|
|
this.listServiceObject()
|
|
|
}
|
|
}
|