bug
This commit is contained in:
@@ -1,13 +1,13 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="home">
|
<div class="home">
|
||||||
<div class="header" :class="[isFixed ? 'header-active' : '']">
|
<!-- <div class="header" :class="[isFixed ? 'header-active' : '']">
|
||||||
<div class="status-bar" :style="{height: statusBarHeight + 'px'}"></div>
|
<div class="status-bar" :style="{height: statusBarHeight + 'px'}"></div>
|
||||||
<div class="nav-bar">
|
<div class="nav-bar">
|
||||||
<h2>天府星小程序</h2>
|
<h2>天府星小程序</h2>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div></div>
|
<div></div>
|
||||||
<image class="bg-img" src="https://cdn.cunwuyun.cn/wxmp/tianfuxing/home-bg.png" />
|
<image class="bg-img" src="https://cdn.cunwuyun.cn/wxmp/tianfuxing/home-bg.png" /> -->
|
||||||
<div class="wrapper">
|
<div class="wrapper">
|
||||||
<image class="banner" src="https://cdn.cunwuyun.cn/wxmp/tianfuxing/banner.png" />
|
<image class="banner" src="https://cdn.cunwuyun.cn/wxmp/tianfuxing/banner.png" />
|
||||||
<div class="nav">
|
<div class="nav">
|
||||||
@@ -49,7 +49,6 @@
|
|||||||
|
|
||||||
export default {
|
export default {
|
||||||
appName: '首页',
|
appName: '首页',
|
||||||
customNavigation: true,
|
|
||||||
navigationBarTitleText: '天府星小程序',
|
navigationBarTitleText: '天府星小程序',
|
||||||
name: 'AppHome',
|
name: 'AppHome',
|
||||||
|
|
||||||
@@ -68,10 +67,6 @@
|
|||||||
},
|
},
|
||||||
|
|
||||||
onLoad () {
|
onLoad () {
|
||||||
this.statusBarHeight = uni.getSystemInfoSync().statusBarHeight
|
|
||||||
uni.setNavigationBarColor({
|
|
||||||
frontColor: 'black'
|
|
||||||
})
|
|
||||||
this.getList()
|
this.getList()
|
||||||
|
|
||||||
if (!this.token) {
|
if (!this.token) {
|
||||||
@@ -146,7 +141,7 @@
|
|||||||
.wrapper {
|
.wrapper {
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 11;
|
z-index: 11;
|
||||||
padding-top: 208px;
|
padding-top: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.back-wrapper {
|
.back-wrapper {
|
||||||
|
|||||||
Reference in New Issue
Block a user