Quellcode durchsuchen

添加门店电话

zhanghui vor 2 Jahren
Ursprung
Commit
64981ed7ad

+ 1 - 2
orderPages/orderDetail/index.vue

@@ -111,7 +111,7 @@
 							</view>
 						</view>
 						<view class="flex-col justify-around">
-							<view class="flex-col justify-center ">
+							<view class="flex-col justify-center " v-if="order.planNumber">
 								<view class="planNumber flex-row justify-center">
 									<text>{{order.planNumber}}</text>
 								</view>
@@ -121,7 +121,6 @@
 								<view class="plan flex-row justify-center" v-if="order.serviceAttribute == 2">
 									<text class="plan">预约号</text>
 								</view>
-
 							</view>
 
 							<view class="flex-row justify-center" v-if="item.status === 8" @click="appeal(item.orderServiceId)">

BIN
static/goods/dingwei.png


BIN
static/goods/time.png


BIN
static/goods/zixun.png


+ 13 - 10
storePages/store/store-choose.vue

@@ -41,13 +41,17 @@
 				<view class="h-row" @click="selectStore(item)">
 					<view   class="h-left-value">
 						<view class="h-text">
-							<image src="../../static/index/u55.png" mode=""></image>
+							<image src="../../static/goods/dingwei.png" mode=""></image>
 							<text>地址:{{item.address}}</text>
 						</view>
 						<view class="h-text">
-							<image src="../../static/me/u1796.png" mode=""></image>
+							<image src="../../static/goods/time.png" mode=""></image>
 							营业时间:<text>{{item.tradeTime}}~{{item.gooutTime}}</text>
 						</view>
+						<view class="h-text">
+							<image src="../../static/goods/zixun.png" mode=""></image>
+							咨询热线:<text>{{item.phone || ''}}</text>
+						</view>
 					</view>
 <!--					<view class="h-right-value h-flex">-->
 <!--						<view  class="phone">-->
@@ -237,23 +241,22 @@ export default {
 			justify-content: space-between;
 			.h-left-value{
 				.h-name{
-					height: 22px;
-					font-size: 14px;
+					font-size: 28rpx;
 					font-weight: 400;
 					color: #333333;
-					line-height: 22px;
+					line-height: 40rpx;
 				}
 				.h-text{
-					font-size: 10px;
+					font-size: 24rpx;
 					font-weight: 400;
 					color: #999999;
-					line-height: 18px;
+					line-height: 40rpx;
 					display: flex;
 					align-items: center;
 					image{
-						margin-right: 6px;
-						height: 12px;
-						width: 12px;
+						margin-right: 12rpx;
+						height: 24rpx;
+						width: 24rpx;
 					}
 				}
 			}