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