Feat:体验店信息
This commit is contained in:
@@ -42,14 +42,7 @@
|
||||
<view class="v12-align-center v12-primary-border v12-font-22 v12-ml-1 v12-px-2 v12-radius-100 v12-white" style=" white-space: nowrap;height: 100%;">{{ store.serviceTime }} - {{ store.serviceEndTime }}</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="v12-pa-3 " v-if="store.tags" style="display: flex;flex-wrap: wrap; align-items: center;">
|
||||
<view v-for="value in store.tags.split(',')" :key="value" class="v12-px-2 v12-radius-100 v12-mr-2 v12-mb-2 v12-font-24" style="width: fit-content; border: 2rpx solid #888">{{ value }}</view>
|
||||
</view>
|
||||
<view class="inn-signature-wrap">
|
||||
<view class="triangle"></view>
|
||||
<!-- <view class="inn-signature">
|
||||
{{ store.intro }}
|
||||
</view> -->
|
||||
<view class="inn-signature-wrap" style="margin-top: 0; padding-top: 0;">
|
||||
<view class="share-btn" @click="changeShare">
|
||||
<image :src="webUrl + '/page/hotel/share.png'" class="img" />
|
||||
</view>
|
||||
@@ -331,7 +324,7 @@
|
||||
</view>
|
||||
<view class="info-box">
|
||||
<view class="v12-font-32 v12-font-bold t-one">{{ item.name }}</view>
|
||||
<view class="v12-font-26 v12-dark1-text t-one">{{ item.intro }}</view>
|
||||
<view class="v12-font-26 v12-dark1-text more-t" style="margin-top: 8rpx; margin-bottom: 16rpx; line-height: 1.4;">{{ item.intro }}</view>
|
||||
<view class="bottom-row">
|
||||
<view class="v12-font-20 v12-font-bold">
|
||||
营业时间:{{ item.serviceTime }}~{{ item.serviceEndTime }}
|
||||
|
||||
Reference in New Issue
Block a user