|
@@ -0,0 +1,257 @@
|
|
|
|
+<html>
|
|
|
|
+<head>
|
|
|
|
+<title>我的积分</title>
|
|
|
|
+{{include "/common/inc.html"}}
|
|
|
|
+<script src="/js/qfwtable.js"></script>
|
|
|
|
+<style>
|
|
|
|
+.credit-explain {
|
|
|
|
+ background-color: #FCF8E3;
|
|
|
|
+ padding: 10px 0px;
|
|
|
|
+ border: 1px solid #F5DC99;
|
|
|
|
+ text-indent: 1em;
|
|
|
|
+}
|
|
|
|
+.credit {
|
|
|
|
+ padding: 10px 0px;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.ok-sign{
|
|
|
|
+ vertical-align: middle;
|
|
|
|
+ color:#A0D468;
|
|
|
|
+ font-size:22px
|
|
|
|
+}
|
|
|
|
+.n-ok-sign{
|
|
|
|
+ vertical-align: middle;
|
|
|
|
+ color:#CCCCCC;
|
|
|
|
+ font-size:22px
|
|
|
|
+}
|
|
|
|
+.mx{
|
|
|
|
+ color: #415FCF;
|
|
|
|
+ cursor:pointer;
|
|
|
|
+ padding: 10px 10px;
|
|
|
|
+}
|
|
|
|
+.rowone{
|
|
|
|
+ font-size:14;
|
|
|
|
+}
|
|
|
|
+.rowtwo{
|
|
|
|
+ font-size:14;background-color:#F7F8FA;
|
|
|
|
+}
|
|
|
|
+.btzrw{
|
|
|
|
+ height:45px;
|
|
|
|
+ border-bottom:1px solid #FF5A5F;
|
|
|
|
+}
|
|
|
|
+.btzrw-z{
|
|
|
|
+ background:#FF5A5F;
|
|
|
|
+ float:left;height:45px;
|
|
|
|
+ width:110px;color:white;
|
|
|
|
+ line-height:45px;
|
|
|
|
+ text-align:center;
|
|
|
|
+}
|
|
|
|
+.btzrw-ms{
|
|
|
|
+ float:left;line-height:45px;
|
|
|
|
+ padding:0 5px;
|
|
|
|
+}
|
|
|
|
+</style>
|
|
|
|
+</head>
|
|
|
|
+<body>
|
|
|
|
+{{$identType := session "identType"}}
|
|
|
|
+<!-- 头部 -->
|
|
|
|
+{{include "/common/head.html"}}
|
|
|
|
+<!-- 中间 -->
|
|
|
|
+<div class="a-content member-content">
|
|
|
|
+ <div class="member-left">
|
|
|
|
+ {{include "/common/memberleft.html"}}
|
|
|
|
+ </div>
|
|
|
|
+ <div class="member-right">
|
|
|
|
+ <div class="member-panel">
|
|
|
|
+ <div class="panel-title-out">
|
|
|
|
+ <i class="glyphicon zhanghao"></i><span>我的积分</span>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="panel-body message a-border-t-only" >
|
|
|
|
+ <ul class="nav nav-tabs msgheader" style="margin-top:10px;position:relative">
|
|
|
|
+ <li class="active" v="0"><a href="#list_0" data-toggle="tab" id="c_0" name="all" value="0">我的积分</a></li>
|
|
|
|
+ <li v="1"><a href="#list_1" data-toggle="tab" id="c_1" name="all" value="1">积分明细</a></li>
|
|
|
|
+ </ul>
|
|
|
|
+ <div class="tab-content" id="list_0">
|
|
|
|
+ <div class="credit-explain">当前积分 <span style="font-size:22;color:red">{{$.T.user.i_credit}}</span><span class="mx" onclick="outoClick('c_1')">查看积分明细</span></div>
|
|
|
|
+ <div class="credit">
|
|
|
|
+ <div class="btzrw">
|
|
|
|
+ <div class="btzrw-z">做任务赚积分</div>
|
|
|
|
+ <div class="btzrw-ms">(完成全部带 * 号的任务,可以额外获得1001积分哦)</div>
|
|
|
|
+ </div>
|
|
|
|
+ <table class="table a-table margin-t-20">
|
|
|
|
+ <tr style="text-align:center;">
|
|
|
|
+ <td width="60%"><b>任务描述</b></td>
|
|
|
|
+ <td width="10%" align="center"><b>状态</b></td>
|
|
|
|
+ <td width="30%" align="center"><b>操作</b></td>
|
|
|
|
+ </tr>
|
|
|
|
+ <tr class="rowone">
|
|
|
|
+ <td width="60%" style="text-indent: 7em;">* 新用户注册,得50积分</td>
|
|
|
|
+ <td width="10%" align="center"><span class="ok-sign bootstrap-glyphicon glyphicon-ok-sign"></span> 已完成</td>
|
|
|
|
+ <td width="30%" style="padding:110px"></td>
|
|
|
|
+ </tr>
|
|
|
|
+ <tr class="rowtwo">
|
|
|
|
+ <td width="60%" style="text-indent: 7em;">* 完成实名认证,得100积分</td>
|
|
|
|
+ {{if eq .T.A_RZ true}}
|
|
|
|
+ <td width="10%" align="center">
|
|
|
|
+ <span class="ok-sign bootstrap-glyphicon glyphicon-ok-sign"></span> 已完成</td>
|
|
|
|
+ <td width="30%" style="padding:110px"></td>
|
|
|
|
+ {{else}}
|
|
|
|
+ <td width="10%" align="center">
|
|
|
|
+ <span class="n-ok-sign bootstrap-glyphicon glyphicon-ok-sign"></span> 未完成</td>
|
|
|
|
+ <td width="30%" style="padding:110px">
|
|
|
|
+ 去 <button class="btn btn-primary" onclick="toUrl('')">完成验证</button></td>
|
|
|
|
+ {{end}}
|
|
|
|
+ </tr>
|
|
|
|
+ <tr class="rowone">
|
|
|
|
+ <td width="60%" style="text-indent: 7em;">* 绑定邮箱,得50积分</td>
|
|
|
|
+ {{if .T.A_BYX}}
|
|
|
|
+ <td width="10%" align="center"><span class="ok-sign bootstrap-glyphicon glyphicon-ok-sign"></span> 已完成</td>
|
|
|
|
+ <td width="30%" style="padding:110px"></td>
|
|
|
|
+ {{else}}
|
|
|
|
+ <td width="10%" align="center">
|
|
|
|
+ <span class="n-ok-sign bootstrap-glyphicon glyphicon-ok-sign"></span> 未完成
|
|
|
|
+ </td>
|
|
|
|
+ <td width="30%" style="padding:110px">去<span class="mx" onclick="toUrl('')">绑定邮箱</span></td>
|
|
|
|
+ {{end}}
|
|
|
|
+
|
|
|
|
+ </tr>
|
|
|
|
+ <tr class="rowtwo">
|
|
|
|
+ <td width="60%" style="text-indent: 7em;">* 绑定手机,得50积分</td>
|
|
|
|
+ <td width="10%" align="center"><span class="n-ok-sign bootstrap-glyphicon glyphicon-ok-sign"></span> 未完成</td>
|
|
|
|
+ <td width="30%" style="padding:110px">去<span class="mx" onclick="toUrl('')">绑定手机</span></td>
|
|
|
|
+ </tr>
|
|
|
|
+ <tr class="rowone">
|
|
|
|
+ <td width="60%" style="text-indent: 7em;">* 完善你的企业黄页,得50积分</td>
|
|
|
|
+ {{if .T.A_CJMP}}
|
|
|
|
+ <td width="10%" align="center"><span class="ok-sign bootstrap-glyphicon glyphicon-ok-sign"></span> 已完成</td>
|
|
|
|
+ <td width="30%" style="padding:110px"></td>
|
|
|
|
+ {{else}}
|
|
|
|
+ <td width="10%" align="center"><span class="n-ok-sign bootstrap-glyphicon glyphicon-ok-sign"></span> 未完成</td>
|
|
|
|
+ <td width="30%" style="padding:110px">去 <button class="btn btn-primary" onclick="toUrl('')">完善资料</button></td>
|
|
|
|
+ {{end}}
|
|
|
|
+ </tr>
|
|
|
|
+ <tr class="rowtwo">
|
|
|
|
+ <td width="60%" style="text-indent: 7em;">* 完成一次企业查询,得50积分</td>
|
|
|
|
+ <td width="10%" align="center"><span class="n-ok-sign bootstrap-glyphicon glyphicon-ok-sign"></span> 未完成</td>
|
|
|
|
+ <td width="30%" style="padding:110px">去<span class="mx" onclick="toUrl('')">企业社区</span>查询</td>
|
|
|
|
+ </tr>
|
|
|
|
+ <tr class="rowone">
|
|
|
|
+ <td width="60%" style="text-indent: 7em;">* 发布一条服务信息,得50积分(实名认证后才可使用)</td>
|
|
|
|
+ <td width="10%" align="center"><span class="n-ok-sign bootstrap-glyphicon glyphicon-ok-sign"></span> 未完成</td>
|
|
|
|
+ <td width="30%" style="padding:110px">去<span class="mx" onclick="toUrl('')">发服务</span></td>
|
|
|
|
+ </tr>
|
|
|
|
+ <tr class="rowtwo">
|
|
|
|
+ <td width="60%" style="text-indent: 7em;">* 发布一条需求信息,得50积分</td>
|
|
|
|
+ <td width="10%" align="center"><span class="n-ok-sign bootstrap-glyphicon glyphicon-ok-sign"></span> 未完成</td>
|
|
|
|
+ <td width="30%" style="padding:110px">去<span class="mx" onclick="toUrl('')">发需求</span></td>
|
|
|
|
+ </tr>
|
|
|
|
+ <tr class="rowone">
|
|
|
|
+ <td width="60%" style="text-indent: 7em;">* 去剑鱼订阅一组关键词,得50积分</td>
|
|
|
|
+ <td width="10%" align="center"><span class="n-ok-sign bootstrap-glyphicon glyphicon-ok-sign"></span> 未完成</td>
|
|
|
|
+ <td width="30%" style="padding:110px">去<span class="mx" onclick="toUrl('')">剑鱼</span></td>
|
|
|
|
+ </tr>
|
|
|
|
+ <tr class="rowtwo">
|
|
|
|
+ <td width="60%" style="text-indent: 7em;">* 查看神奇的关系网,得50积分(实名认证后才可查看)</td>
|
|
|
|
+ <td width="10%" align="center"><span class="n-ok-sign bootstrap-glyphicon glyphicon-ok-sign"></span> 未完成</td>
|
|
|
|
+ <td width="30%" style="padding:110px">去<span class="mx" onclick="toUrl('')">企业社区</span>查看</td>
|
|
|
|
+ </tr>
|
|
|
|
+ <tr class="rowone">
|
|
|
|
+ <td width="60%" style="text-indent: 7em;">* 分享一条服务/需求信息,得50积分</td>
|
|
|
|
+ <td width="10%" align="center"><span class="n-ok-sign bootstrap-glyphicon glyphicon-ok-sign"></span> 未完成</td>
|
|
|
|
+ <td width="30%" style="padding:110px">去<span class="mx" onclick="toUrl('')">服务市场</span>分享</td>
|
|
|
|
+ </tr>
|
|
|
|
+ <tr class="rowtwo">
|
|
|
|
+ <td width="60%" style="text-indent: 7em;">* 完成一次交易,得50积分</td>
|
|
|
|
+ <td width="10%" align="center"><span class="n-ok-sign bootstrap-glyphicon glyphicon-ok-sign"></span> 未完成</td>
|
|
|
|
+ <td width="30%" style="padding:110px">去<span class="mx" onclick="toUrl('')">服务市场</span></td>
|
|
|
|
+ </tr>
|
|
|
|
+ <tr class="rowone">
|
|
|
|
+ <td width="60%" style="text-indent: 7em;">* 完成一次交易评价,得50积分</td>
|
|
|
|
+ <td width="10%" align="center"><span class="n-ok-sign bootstrap-glyphicon glyphicon-ok-sign"></span> 未完成</td>
|
|
|
|
+ <td width="30%" style="padding:110px">去<span class="mx" onclick="toUrl('')">服务市场</span></td>
|
|
|
|
+ </tr>
|
|
|
|
+ <tr class="rowtwo">
|
|
|
|
+ <td width="60%" style="text-indent: 7em;">* 邀请新用户,得150积分</td>
|
|
|
|
+ <td width="10%" align="center"><span class="n-ok-sign bootstrap-glyphicon glyphicon-ok-sign"></span> 未完成</td>
|
|
|
|
+ <td width="30%" style="padding:110px">去<span class="mx" onclick="toUrl('')">邀请</span></td>
|
|
|
|
+ </tr>
|
|
|
|
+ </table>
|
|
|
|
+ <div class="btzrw">
|
|
|
|
+ <div class="btzrw-z">日常任务</div>
|
|
|
|
+ <div class="btzrw-ms"></div>
|
|
|
|
+ </div>
|
|
|
|
+ <table class="table a-table margin-t-20">
|
|
|
|
+ <tr style="text-align:center;">
|
|
|
|
+ <td width="60%"><b>任务描述</b></td>
|
|
|
|
+ <td width="10%" align="center"><b>状态</b></td>
|
|
|
|
+ <td width="30%" align="center"><b>操作</b></td>
|
|
|
|
+ </tr>
|
|
|
|
+ <tr class="rowone">
|
|
|
|
+ <td width="60%" style="text-indent: 7em;">连续签到第一天,得10积分</td>
|
|
|
|
+ <td width="10%" align="center"><span class="ok-sign bootstrap-glyphicon glyphicon-ok-sign"></span> 已完成</td>
|
|
|
|
+ <td width="30%" style="padding:110px"></td>
|
|
|
|
+ </tr>
|
|
|
|
+ <tr class="rowtwo">
|
|
|
|
+ <td width="60%" style="text-indent: 7em;">完成5次企业查询,得50积分</td>
|
|
|
|
+ <td width="10%" align="center"><span class="n-ok-sign bootstrap-glyphicon glyphicon-ok-sign"></span><span style="padding:0 13px">0/5</span></td>
|
|
|
|
+ <td width="30%" style="padding:110px">去<span class="mx" onclick="toUrl('')">企业社区</span>完成</td>
|
|
|
|
+ </tr>
|
|
|
|
+ <tr class="rowone">
|
|
|
|
+ <td width="60%" style="text-indent: 7em;">发布3条服务,得60积分</td>
|
|
|
|
+ <td width="10%" align="center"><span class="n-ok-sign bootstrap-glyphicon glyphicon-ok-sign"></span><span style="padding:0 13px">0/3</span></td>
|
|
|
|
+ <td width="30%" style="padding:110px">去<span class="mx" onclick="toUrl('')">服务市场</span>完成</td>
|
|
|
|
+ </tr>
|
|
|
|
+ <tr class="rowtwo">
|
|
|
|
+ <td width="60%" style="text-indent: 7em;">发布3条需求,得60积分</td>
|
|
|
|
+ <td width="10%" align="center"><span class="n-ok-sign bootstrap-glyphicon glyphicon-ok-sign"></span><span style="padding:0 13px">0/3</span></td>
|
|
|
|
+ <td width="30%" style="padding:110px">去<span class="mx" onclick="toUrl('')">服务市场</span>完成</td>
|
|
|
|
+ </tr>
|
|
|
|
+ <tr class="rowone">
|
|
|
|
+ <td width="60%" style="text-indent: 7em;">分享2条服务/需求信息,得40积分</td>
|
|
|
|
+ <td width="10%" align="center"><span class="n-ok-sign bootstrap-glyphicon glyphicon-ok-sign"></span><span style="padding:0 13px">0/2</span></td>
|
|
|
|
+ <td width="30%" style="padding:110px">去<span class="mx" onclick="toUrl('')">服务市场</span>分享</td>
|
|
|
|
+ </tr>
|
|
|
|
+ <tr class="rowtwo">
|
|
|
|
+ <td width="60%" style="text-indent: 7em;">邀请一个新用户(微信剑鱼分享邀请新用户),得150积分</td>
|
|
|
|
+ <td width="10%" align="center"></td>
|
|
|
|
+ <td width="30%" style="padding:110px">去<span class="mx" onclick="toUrl('')">邀请</span></td>
|
|
|
|
+ </tr>
|
|
|
|
+ </table>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="tab-content hide" id="list_1">
|
|
|
|
+ <div class="tab-pane" >
|
|
|
|
+ 222
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+</div>
|
|
|
|
+
|
|
|
|
+<!-- 底部 -->
|
|
|
|
+{{include "/common/bottom.html"}}
|
|
|
|
+<script type="text/javascript">
|
|
|
|
+$(function(){
|
|
|
|
+ $("#c_0,#c_1").click(function(){
|
|
|
|
+ var _v=$(this).attr("value")
|
|
|
|
+ checkContent("list_"+_v)
|
|
|
|
+ })
|
|
|
|
+})
|
|
|
|
+function checkContent(id){
|
|
|
|
+ $(".tab-content").each(function(){
|
|
|
|
+ if($(this).attr("id")!=id){
|
|
|
|
+ $(this).addClass("hide");
|
|
|
|
+ }else{
|
|
|
|
+ $(this).removeClass("hide");
|
|
|
|
+ }
|
|
|
|
+ });
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+function outoClick(id){
|
|
|
|
+ document.getElementById(id).click();
|
|
|
|
+}
|
|
|
|
+</script>
|
|
|
|
+</body>
|
|
|
|
+</html>
|