|
|
@@ -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){
|