Parcourir la source

修改取号规则

zhanghui il y a 2 ans
Parent
commit
5ff7689bdb

+ 6 - 3
orderPages/bookService/index.rpx.scss

@@ -31,9 +31,12 @@
 .serobReminder{
   margin-top: 20rpx;
   line-height: 40rpx;
-  padding-left: 32rpx;
+  //padding-left: 32rpx;
   color: red;
 }
+.serobReminder:first-child{
+  margin-top: 0;
+}
 .teachPrice{
   font-size: 24rpx;
   font-weight: 400;
@@ -94,7 +97,7 @@
   width: 200rpx;
   font-weight: bold;
   color: #333333;
-  line-height: 92rpx;
+  line-height: 60rpx;
 }
 .groupItemContent{
   font-size: 28rpx;
@@ -129,7 +132,7 @@
   font-family: PingFangSC-Regular, PingFang SC;
   font-weight: 400;
   color: #999999;
-  padding: 0 24rpx;
+  //padding: 0 24rpx;
 }
 .btnTitle{
   font-size: 24rpx;

+ 9 - 3
orderPages/bookService/index.vue

@@ -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>

+ 4 - 2
orderPages/storeService/index.rpx.scss

@@ -11,7 +11,7 @@
   width: 200rpx;
   font-weight: bold;
   color: #333333;
-  line-height: 92rpx;
+  line-height: 60rpx;
 }
 .marginTop{
   margin-top: 24rpx;
@@ -19,9 +19,11 @@
 .serobReminder{
   margin-top: 20rpx;
   line-height: 40rpx;
-  padding-left: 32rpx;
   color: red;
 }
+.serobReminder:first-child{
+  margin-top: 0;
+}
 .textareaView{
   min-height: 280rpx;
   //background: #FAFAFA;

+ 4 - 3
orderPages/storeService/index.vue

@@ -30,9 +30,10 @@
 				<text>取号规则</text>
 			</view>
 			<view class="serobReminder">
-<!--				<textarea v-model="orderParam.remark" placeholder-style="color:#999999;fontSize:28rpx"-->
-<!--					placeholder="如有其它特殊需求,请在此输入您的需求" />-->
-				<text>请注意,一人一号</text>
+				<text>1.预约需要一人一号</text>
+			</view>
+			<view class="serobReminder">
+				<text>2.服务费用到店享受相应服务以后在另行收取</text>
 			</view>
 		</view>
 <!--		<view class="tabBarLineHeight "></view>-->