Bläddra i källkod

feat: 2亿活动

王家程 2 år sedan
förälder
incheckning
3eb9e3533f
1 ändrade filer med 4 tillägg och 4 borttagningar
  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)