|
|
@@ -30,7 +30,7 @@
|
|
|
<text class="selectSerobName">{{item.nickName || '未填写'}}</text>
|
|
|
</view>
|
|
|
<view class="serob">
|
|
|
- <text>服务人员</text>
|
|
|
+ <text>服务人员以及预约费用</text>
|
|
|
</view>
|
|
|
<view>
|
|
|
<u-grid col="4">
|
|
|
@@ -53,7 +53,7 @@
|
|
|
</u-grid>
|
|
|
</view>
|
|
|
<view class="serob" :style="{'marginTop':'32rpx'}">
|
|
|
- <text>服务时段</text>
|
|
|
+ <text>服务时段以及服务费用</text>
|
|
|
</view>
|
|
|
<view>
|
|
|
<u-grid :border="false" col="5">
|
|
|
@@ -80,7 +80,13 @@
|
|
|
<!-- <textarea v-model="orderParam.remark" placeholder-style="color:#999999;fontSize:28rpx"-->
|
|
|
<!-- placeholder="如有其它特殊需求,请在此输入您的需求" />-->
|
|
|
<view class="serobReminder">
|
|
|
- <text>请注意,一人一号</text>
|
|
|
+ <text>1.预约需要一人一号</text>
|
|
|
+ </view>
|
|
|
+ <view class="serobReminder">
|
|
|
+ <text>2.目前支付费用为时段预约占位费</text>
|
|
|
+ </view>
|
|
|
+ <view class="serobReminder">
|
|
|
+ <text>3.服务费用到店享受相应服务以后在另行收取</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|