This commit is contained in:
2026-06-03 11:53:48 +08:00
parent c2020af3bf
commit bf9ea19771
12 changed files with 69 additions and 43 deletions

View File

@@ -38,10 +38,10 @@ export default defineUniPages({
{ path: 'pages/withdraw-details', auth: true, style: { navigationBarTitleText: '提现记录' } },
],
globalStyle: {
backgroundColor: '@bgColor',
backgroundColorBottom: '@bgColorBottom',
backgroundColorTop: '@bgColorTop',
backgroundTextStyle: '@bgTxtStyle',
backgroundColor: '#fcfcfc',
backgroundColorBottom: '#fcfcfc',
backgroundColorTop: '#fcfcfc',
backgroundTextStyle: 'dark',
navigationBarBackgroundColor: '#ffffff',
navigationBarTextStyle: 'black',
navigationBarTitleText: 'BDRP',