|
@@ -2,7 +2,7 @@
|
|
|
* @Author: wangjiacheng
|
|
|
* @Date: 2021-10-14 11:57:19
|
|
|
* @LastEditors: wjc
|
|
|
- * @LastEditTime: 2024-05-31 14:11:52
|
|
|
+ * @LastEditTime: 2024-05-31 15:37:27
|
|
|
* @Description:
|
|
|
-->
|
|
|
<template>
|
|
@@ -88,7 +88,7 @@ export default {
|
|
|
getTotalSum () {
|
|
|
this.timer = setInterval(() => {
|
|
|
const date = dayjs()
|
|
|
- const add = Math.floor(Math.random() * 2000)
|
|
|
+ const add = Math.floor(Math.random() * 3000)
|
|
|
this.moneny = this.moneny + add
|
|
|
if (date.isSameOrAfter(dayjs(this.targetDate)) && this.moneny <= this.targetMoney) {
|
|
|
this.moneny = this.targetMoney + add
|