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

点赞文案修改

上级 537d7a6c
...@@ -555,7 +555,7 @@ export default { ...@@ -555,7 +555,7 @@ export default {
float: right; float: right;
width: 10px; width: 10px;
height: 10px; height: 10px;
margin-top: 10px; margin-top: 9px;
margin-left: 3px; margin-left: 3px;
} }
} }
......
...@@ -103,13 +103,17 @@ export default { ...@@ -103,13 +103,17 @@ export default {
sendSms(){ sendSms(){
const { regMobile, mobilePhone, flag, captchaToken, captchaAnswer } = this; const { regMobile, mobilePhone, flag, captchaToken, captchaAnswer } = this;
const mobileTrue = regMobile.test(mobilePhone); const mobileTrue = regMobile.test(mobilePhone);
if(!mobilePhone) {
this.$toast('请填写手机号码');
return;
}
if(!mobileTrue){ if(!mobileTrue){
this.$toast('请输入正确的手机号'); this.$toast('手机号码不合法');
return; return;
} }
// 校验图形验证码 // 校验图形验证码
if(this.captchaAnswer == ''){ if(this.captchaAnswer == ''){
this.$toast('请输入图形验证码'); this.$toast('请填写图形验证码');
return; return;
} }
let data = {mobile: mobilePhone, flag, captchaToken, captchaAnswer}; let data = {mobile: mobilePhone, flag, captchaToken, captchaAnswer};
...@@ -207,7 +211,8 @@ export default { ...@@ -207,7 +211,8 @@ export default {
left: 0; left: 0;
top: 0; top: 0;
width: 100%; width: 100%;
height: 100vh; height: auto;
min-height: 100%;
} }
.info-text { .info-text {
position: absolute; position: absolute;
......
...@@ -42,7 +42,7 @@ export default { ...@@ -42,7 +42,7 @@ export default {
this.btnText = "打开APP参与瓜分云鹊豆"; this.btnText = "打开APP参与瓜分云鹊豆";
}else if(this.code == '900008') { }else if(this.code == '900008') {
this.status = 1; this.status = 1;
this.pointText1 = "点赞成功"; this.pointText1 = "点赞成功,感谢您为TA拿下5勤奋分";
this.pointText2 = "登陆云鹊医APP,参加活动瓜分云鹊豆"; this.pointText2 = "登陆云鹊医APP,参加活动瓜分云鹊豆";
this.btnText = "打开APP参与瓜分云鹊豆"; this.btnText = "打开APP参与瓜分云鹊豆";
}else if(this.code == '900004') { }else if(this.code == '900004') {
......
...@@ -244,19 +244,22 @@ export default { ...@@ -244,19 +244,22 @@ export default {
background: rgba(153,31,51,1); background: rgba(153,31,51,1);
border-radius: 15px; border-radius: 15px;
.rank-num{ .rank-num{
padding: 0px 16px; padding: 6px 16px;
line-height: 30px; // line-height: 31px;
font-size: 13px; font-size: 13px;
color: #fff; color: #fff;
span.num { span.num {
padding-left: 5px; padding-left: 3px;
} }
span.dlot { span.dlot {
float: left; float: left;
width: 4px; width: 8px;
height: 4px; height: 8px;
margin-top: 14px; margin-top: 5px;
border-radius: 50%; border-radius: 50%;
border-radius: 50%;
transform: scale(.5);
transform-origin: 0% center;
background: #fff; background: #fff;
} }
span.score { span.score {
...@@ -264,7 +267,7 @@ export default { ...@@ -264,7 +267,7 @@ export default {
} }
} }
.line { .line {
margin-top: 10px; margin-top: 8px;
background: #fff; background: #fff;
width: 1PX; width: 1PX;
height: 15px; height: 15px;
...@@ -318,7 +321,8 @@ export default { ...@@ -318,7 +321,8 @@ export default {
height: 15px; height: 15px;
} }
.icon-num { .icon-num {
width: 15px; margin-left: 4px;
width: 11px;
color: #373839; color: #373839;
} }
.doctor-name { .doctor-name {
...@@ -356,6 +360,7 @@ export default { ...@@ -356,6 +360,7 @@ export default {
float: right; float: right;
margin-top: 4px; margin-top: 4px;
margin-left: 2px; margin-left: 2px;
width: 10px;
} }
} }
} }
......
...@@ -62,7 +62,7 @@ export const getSelfActivity = async (data) => { ...@@ -62,7 +62,7 @@ export const getSelfActivity = async (data) => {
export const getRankData = async (data) => { export const getRankData = async (data) => {
const { id } = data; const { id } = data;
return request({ return request({
url: `campaign/rank/getTimsRankTop?activityId=${id}&topN=100` url: `campaign/rank/getTimsRankTop?activityId=${id}&topN=10`
}) })
} }
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册