|
@@ -272,12 +272,12 @@ export default {
|
272
|
272
|
}).then(() => {
|
273
|
273
|
if (this.activity.AfterVote) {
|
274
|
274
|
this.$dialog
|
275
|
|
- .alert({ title: "投票成功!", message: "恭喜您获得一次抽奖机会!" })
|
|
275
|
+ .alert({ title: '投票成功!', message: '恭喜您获得一次抽奖机会!', confirmButtonText: '立即前往' })
|
276
|
276
|
.then(() => {
|
277
|
277
|
window.location.href = this.activity.AfterVote;
|
278
|
278
|
});
|
279
|
279
|
} else {
|
280
|
|
- this.$dialog.alert({ message: "投票成功!" });
|
|
280
|
+ this.$dialog.alert({ message: '投票成功!' });
|
281
|
281
|
}
|
282
|
282
|
});
|
283
|
283
|
// });
|