Merge pull request '优化协议跳转' (#31) from feature/add_xy into master

Reviewed-on: http://8.136.139.249:3000/wmtx/sdk/pulls/31
master
廖金灵 3 years ago
commit ca7f14cbb3

@ -20,7 +20,7 @@
<div class="g-login-header">
<div class="m-login-header">
<h2 class="login-logo">
<a href="{:U('Index/index')}"><img src="{:get_cover(C('PC_SET_LOGO'),'path')}" alt="" width="177" height="46" /></a>
<a data-href="JavaScript:"><img src="{:get_cover(C('PC_SET_LOGO'),'path')}" alt="" width="177" height="46" /></a>
</h2>
<span class="line"></span>登录
</div>
@ -29,7 +29,7 @@
<div class="g-register-header">
<div class="m-register-header">
<h2 class="register-logo">
<a href="{:U('Index/index')}"><img src="{:get_cover(C('PC_SET_LOGO'),'path')}" width="177" height="46" /></a>
<a data-href="JavaScript:"><img src="{:get_cover(C('PC_SET_LOGO'),'path')}" width="177" height="46" /></a>
</h2>
<span class="line"></span>注册
</div>
@ -37,49 +37,49 @@
<elseif condition="ACTION_NAME eq agreement" />
<div class="user-single-head">
<div class="user-single-h">
<a href="{:U('Index/index')}" target="_blank" title="" class="user-single-logo"><img src="{:get_cover(C('PC_SET_LOGO'),'path')}" width="105" height="36" /></a>
<a data-href="JavaScript:" target="_blank" title="" class="user-single-logo"><img src="{:get_cover(C('PC_SET_LOGO'),'path')}" width="105" height="36" /></a>
<h1 class="user-single-title">用户注册协议</h1>
</div>
</div>
<elseif condition="ACTION_NAME eq privacy" />
<div class="user-single-head">
<div class="user-single-h">
<a href="{:U('Index/index')}" target="_blank" title="" class="user-single-logo"><img src="{:get_cover(C('PC_SET_LOGO'),'path')}" width="105" height="36" /></a>
<a data-href="JavaScript:" target="_blank" title="" class="user-single-logo"><img src="{:get_cover(C('PC_SET_LOGO'),'path')}" width="105" height="36" /></a>
<h1 class="user-single-title">隐私政策</h1>
</div>
</div>
<elseif condition="ACTION_NAME eq cancellation" />
<div class="user-single-head">
<div class="user-single-h">
<a href="{:U('Index/index')}" target="_blank" title="" class="user-single-logo"><img src="{:get_cover(C('PC_SET_LOGO'),'path')}" width="105" height="36" /></a>
<a data-href="JavaScript:" target="_blank" title="" class="user-single-logo"><img src="{:get_cover(C('PC_SET_LOGO'),'path')}" width="105" height="36" /></a>
<h1 class="user-single-title">注销协议</h1>
</div>
</div>
<elseif condition="ACTION_NAME eq otherDirectory" />
<div class="user-single-head">
<div class="user-single-h">
<a href="{:U('Index/index')}" target="_blank" title="" class="user-single-logo"><img src="{:get_cover(C('PC_SET_LOGO'),'path')}" width="105" height="36" /></a>
<a data-href="JavaScript:" target="_blank" title="" class="user-single-logo"><img src="{:get_cover(C('PC_SET_LOGO'),'path')}" width="105" height="36" /></a>
<h1 class="user-single-title">第三方SDK目录</h1>
</div>
</div>
<elseif condition="ACTION_NAME eq cancelContent" />
<div class="user-single-head">
<div class="user-single-h">
<a href="{:U('Index/index')}" target="_blank" title="" class="user-single-logo"><img src="{:get_cover(C('PC_SET_LOGO'),'path')}" width="105" height="36" /></a>
<a data-href="JavaScript:" target="_blank" title="" class="user-single-logo"><img src="{:get_cover(C('PC_SET_LOGO'),'path')}" width="105" height="36" /></a>
<h1 class="user-single-title">账户注销步骤内容</h1>
</div>
</div>
<elseif condition="ACTION_NAME eq userInfoForm" />
<div class="user-single-head">
<div class="user-single-h">
<a href="{:U('Index/index')}" target="_blank" title="" class="user-single-logo"><img src="{:get_cover(C('PC_SET_LOGO'),'path')}" width="105" height="36" /></a>
<a data-href="JavaScript:" target="_blank" title="" class="user-single-logo"><img src="{:get_cover(C('PC_SET_LOGO'),'path')}" width="105" height="36" /></a>
<h1 class="user-single-title">个人信息收集清单</h1>
</div>
</div>
<elseif condition="ACTION_NAME eq supervise" />
<div class="user-single-head">
<div class="user-single-h">
<a href="{:U('Index/index')}" target="_blank" title="" class="user-single-logo"><img src="{:get_cover(C('PC_SET_LOGO'),'path')}" width="105" height="36" /></a>
<a data-href="JavaScript:" target="_blank" title="" class="user-single-logo"><img src="{:get_cover(C('PC_SET_LOGO'),'path')}" width="105" height="36" /></a>
<h1 class="user-single-title">家长监督</h1>
</div>
</div>

Loading…
Cancel
Save