Commit a6fa3e72 authored by Mac's avatar Mac

1

parent c65db551
......@@ -143,6 +143,7 @@
<u-icon name="arrow" :size="32" color="#111"></u-icon>
</view>
<view class="sku-box" style="justify-content: space-between;">
<view class="row">
<span class='skub_text'>服务类型</span>
......@@ -161,11 +162,12 @@
</view>
</view>
<view style="width: 100%;height: 10px;background: #f5f5f5;"></view>
<view class="sku-box u-skeleton-rect" v-if="comments.length == 0 && setting.is_comment == 1">
<view class="label">暂无评论信息</view>
</view>
<view v-if="comments.length > 0">
<view class="chead" style="padding: 0 10px;">
<view class="chead" style="padding: 10px;">
<u-section
:bold="false"
:sub-color="secondary"
......@@ -260,6 +262,7 @@
</view>
</view>
<u-skeleton v-if="loading" :loading="true" :animation="true" bgcolor="#FFF"></u-skeleton>
<view style="width: 100%;height: 10px;background: #f5f5f5;"></view>
<u-divider :margin-top="20" :margin-bottom="20" bg-color="transparent">商品详情</u-divider>
<view class="details">
<h-parse :content="detailContent" @navigate="clickDescription"></h-parse>
......@@ -670,7 +673,7 @@
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
font-size: 16px;
height: 45px;
max-height: 45px;
}
.guidecarOrderdetails .Logo {
padding: 1px 5px;
......
......@@ -87,8 +87,8 @@
</view>
</view>
<view style="display: flex;flex-direction: column;align-items: flex-end;">
<view class="price" :style="{ color: mainColor ,'font-size':'14px'}" v-if="msg.CarType==5">¥{{x.price}}/人</view>
<view class="price" :style="{ color: mainColor ,'font-size':'14px'}" v-if="msg.CarType!=5">¥{{x.price}}</view>
<view class="price" :style="{ color: mainColor ,'font-size':'16px'}" v-if="msg.CarType==5">¥{{x.price}}/人</view>
<view class="price" :style="{ color: mainColor ,'font-size':'16px'}" v-if="msg.CarType!=5">¥{{x.price}}</view>
<!-- <view style=" color: #999999;font-size: 11px; ">总价¥{{x.price*msg.RideNum}}</view> -->
</view>
</view>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment