移除系统配置获取金额

This commit is contained in:
2026-05-12 15:35:50 +08:00
parent 2f0479ea05
commit ec05584bb7
7 changed files with 99 additions and 234 deletions
+1 -5
View File
@@ -191,7 +191,6 @@
getCurrentAnnouncement,
getCurrentAdvertisement
} from '../../config/api/system.js'
import { fetchAndCacheDanaPaymentConfig } from '../../utils/danaPaymentConfig.js'
import {
getProductList
} from '../../config/api/product.js'
@@ -619,10 +618,7 @@
// 并行加载公告和广告(不依赖定位)
await Promise.all([
getNoticeText(),
getBannerImages(),
fetchAndCacheDanaPaymentConfig().catch((e) => {
console.warn('获取 DANA 配置失败,继续使用本地默认值:', e)
})
getBannerImages()
])
// #ifdef H5