Commit 5df990f0 authored by duxinyuan's avatar duxinyuan

bug remark

parent 695d0768
...@@ -127,6 +127,18 @@ ...@@ -127,6 +127,18 @@
border-radius: .05rem; border-radius: .05rem;
/*margin-top:0.05rem;*/ /*margin-top:0.05rem;*/
float:right; float:right;
}
.more-news-long-1 {
/*width : 0.8rem !important;*/
/*height : .3rem;*/
background-color: #FF9318;
font-family: PingFangSC-Medium;
font-size: 11px;
color: #ffffff;
border-radius: .05rem;
/*margin-top:0.05rem;*/
/*float:right;*/
padding : 1px 5px !important
} }
.title-time{ .title-time{
font-family: PingFangSC-Medium; font-family: PingFangSC-Medium;
...@@ -294,7 +306,7 @@ ...@@ -294,7 +306,7 @@
<div class="area-title p-a-15 p-b-10"> <div class="area-title p-a-15 p-b-10">
<a><span id="table-title" class="active table-choose">职称</span></a> <a><span id="table-title" class="active table-choose">职称</span></a>
<a><span id="group-title" class="table-choose left-padding ">团队</span></a> <a><span id="group-title" class="table-choose left-padding ">团队</span></a>
<a><span id="initOder" style="font-size:15px;">加载排名</span></a> <a><span class="btn more-news-long-1" id="initOder" style="font-size:15px;">加载</span></a>
<a><span class="title-time" id="table-time"></span></a> <a><span class="title-time" id="table-time"></span></a>
</div> </div>
......
...@@ -1227,7 +1227,7 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css', ...@@ -1227,7 +1227,7 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css',
doc.find("#intoPrice").val(data.money); doc.find("#intoPrice").val(data.money);
doc.find("#shouxu").val(data.transaction_fee); doc.find("#shouxu").val(data.transaction_fee);
doc.find("#realPrice").val(data.real_money); doc.find("#realPrice").val(data.real_money);
doc.find("#getPrice").text(((data.price-0)*0.8 )+ "元"); doc.find("#getPrice").text(Math.floor(((data.price-0)*0.8 )*100)/100+ "元");
doc.find("#morePrice").text(Math.floor((data.money - ((data.price-0)*0.8))*100)/100 + "元"); doc.find("#morePrice").text(Math.floor((data.money - ((data.price-0)*0.8))*100)/100 + "元");
$("#person").text(data.current_agent_name); $("#person").text(data.current_agent_name);
$("#belongT").text(data.store_name); $("#belongT").text(data.store_name);
......
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