提交 aa2c8e46 编写于 作者: huangwensu's avatar huangwensu

点赞页面头部样式

上级 8254547d
...@@ -177,20 +177,21 @@ export default { ...@@ -177,20 +177,21 @@ export default {
activityId: this.activityId activityId: this.activityId
}; };
pointResult(param).then(res => { pointResult(param).then(res => {
this.loadingFlag = false; this.$router.push({path: "/login-point/point-result",query: {code: '000000'}});
if(res.code == '000000') { // this.loadingFlag = false;
if(res.data == '900001') { // if(res.code == '000000') {
this.$toast('不能给自己点赞哦'); // if(res.data == '900001') {
}else { // this.$toast('不能给自己点赞哦');
this.$router.push({path: "/login-point/point-result",query: {code: res.data}}); // }else {
} // this.$router.push({path: "/login-point/point-result",query: {code: res.data}});
}else if(res.code == '300000') { // }
this.$toast(res.message); // }else if(res.code == '300000') {
this.captchaAnswer = ''; // this.$toast(res.message);
this.getCaptcha(); // this.captchaAnswer = '';
}else { // this.getCaptcha();
this.$toast(res.message); // }else {
} // this.$toast(res.message);
// }
}) })
} }
} }
...@@ -216,10 +217,11 @@ export default { ...@@ -216,10 +217,11 @@ export default {
} }
.info-text { .info-text {
position: absolute; position: absolute;
left: 85px; left: 9%;
top: 0px; top: 0px;
padding: 30px 0; padding: 30px 0;
text-align: center; text-align: center;
width: 80%;
img { img {
display: inline-block; display: inline-block;
width: 50px; width: 50px;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册