Authored by yyq

fix

... ... @@ -3,15 +3,6 @@
<h2 class="sub-title">
<div class="more"><a class="btn-edit" title="修改"></a></div>
{{subTitle}}
{{#unless @root.pc.user.removeStudentIdentification}}
{{#if certified}}
<span class="sub-tips">学生身份已验证通过啦,赶紧去体验下<a class="tips-url" href="{{tipsUrl}}" target="_blank">我们的专属特权</a>吧!</span>
{{else}}
<span class="sub-tips"> 校园潮流季-我们的专属特权,进行学生身份验证即有惊喜哦,</span>
<a class="tips-url" href="{{tipsUrl}}" target="_blank">立即进行身份验证</a>
{{/if}}
{{/unless}}
</h2>
<form action="" {{# firstBox}}class="first" {{/firstBox}}>
<div class="box">
... ...