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