|
@@ -531,6 +531,7 @@
|
|
|
// message: '激活码总数已上限,谢谢参与'
|
|
|
// })
|
|
|
// document.querySelector('#app').classList.remove('hide');
|
|
|
+ // this.validate(); // 生成验证码
|
|
|
this.getActDetail();
|
|
|
this.getMarquee(); //跑马灯
|
|
|
if (localStorage.getItem("uuid")) {
|
|
@@ -545,6 +546,7 @@
|
|
|
getActivationCode(this.username, this.tagId, this.uuid).then(res => {
|
|
|
this.$toast.clear();
|
|
|
if (res.status === 2 || res.status === 11) {
|
|
|
+ $('#mpanel2').eq(0).text('');
|
|
|
this.validate(); // 生成验证码
|
|
|
setTimeout(() => {
|
|
|
document.getElementById('form-btn').click();
|