.
This commit is contained in:
@@ -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>
|
||||||
|
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user