agents.vue 页面导航栏修正使用通用导航栏5/5
This commit is contained in:
parent
817fd58487
commit
eeaa516065
|
|
@ -2,7 +2,7 @@
|
||||||
export const DEV_CONFIG = {
|
export const DEV_CONFIG = {
|
||||||
// 临时token,用于开发测试
|
// 临时token,用于开发测试
|
||||||
TEMP_TOKEN:
|
TEMP_TOKEN:
|
||||||
'eyJhbGciOiJIUzUxMiJ9.eyJsb2dpbl91c2VyX2tleSI6IjM2YzUxYWQxLTVmZWMtNDI3Yy1iYjFkLThkYTFmZWE4OWM4MyJ9.Z8ZAPBw-pol_fsLudrWr4tHUn7b-zoMzWxIHnZItI4pW7VH7UsM8dzFwB6aWIzCBnmvnm8T1iTDCEvQT13ihEw',
|
'eyJhbGciOiJIUzUxMiJ9.eyJsb2dpbl91c2VyX2tleSI6IjIwNTJiNTYxLWExYmYtNDhmZi04YzgxLTUxOTQwOTkzNGNkMyJ9.GtV24rNuYHsxmyzA8Di6Sy_QaK2wWTouhhEH8vmTk6pJKdhHrnnNev-SF8tSsOB-QVlBQ2mjX22-4znaERwmcg',
|
||||||
|
|
||||||
// 是否使用临时token
|
// 是否使用临时token
|
||||||
USE_TEMP_TOKEN: true,
|
USE_TEMP_TOKEN: true,
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,12 @@
|
||||||
<template>
|
<template>
|
||||||
<view class="agents-page">
|
<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">
|
<view class="header">
|
||||||
<image :src="commonEnum.AGENT" class="agent-background" mode="aspectFill"></image>
|
<image :src="commonEnum.AGENT" class="agent-background" mode="aspectFill"></image>
|
||||||
</view>
|
</view>
|
||||||
|
|
|
||||||
|
|
@ -91,11 +91,10 @@ import { getNavBarHeight } from '../../utils/system'
|
||||||
import uniPopup from '../../uni_modules/uni-popup/components/uni-popup/uni-popup.vue'
|
import uniPopup from '../../uni_modules/uni-popup/components/uni-popup/uni-popup.vue'
|
||||||
import CashFlowCard from '../../components/cashFlowCard/cashFlowCard.vue'
|
import CashFlowCard from '../../components/cashFlowCard/cashFlowCard.vue'
|
||||||
import { getBalanceLogList } from '../../api/balanceLog'
|
import { getBalanceLogList } from '../../api/balanceLog'
|
||||||
import CustomNavBar4 from '../../components/custom-nav-bar4/custom-nav-bar4.vue'
|
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: 'CashFlowPage',
|
name: 'CashFlowPage',
|
||||||
components: { CustomNavBar4, uniPopup, CashFlowCard },
|
components: { uniPopup, CashFlowCard },
|
||||||
data() {
|
data() {
|
||||||
const currentDate = this.getDate()
|
const currentDate = this.getDate()
|
||||||
return {
|
return {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user