Fix:3123 【商城小程序】店铺没有显示店铺营业时间
This commit is contained in:
@@ -116,11 +116,22 @@
|
||||
</view>
|
||||
<view class="bg"></view>
|
||||
<view class="map-info">
|
||||
<view class="map-info-hd">
|
||||
<image :src="webUrl + '/page/hotel/icon-location.png'" class="icon" />
|
||||
</view>
|
||||
<view class="map-info-bd more-t">
|
||||
{{ inn.address }}
|
||||
<view >
|
||||
<view class="v12-justify-between v12-align-start">
|
||||
<view class="map-info-hd">
|
||||
<image :src="webUrl + '/page/hotel/icon-location.png'" class="icon" />
|
||||
</view>
|
||||
<view class="map-info-bd more-t">
|
||||
{{ inn.address }}
|
||||
</view>
|
||||
</view>
|
||||
<view class="v12-justify-start v12-align-center">
|
||||
<view class="map-info-hd" style="opacity: 0;margin-right: 20rpx">
|
||||
<image :src="webUrl + '/page/hotel/icon-location.png'" class="icon" />
|
||||
</view>
|
||||
营业时间:
|
||||
<text v-if="inn.serviceTime">{{ inn.serviceTime }}</text> - <text v-if="inn.serviceEndTime">{{ inn.serviceEndTime }}</text>
|
||||
</view>
|
||||
</view>
|
||||
<view class="map-info-ft flex">
|
||||
<view class="item" @click="showLocation">
|
||||
@@ -1311,6 +1322,7 @@ export default {
|
||||
padding: 40rpx 10rpx 40rpx 32rpx;
|
||||
color: #333;
|
||||
font-size: 14px;
|
||||
justify-content: space-between;
|
||||
.map-info-hd {
|
||||
.icon {
|
||||
display: block;
|
||||
|
||||
Reference in New Issue
Block a user