heyang 3 years ago
parent
commit
985bde209d

+ 2 - 3
microserviceUserH5/static/js/vender/verify.js

@@ -456,8 +456,8 @@
 					_this.secretKey = res.repData.secretKey
 					_this.backToken = res.repData.token
 				} else {
-					_this.$element.find(".backImg")[0].src = 'images/default.jpg'
-					_this.$element.find(".bock-backImg")[0].src = ''
+					_this.$element.find(".backImg")[0].src = 'img/default.jpg'
+					_this.$element.find(".bock-backImg")[0].src = 'img/itemLeft.png'
 					_this.htmlDoms.tips.addClass('err-bg').removeClass('suc-bg')
 					_this.htmlDoms.tips.animate({"bottom":"0px"});
 					_this.htmlDoms.tips.text(res.repMsg)
@@ -681,7 +681,6 @@
 					_this.$element.find('.verify-msg').text(res.repMsg);
 				}
 			})
-        
 		},
 		pointTransfrom:function(pointArr,imgSize){
 			var newPointArr = pointArr.map(function(p){

+ 2 - 2
microserviceUserH5/vcloud/actFissionShare.html

@@ -267,6 +267,7 @@
 </head>
 
 <body>
+    <div id="mpanel2"></div>
     <div class="ipt"></div>
     <div id="app" v-cloak class="container ">
 
@@ -279,7 +280,6 @@
                     </div>
                     <!-- @click='createCopy()' -->
                     <div class="button-download " id="form-btn">点击复制并下载</div>
-                    <div id="mpanel2"></div>
                 </div>
             </div>
             <div class="top-banner">
@@ -352,6 +352,7 @@
             },
             created() {
                 // window.location.href = 'investigate.html'
+                this.validate(); // 生成验证码
             },
             mounted() {
                 // this.$dialog.alert({
@@ -360,7 +361,6 @@
                 //  document.querySelector('#app').classList.remove('hide');
                 this.getActDetail();
                 this.getMarquee(); //跑马灯
-                this.validate(); // 生成验证码
                 if (localStorage.getItem("uuid")) {
                     this.uuid = localStorage.getItem("uuid");
                 } else {