Browse Source

fix: 总金额 => 总新币

zhangyong/feature-20250716164232-金币前端
lihui 3 days ago
parent
commit
71a951e0ab
  1. 2
      src/views/consume/gold/coinConsumeDetail.vue
  2. 3
      src/views/recharge/gold/coinRechargeDetail.vue

2
src/views/consume/gold/coinConsumeDetail.vue

@ -633,7 +633,7 @@ const getMarket = async function () {
<el-col>
<el-card>
<div>
消耗总金额{{ format3(Math.abs(permanentGolds) / 100) }}新币&nbsp;&nbsp;&nbsp;&nbsp;
消耗总新币{{ format3(Math.abs(permanentGolds) / 100) }}新币&nbsp;&nbsp;&nbsp;&nbsp;
永久金币{{ format3(Math.abs(permanentGolds) / 100) }}&nbsp;&nbsp;&nbsp;&nbsp;
免费金币{{ format3(Math.abs(freeGolds) / 100) }}&nbsp;&nbsp;&nbsp;&nbsp;
任务金币{{ format3(Math.abs(taskGolds) / 100) }}

3
src/views/recharge/gold/coinRechargeDetail.vue

@ -433,6 +433,7 @@ const getYesterday = function () {
get()
}
// 7
const get7Days = function () {
const today = dayjs()
@ -651,7 +652,7 @@ const getTagText = (state) => {
<el-col>
<el-card>
<div>
充值金额{{ format3(permanentGolds / 100) }}新币&nbsp;&nbsp;&nbsp;&nbsp;
充值新币{{ format3(permanentGolds / 100) }}新币&nbsp;&nbsp;&nbsp;&nbsp;
永久金币{{ format3(permanentGolds / 100) }}金币&nbsp;&nbsp;&nbsp;&nbsp;
免费金币{{ format3(freeGolds / 100) }}金币

Loading…
Cancel
Save