@@ -185,16 +185,13 @@ export default {
}).then(res => {
if (res.data.code === 0) {
this.$refs.popup.close()
- uni.showToast({
- title: '领取成功!'
- })
this.getList()
setTimeout(() => {
this.disabled = true
+ uni.showToast({
+ title: '领取成功,已累积到积分中!'
+ })
}, 2000)
- title:'领取成功,已累积到积分中!'
}
})
@@ -208,7 +205,7 @@ export default {
},
// 关闭弹窗
- close(){
+ close() {