Fix(民宿专题):1、缺少顶部返回按钮;2、苹果手机页面可以左右滑动

This commit is contained in:
lifizer
2024-04-30 10:09:09 +08:00
parent 6a72159035
commit 4064e214af
+9 -2
View File
@@ -31,6 +31,14 @@ export default {
<template>
<view class="pkg-product-homestay">
<hx-navbar
:fixed="true"
:background-color="[[13,197,197],[13,197,197]]"
statusBarFontColor="#ffffff"
barPlaceholder="hidden"
transparent="auto"
color='#ffffff'
/>
<image class="top-img" mode="widthFix" :src="topImage" v-if="topImage"/>
<view class="section" v-for="(content,cIndex) in contents" :key="cIndex">
@@ -77,8 +85,7 @@ export default {
position: absolute;
top: 350rpx;
left: 0;
width: 100vw;
box-sizing: border-box;
right: 0;
}
.span24 {