报错信息

This commit is contained in:
liuye
2023-02-03 11:51:21 +08:00
parent e8a8d12db3
commit d5cd1ec192

View File

@@ -225,6 +225,8 @@ export default {
if (res.code == 0) { if (res.code == 0) {
this.activeInfo = {...res.data} this.activeInfo = {...res.data}
} }
}).catch((err) => {
this.$u.toast(err)
}) })
}, },
//抽奖 //抽奖
@@ -237,6 +239,8 @@ export default {
this.awardNumber = res.data this.awardNumber = res.data
this.onStart() this.onStart()
} }
}).catch((err) => {
this.$u.toast(err)
}) })
}, },
//活动报名 //活动报名
@@ -249,6 +253,8 @@ export default {
this.$u.toast('活动报名成功!') this.$u.toast('活动报名成功!')
this.getDetail() this.getDetail()
} }
}).catch((err) => {
this.$u.toast(err)
}) })
}, },
getAwardedList() { getAwardedList() {
@@ -409,6 +415,7 @@ export default {
margin-bottom: 24px; margin-bottom: 24px;
span { span {
color: #1BAFB3; color: #1BAFB3;
margin: 0 8px;
} }
} }
.flex-img { .flex-img {