mirror of
https://github.com/yudaocode/yudao-ui-admin-vue3.git
synced 2026-05-14 04:08:33 +00:00
统计:Review修改
This commit is contained in:
@@ -70,7 +70,8 @@ const getProductData = async () => {
|
||||
|
||||
/** 查询钱包充值数据 */
|
||||
const getWalletRechargeData = async () => {
|
||||
data.rechargePrice.value = await PayStatisticsApi.getWalletRechargePrice()
|
||||
const paySummary = await PayStatisticsApi.getWalletRechargePrice();
|
||||
data.rechargePrice.value = paySummary.rechargePrice
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user