huangxiaojing 4 éve%!(EXTRA string=óta)
szülő
commit
330d75acea

BIN
microserviceUserH5/static/img/replacementActivities/default.jpg


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

@@ -456,7 +456,7 @@
 					_this.secretKey = res.repData.secretKey
 					_this.backToken = res.repData.token
 				} else {
-					_this.$element.find(".backImg")[0].src = 'images/default.jpg'
+					_this.$element.find(".backImg")[0].src = 'static/img/replacementActivities/default.jpg'
 					_this.$element.find(".bock-backImg")[0].src = ''
 					_this.htmlDoms.tips.addClass('err-bg').removeClass('suc-bg')
 					_this.htmlDoms.tips.animate({"bottom":"0px"});
@@ -465,9 +465,6 @@
 							_this.htmlDoms.tips.animate({"bottom":"-35px"});
 						}, 1000);
 					}
-			},
-			function(res){
-				_this.options.error(res)
 			});
 			this.htmlDoms.sub_block.css('left', "0px");
         },
@@ -683,10 +680,7 @@
 					_this.htmlDoms.back_img[0].src = 'images/default.jpg';
 					_this.$element.find('.verify-msg').text(res.repMsg);
 				}
-			}),
-			function(res){
-				_this.options.error(res)
-			}
+			})
 		},
 		pointTransfrom:function(pointArr,imgSize){
 			var newPointArr = pointArr.map(function(p){

+ 1 - 7
microserviceUserH5/vcloud/invite.html

@@ -357,13 +357,7 @@
 				success: function (params) { //成功的回调
 					operate('dt_yhs_点击免费换机按钮', 'click', params.captchaVerification);
 				},
-				error: function (err) {
-					if (err.repCode == "6202") {
-						toastr.error(err.repMsg)
-						$('#mpanel2').empty()
-						validate()
-					}
-				}
+				error: function () {}
 			});
 		}
 		//调用免费换机接口