Commit 446144bf authored by mengcuiguang's avatar mengcuiguang

代码优化

parent 17d6ffbb
<template>
<view class="body">
<view style="height: 100%;">
<view style="height: 92%;">
<indexPage v-show="currentPage==0" ref="index" />
<recommendPage v-on:showEditBarH="showEditBarH" v-on:changeBottomBarColor="changeBottomBarColor"
v-show="currentPage==1" ref="recommend" />
......@@ -218,7 +218,8 @@
<style lang="scss">
.body {
height: 100%;
height: 100%;
background-color: white;
}
.editBar {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment