王家程 2 anni fa
parent
commit
3eb9e3533f
1 ha cambiato i file con 4 aggiunte e 4 eliminazioni
  1. 4 4
      src/views/total-sum/index.vue

+ 4 - 4
src/views/total-sum/index.vue

@@ -1,8 +1,8 @@
 <!--
  * @Author: wangjiacheng
  * @Date: 2021-10-14 11:57:19
- * @LastEditors: wangjiacheng
- * @LastEditTime: 2021-10-15 17:09:52
+ * @LastEditors: wjc
+ * @LastEditTime: 2022-10-11 14:38:02
  * @Description:
 -->
 <template>
@@ -59,12 +59,12 @@ export default {
   },
   watch: {
     moneny (nVal) {
-      if (nVal >= 1e8 && !this.showFire) {
+      if (nVal >= 2e8 && !this.showFire) {
         setTimeout(() => {
           this.showFire = true
         }, 500)
       }
-      if (nVal >= 1e8) {
+      if (nVal >= 2e8) {
         setTimeout(() => {
           this.isBillion = true
         }, 500)