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