|
@@ -2,14 +2,17 @@
|
|
|
<view class="content">
|
|
<view class="content">
|
|
|
<view>
|
|
<view>
|
|
|
<view class="box_4">
|
|
<view class="box_4">
|
|
|
- <view class="group_1" @click="getServiceObject">
|
|
|
|
|
- <view class="text-group_2">
|
|
|
|
|
- <text class="text_3">服务对象</text>
|
|
|
|
|
- <text class="text_4">{{ serviceObject.nickName || '请选择服务对象' }}</text>
|
|
|
|
|
- <text class="text_5" >娇宝,此排队提交后只针对一个服务对象,服务对象指接受娇骄儿理发服务的儿童</text>
|
|
|
|
|
|
|
+ <view class="flex-col justify-around groupItem1">
|
|
|
|
|
+ <view class="groupItemKey">
|
|
|
|
|
+ <text>服务对象</text>
|
|
|
</view>
|
|
</view>
|
|
|
- <u-icon name="arrow-right" color="#666" size="18"></u-icon>
|
|
|
|
|
|
|
+ <view class="flex-row justify-between groupItemContent" @click="getServiceObject">
|
|
|
|
|
+ <text>{{serviceObject.nickName || '请选择服务对象' }}</text>
|
|
|
|
|
+ <u-icon name="arrow-right" color="#666" size="18"></u-icon>
|
|
|
|
|
+ </view>
|
|
|
|
|
+ <text class="text_5">娇宝,此排队提交后只针对一个服务对象,服务对象指接受娇骄儿理发服务的儿童</text>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
+
|
|
|
<view class="group_2"></view>
|
|
<view class="group_2"></view>
|
|
|
<view class="group_1">
|
|
<view class="group_1">
|
|
|
<picker @change="bindPickerChange" mode='selector' range-key="typeName" :value="index"
|
|
<picker @change="bindPickerChange" mode='selector' range-key="typeName" :value="index"
|