瀏覽代碼

红包个数最多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: {