更新羽声语音h5

This commit is contained in:
yziiy
2025-10-23 16:04:28 +08:00
parent f77801f9a1
commit 4fc72fbffe
228 changed files with 5384 additions and 4065 deletions

View File

@@ -1,5 +1,5 @@
<template>
<view class="view-page" :style="{backgroundImage : `url('${ThemeData?.app_bg ?? 'https://vespa.qxmier.com/image/bg.png'}')`}">
<view class="view-page" :style="{backgroundImage : `url('${ThemeData?.app_bg || $config.PRIMARY_BGURL}')`}">
<headerHeight />
<navBar :navTitle="`${ leaderStatus ? '公会房间及流水' : '公会房间'}`">
<template #rightView>
@@ -79,7 +79,7 @@
guild_id: 0,
start_time:new Date(),
end_time: new Date(),
token: uni.getStorageSync('token') ?? '',
token: uni.getStorageSync('token') || '',
page: 1,
page_size: 20
},
@@ -198,7 +198,7 @@
font-weight: 500;
font-size: 40rpx;
color: #004D3C;
color: #333;
margin-top: 24rpx;
}
}