This commit is contained in:
杨鹏
2025-10-17 09:13:56 +08:00
parent fe70526a9e
commit 38ad4637a1
2 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -1,10 +1,10 @@
<template> <template>
<view> <view>
<s-layout title="首页" navbar="custom" tabbar="" :bgStyle="{ color: '#fff' }"> <!-- <s-layout title="首页" navbar="custom" tabbar="" :bgStyle="{ color: '#fff' }"> -->
<web-view :src="url"> <web-view :src="url">
<cover-view-tabbar activeUrl="/pages/index/index" /> <cover-view-tabbar activeUrl="/pages/index/index" />
</web-view> </web-view>
</s-layout> <!-- </s-layout> -->
</view> </view>
</template> </template>
+2 -2
View File
@@ -1,10 +1,10 @@
<template> <template>
<view> <view>
<s-layout title="试衣间" navbar="custom" tabbar="" :bgStyle="{ color: '#fff' }"> <!-- <s-layout title="试衣间" navbar="custom" tabbar="" :bgStyle="{ color: '#fff' }"> -->
<web-view :src="webviewUrl" ref="webviewRef" @message="handleMessage"> <web-view :src="webviewUrl" ref="webviewRef" @message="handleMessage">
<cover-view-tabbar activeUrl="/pages/index/room" /> <cover-view-tabbar activeUrl="/pages/index/room" />
</web-view> </web-view>
</s-layout> <!-- </s-layout> -->
</view> </view>
</template> </template>