Commit e9ec73ff authored by Mac's avatar Mac

1

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