This commit is contained in:
yanran200730
2022-11-03 11:28:10 +08:00
parent 77111556bd
commit d537294216

View File

@@ -1,13 +1,13 @@
<template>
<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="nav-bar">
<h2>天府星小程序</h2>
</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">
<image class="banner" src="https://cdn.cunwuyun.cn/wxmp/tianfuxing/banner.png" />
<div class="nav">
@@ -49,7 +49,6 @@
export default {
appName: '首页',
customNavigation: true,
navigationBarTitleText: '天府星小程序',
name: 'AppHome',
@@ -68,10 +67,6 @@
},
onLoad () {
this.statusBarHeight = uni.getSystemInfoSync().statusBarHeight
uni.setNavigationBarColor({
frontColor: 'black'
})
this.getList()
if (!this.token) {
@@ -146,7 +141,7 @@
.wrapper {
position: relative;
z-index: 11;
padding-top: 208px;
padding-top: 30px;
}
.back-wrapper {