|
|
@ -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) }}新币 |
|
|
|
充值新币:{{ format3(permanentGolds / 100) }}新币 |
|
|
|
永久金币:{{ format3(permanentGolds / 100) }}金币 |
|
|
|
免费金币:{{ format3(freeGolds / 100) }}金币 |
|
|
|
|
|
|
|