...
|
...
|
@@ -156,7 +156,7 @@ |
|
|
<p class="head_img">
|
|
|
<img src="__TMPL__/public/assets/images/img/person.png" alt="">
|
|
|
</p>
|
|
|
<a href="{:url('user/register/register2')}">
|
|
|
<a href="{:url('user/register/register')}" style="text-decoration:none;">
|
|
|
<p class="loginnow">立即登录</p>
|
|
|
</a>
|
|
|
</div>
|
...
|
...
|
@@ -214,15 +214,15 @@ |
|
|
<script>
|
|
|
//积分查询
|
|
|
$(".integralquery").click(function(){
|
|
|
window.location.href="{:url('user/register/register2')}"
|
|
|
window.location.href="{:url('user/register/register')}"
|
|
|
})
|
|
|
//积分兑换
|
|
|
$(".integralexchange").click(function(){
|
|
|
window.location.href="{:url('user/register/register2')}"
|
|
|
window.location.href="{:url('user/register/register')}"
|
|
|
})
|
|
|
//积分记录
|
|
|
$(".integralrecord").click(function(){
|
|
|
window.location.href="{:url('user/register/register2')}"
|
|
|
window.location.href="{:url('user/register/register')}"
|
|
|
})
|
|
|
</script>
|
|
|
</body>
|
...
|
...
|
|