Browse Source

抽奖页面 添加领取成功提示

DESKTOP-O04BTUJ\muzen 2 years ago
parent
commit
95e9935c1d
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/pages/lottery/index.vue

+ 3 - 0
src/pages/lottery/index.vue

@@ -192,6 +192,9 @@ export default {
             setTimeout(() => {
               this.disabled = true
             }, 2000)
+            uni.showToast({
+              title:'领取成功,已累积到积分中!'
+            })
           }
         })
       }