修改页面返回时因为webview数量限制而造成的页面返回错误问题

This commit is contained in:
赵毅 2025-09-17 15:39:36 +08:00
parent 8d7e59c095
commit 9bffd147ba
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
<template>
<view class="container">
<view class="searchBox" :style="{ height: localHeight + 'px', paddingTop: top + 'px' }">
<!-- <view class="searchBox" :style="{ height: localHeight + 'px', paddingTop: top + 'px' }">
<view class="searchBox_add">
<view class="searchBox_left">
<u-icon bold color="#000" size="40" name="arrow-left" @click="back"></u-icon>
@ -8,7 +8,7 @@
<view class="searchBox_mid">我的房产</view>
<view class="searchBox_right"></view>
</view>
</view>
</view> -->
<view class="empty" v-if="communityList.length == 0">
<view class="emptyTitle">绑定房源</view>
<view class="emptyMsg">请绑定房源信息 以便使用其他功能</view>

View File

@ -160,8 +160,8 @@
{
"path": "myCommunity/index",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom"
"navigationBarTitleText": "我的房产",
"navigationBarBackgroundColor": "#FFF"
}
},
{