|
@@ -410,7 +410,7 @@ var vNode = {
|
|
|
score: _this.addHowPoints()
|
|
|
},
|
|
|
success: function(res){
|
|
|
- if (res.error_code === 0 && res.data.points) {
|
|
|
+ if (res.error_code === 0) {
|
|
|
_this.signInfo.days++
|
|
|
_this.signInfo.state = true
|
|
|
_this.showAnimate = true
|
|
@@ -495,7 +495,7 @@ var vNode = {
|
|
|
return points
|
|
|
},
|
|
|
recordFn: function() {
|
|
|
- window.location.href = '/page_points/list'
|
|
|
+ window.location.href = '/page_points_app/list'
|
|
|
}
|
|
|
}
|
|
|
}
|