|
@@ -2,7 +2,7 @@
|
|
* @Author: wangjiacheng
|
|
* @Author: wangjiacheng
|
|
* @Date: 2021-10-14 11:57:19
|
|
* @Date: 2021-10-14 11:57:19
|
|
* @LastEditors: wjc
|
|
* @LastEditors: wjc
|
|
- * @LastEditTime: 2024-05-30 11:10:37
|
|
|
|
|
|
+ * @LastEditTime: 2024-05-30 11:51:23
|
|
* @Description:
|
|
* @Description:
|
|
-->
|
|
-->
|
|
<template>
|
|
<template>
|
|
@@ -54,7 +54,7 @@ export default {
|
|
showFire: false,
|
|
showFire: false,
|
|
isBillion: false,
|
|
isBillion: false,
|
|
// targetDate: '2024-05-31 17:10:00'
|
|
// targetDate: '2024-05-31 17:10:00'
|
|
- targetDate: '2024-05-30 11:30:00'
|
|
|
|
|
|
+ targetDate: '2024-05-30 11:55:00'
|
|
}
|
|
}
|
|
},
|
|
},
|
|
computed: {
|
|
computed: {
|
|
@@ -92,7 +92,7 @@ export default {
|
|
const add = Math.floor(Math.random() * 3000)
|
|
const add = Math.floor(Math.random() * 3000)
|
|
this.moneny = this.moneny + add
|
|
this.moneny = this.moneny + add
|
|
if (date.isSameOrAfter(dayjs(this.targetDate)) && this.moneny <= this.targetMoney) {
|
|
if (date.isSameOrAfter(dayjs(this.targetDate)) && this.moneny <= this.targetMoney) {
|
|
- this.moneny = this.targetMoney
|
|
|
|
|
|
+ this.moneny = this.targetMoney + add
|
|
}
|
|
}
|
|
}, 10000)
|
|
}, 10000)
|
|
}
|
|
}
|