소스 검색

红包个数最多100个

eosgetdice12 5 년 전
부모
커밋
df70ea0688
1개의 변경된 파일7개의 추가작업 그리고 0개의 파일을 삭제
  1. 7 0
      _src/components/popup/packetSend/index.vue

+ 7 - 0
_src/components/popup/packetSend/index.vue

@@ -120,6 +120,13 @@ export default {
           this.tips = ''
         }, 3000)
       }
+      if (to > 100) {
+        this.packetNum = 100
+        this.tips = '红包个数最大为 100 个'
+        setTimeout(() => {
+          this.tips = ''
+        }, 3000)
+      }
     }
   },
   methods: {