Просмотр исходного кода

style:订单里的排队“扫码”改为“进店扫码”

xyh8905170 2 лет назад
Родитель
Сommit
b6687ee163

+ 2 - 2
orderPages/bookService/index.vue

@@ -3,7 +3,7 @@
     <view class="flex-col group">
       <view class="flex-col justify-around groupItem1">
         <view class="groupItemKey">
-          <text>服务对象</text>
+          <text>请选择服务对象</text>
         </view>
         <view class="flex-row justify-between groupItemContent" @click="getServiceObject">
           <text>{{ serviceObject.nickName || '请选择对象' }}</text>
@@ -13,7 +13,7 @@
       </view>
       <view class="flex-col justify-around groupItem">
         <view class="groupItemKey">
-          <text>服务类别</text>
+          <text>请选择服务类型</text>
         </view>
         <picker @change="bindPickerChange" mode='selector' range-key="typeName" :value="storeServiceIndex"
                 :range="storeServiceList">

+ 0 - 13
orderPages/storeService/index.rpx.scss

@@ -44,19 +44,6 @@
     justify-content: space-between;
 }
 
-
-.text_3 {
-    overflow-wrap: break-word;
-    color: rgba(51, 51, 51, 1);
-    font-size: 28rpx;
-    font-family: PingFangSC-Regular;
-    font-weight: normal;
-    text-align: left;
-    white-space: nowrap;
-    line-height: 44rpx;
-    margin-right: 84rpx;
-}
-
 .text_4 {
     overflow-wrap: break-word;
     color: rgba(153, 153, 153, 1);

+ 2 - 2
orderPages/storeService/index.vue

@@ -4,7 +4,7 @@
       <view class="box_4">
         <view class="flex-col justify-around groupItem1">
           <view class="groupItemKey">
-            <text>服务对象</text>
+            <text>请选择服务对象</text>
           </view>
           <view class="flex-row justify-between groupItemContent" @click="getServiceObject">
             <text>{{serviceObject.nickName || '请选择服务对象' }}</text>
@@ -16,7 +16,7 @@
           <picker @change="bindPickerChange" mode='selector' range-key="typeName" :value="index"
                   :range="storeServiceList">
             <view>
-              <text lines="1" class="text_3 ">服务类型</text>
+              <text class="groupItemKey ">请选择服务类型</text>
               <view class="text-group_3 ">
                 <view class="text_4">{{ storeServiceList[index].typeName || '111111' }}</view>
                 <u-icon name="arrow-right" color="#666" size="18"></u-icon>

+ 1 - 1
pages/order/module/mescrollUni-item.vue

@@ -132,7 +132,7 @@
 						<view class="nav-bar">
 							<view class="btn" v-if="item.canScanCode"  @click="scanCodeOrder(item)">
 								<u-icon name="scan" size="18" />
-								<text>扫码</text>
+								<text>进店扫码</text>
 							</view>
 							<view class="btn" v-if="!item.canPay && item.orderStatus == 6"  @click="orderFinish(item)">
 								<text>结束订单</text>