统计:Review修改

This commit is contained in:
owen
2023-10-16 22:03:36 +08:00
parent 7b9ea62e6b
commit cd4b4cd322
6 changed files with 20 additions and 13 deletions

View File

@@ -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
}
/**