Commit e9ec73ff authored by Mac's avatar Mac

1

parent f7b8b794
......@@ -149,7 +149,6 @@
top: -70px;
border-top-left-radius: 30px;
border-top-right-radius: 30px;
height: 900px;
background-color: #fff;
padding: 40rpx;
"
......@@ -305,7 +304,7 @@
<view style="flex: 1; font-size: 26rpx; color: #a4a4a4">
<text style="width: 156rpx; text-align: right">开业时间:</text>
<text style="color: #f30329; font-weight: bold">{{
detailData.OpenTime.slice(0, 10)
detailData.OpenTime?detailData.OpenTime.slice(0, 10):''
}}</text>
</view>
<view style="flex: 1; font-size: 26rpx; color: #a4a4a4">
......@@ -451,7 +450,7 @@
margin: 60rpx 0;
"
></view>
<view style="margin-bottom: 83rpx; text-align: right">
<view style="margin-bottom: 83rpx; text-align: right" v-if="detailData.Discount">
<view style="text-align: left">
<image
src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Test/Upload/Goods/zhaoyinyouhui.png"
......@@ -483,7 +482,7 @@
>
</view>
</view>
<view style="margin-bottom: 83rpx; text-align: right">
<view style="margin-bottom: 83rpx; text-align: right" v-if="detailData.StartingInfo">
<view style="text-align: left">
<image
src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Test/Upload/Goods/titleall.png"
......@@ -612,7 +611,7 @@
首展政策
</view>
</view>-->
<view style="margin-bottom: 83rpx; text-align: right">
<view style="margin-bottom: 83rpx; text-align: right" v-if="detailData.CarrierPlan">
<view style="text-align: left">
<image
src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Test/Upload/Goods/1616480343000_409.png"
......@@ -644,7 +643,7 @@
>
</view>
</view>
<view style="margin-bottom: 83rpx; text-align: right">
<view style="margin-bottom: 83rpx; text-align: right" v-if="detailData.CarrierTarget">
<view style="text-align: left">
<image
src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Test/Upload/Goods/1616480343000_16.png"
......@@ -675,7 +674,7 @@
>
</view>
</view>
<view style="margin-bottom: 83rpx; text-align: right">
<view style="margin-bottom: 83rpx; text-align: right" v-if="detailData.Location">
<view style="text-align: left">
<image
src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Test/Upload/Goods/1616480343000_452.png"
......@@ -706,7 +705,7 @@
>
</view>
</view>
<view style="margin-bottom: 83rpx; text-align: right">
<view style="margin-bottom: 83rpx; text-align: right" v-if="detailData.Crowd ">
<view style="text-align: left">
<image
src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Test/Upload/Goods/1616480343000_223.png"
......@@ -738,7 +737,7 @@
</view>
</view>
<view
style="margin-bottom: 93rpx; text-align: right; position: relative"
style="margin-bottom: 93rpx; text-align: right; position: relative" v-if="detailData.HonorList.length>0"
>
<view style="text-align: left">
<image
......
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