更改项目

This commit is contained in:
yziiy
2025-08-13 10:51:01 +08:00
parent 7e21160e13
commit e33b97fc90
23 changed files with 3685 additions and 1046 deletions

View File

@@ -1,5 +1,5 @@
<template>
<view class="view-page">
<view class="view-page" :style="{backgroundImage : `url('${ThemeData?.app_bg ?? 'https://vespa.qxmier.com/image/bg.png'}')`}">
<headerHeight />
<navBar :navTitle="`${ leaderStatus ? '公会房间及流水' : '公会房间'}`">
<template #rightView>
@@ -85,7 +85,8 @@
},
leaderStatus: null,
flowDetail: null,
flowList:[]
flowList:[],
ThemeData:null
}
},
onLoad(options) {
@@ -99,6 +100,9 @@
this.searchParams.end_time = this.formatDate(new Date())
this.searchParams.guild_id = id
if (id) this.getFlow()
if (uni.getStorageSync('Theme_Data')) {
this.ThemeData = JSON.parse(uni.getStorageSync('Theme_Data'))
}
},
onReachBottom() {
if (!this.loading && !this.noMore) {