.
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
<template>
|
||||
<view>
|
||||
<s-layout title="首页" navbar="custom" tabbar="" :bgStyle="{ color: '#fff' }">
|
||||
<!-- <s-layout title="首页" navbar="custom" tabbar="" :bgStyle="{ color: '#fff' }"> -->
|
||||
<web-view :src="url">
|
||||
<cover-view-tabbar activeUrl="/pages/index/index" />
|
||||
</web-view>
|
||||
</s-layout>
|
||||
<!-- </s-layout> -->
|
||||
</view>
|
||||
</template>
|
||||
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
<template>
|
||||
<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">
|
||||
<cover-view-tabbar activeUrl="/pages/index/room" />
|
||||
</web-view>
|
||||
</s-layout>
|
||||
<!-- </s-layout> -->
|
||||
</view>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user