heyang 3 år sedan
förälder
incheckning
3b4c155324
1 ändrade filer med 2 tillägg och 0 borttagningar
  1. 2 0
      microserviceUserH5/vcloud/actFissionShare.html

+ 2 - 0
microserviceUserH5/vcloud/actFissionShare.html

@@ -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();