Explorar el Código

Merge branch 'develop/3.0.1' into test

DESKTOP-O04BTUJ\muzen hace 2 años
padre
commit
e29b2b0b76
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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:'领取成功,已累积到积分中!'
+            })
           }
         })
       }