This commit is contained in:
weipengfei 2023-08-19 16:12:22 +08:00
parent d19f7d0bb6
commit 01de8e7b80
5 changed files with 563 additions and 589 deletions

File diff suppressed because it is too large Load Diff

View File

@ -68,12 +68,6 @@
} }
}, },
onReady() {
uni.setNavigationBarColor({
frontColor: '#ffffff',
backgroundColor: '#3175f9'
})
},
onLoad() { onLoad() {
this.myEventList = [] this.myEventList = []
// this.getApproveMyList(this.params) // this.getApproveMyList(this.params)

View File

@ -15,7 +15,7 @@
<u-tabs <u-tabs
:list="tabList" :list="tabList"
@click="changeTabs" @click="changeTabs"
lineColor="#3274F9" lineColor="#0122c7"
itemStyle="padding-left: 15px; padding-right: 15px; height: 34px;font-size: 32rpx;" itemStyle="padding-left: 15px; padding-right: 15px; height: 34px;font-size: 32rpx;"
></u-tabs> ></u-tabs>
</view> </view>

View File

@ -84,12 +84,6 @@
areaManagerList: [] areaManagerList: []
} }
}, },
onReady() {
uni.setNavigationBarColor({
frontColor: '#ffffff',
backgroundColor: '#3175f9'
})
},
onLoad() {}, onLoad() {},
onShow() { onShow() {
this.loadAreaManager(); this.loadAreaManager();

View File

@ -234,12 +234,6 @@
download_file download_file
} from "@/api/junziqian.js" } from "@/api/junziqian.js"
export default { export default {
onReady() {
uni.setNavigationBarColor({
frontColor: '#ffffff',
backgroundColor: '#3175f9'
})
},
data() { data() {
return { return {
id: '', id: '',