From aff94579d33c07675ab160652b6d8ce49ed2e154 Mon Sep 17 00:00:00 2001 From: yangan <yangan0921@163.com> Date: 星期五, 24 一月 2025 15:56:46 +0800 Subject: [PATCH] fix:更改请求地址 --- pages/customer-page/customer-my/faYunstatistics/faYunstatistics.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/customer-page/customer-my/faYunstatistics/faYunstatistics.vue b/pages/customer-page/customer-my/faYunstatistics/faYunstatistics.vue index 23d8de2..1038141 100644 --- a/pages/customer-page/customer-my/faYunstatistics/faYunstatistics.vue +++ b/pages/customer-page/customer-my/faYunstatistics/faYunstatistics.vue @@ -277,7 +277,7 @@ @click="confirmCondition"></u-button></view> </view> </u-popup> - <tab-bar :current="roleType===4?1:1"></tab-bar> + <tab-bar :current="roleType===4?2:1"></tab-bar> </view> <view class="white-block"></view> </view> @@ -1187,4 +1187,4 @@ // } // } } -</style> \ No newline at end of file +</style> -- Gitblit v1.9.1