heyang 3 年之前
父節點
當前提交
3b4c155324
共有 1 個文件被更改,包括 2 次插入0 次删除
  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();