Commit 020e0972 by zhangleyuan

feat:修改提示语

parent 526a6f30
......@@ -2,7 +2,7 @@
* @Author: zhangleyuan
* @Date: 2021-04-08 14:56:33
* @LastEditors: zhangleyuan
* @LastEditTime: 2021-04-08 15:03:14
* @LastEditTime: 2021-04-13 16:51:12
* @Description: 描述一下
* @@Copyrigh: © 2020 杭州杰竞科技有限公司 版权所有
-->
......@@ -48,7 +48,10 @@
line-height: 24px;
margin-top: 12px;
}
.desc{
font-size:14px;
color:#999;
}
.hide {
display: none;
text-align: center;
......@@ -123,8 +126,11 @@
$('#error').show();
var message = res.message.split(',').join('<br />')
$('#message').html(message)
if(message === "非当前企业学院"){
$('#message').html("<div><div>所在企业还未注册企学院</div><div class='desc'>尝试扫描「企业外部客户」二维码登录</div></div>");
}else{
$('#message').html(message);
}
}
})
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment