agents.vue 页面导航栏修正使用通用导航栏5/5

This commit is contained in:
WindowBird 2025-08-27 08:55:38 +08:00
parent 817fd58487
commit eeaa516065
3 changed files with 8 additions and 4 deletions

View File

@ -2,7 +2,7 @@
export const DEV_CONFIG = {
// 临时token用于开发测试
TEMP_TOKEN:
'eyJhbGciOiJIUzUxMiJ9.eyJsb2dpbl91c2VyX2tleSI6IjM2YzUxYWQxLTVmZWMtNDI3Yy1iYjFkLThkYTFmZWE4OWM4MyJ9.Z8ZAPBw-pol_fsLudrWr4tHUn7b-zoMzWxIHnZItI4pW7VH7UsM8dzFwB6aWIzCBnmvnm8T1iTDCEvQT13ihEw',
'eyJhbGciOiJIUzUxMiJ9.eyJsb2dpbl91c2VyX2tleSI6IjIwNTJiNTYxLWExYmYtNDhmZi04YzgxLTUxOTQwOTkzNGNkMyJ9.GtV24rNuYHsxmyzA8Di6Sy_QaK2wWTouhhEH8vmTk6pJKdhHrnnNev-SF8tSsOB-QVlBQ2mjX22-4znaERwmcg',
// 是否使用临时token
USE_TEMP_TOKEN: true,

View File

@ -1,7 +1,12 @@
<template>
<view class="agents-page">
<!-- 头部区域 -->
<custom-nav-bar3 title=""></custom-nav-bar3>
<custom-nav-bar
:fill="false"
:show-back="true"
background-color="transparent"
title=""
></custom-nav-bar>
<view class="header">
<image :src="commonEnum.AGENT" class="agent-background" mode="aspectFill"></image>
</view>

View File

@ -91,11 +91,10 @@ import { getNavBarHeight } from '../../utils/system'
import uniPopup from '../../uni_modules/uni-popup/components/uni-popup/uni-popup.vue'
import CashFlowCard from '../../components/cashFlowCard/cashFlowCard.vue'
import { getBalanceLogList } from '../../api/balanceLog'
import CustomNavBar4 from '../../components/custom-nav-bar4/custom-nav-bar4.vue'
export default {
name: 'CashFlowPage',
components: { CustomNavBar4, uniPopup, CashFlowCard },
components: { uniPopup, CashFlowCard },
data() {
const currentDate = this.getDate()
return {