Commit a51ebbae authored by xinyuandu's avatar xinyuandu

32789

parent b0abcdaf
...@@ -142,14 +142,14 @@ ...@@ -142,14 +142,14 @@
<div class="w-50 "> <div class="w-50 ">
<div style="text-align:center;margin-left:.7rem;"> <div style="text-align:center;margin-left:.7rem;">
<img src="/app/images/h59@2x.png" style="width:1.86rem;"/> <img src="/app/images/h59@2x.png" style="width:1.86rem;"/>
<div><span style="color:#ff5c50;font-size:0.38rem" id="shopNum"></span></div> <div><span style="color:#ff5c50;font-size:0.38rem" id="shopNum">32789套</span></div>
<div><span style="color:#F79130 ; font-size:0.22rem">真商铺量</span></div> <div><span style="color:#F79130 ; font-size:0.22rem">真商铺量</span></div>
</div> </div>
</div> </div>
<div class="w-50 "> <div class="w-50 ">
<div style="text-align:center;margin-left:0rem;"> <div style="text-align:center;margin-left:0rem;">
<img src="/app/images/h5 copy@2x.png" style="width:1.86rem;"/> <img src="/app/images/h5 copy@2x.png" style="width:1.86rem;"/>
<div><span style="color:#ff5c50;font-size:0.38rem;" id="finishNum"></span></div> <div><span style="color:#ff5c50;font-size:0.38rem;" id="finishNum">168套</span></div>
<div><span style="color:#F79130 ; font-size:0.22rem;">上周成交量</span></div> <div><span style="color:#F79130 ; font-size:0.22rem;">上周成交量</span></div>
</div> </div>
</div> </div>
......
...@@ -63,10 +63,10 @@ ...@@ -63,10 +63,10 @@
}) })
})(); })();
$(document).ready(function(){ //$(document).ready(function(){
console.log("12312312321") // console.log("12312312321")
$.get('/broker/getVolume',function(data){ // $.get('/broker/getVolume',function(data){
$('#shopNum').text(data.data.shop_num+"套"); // $('#shopNum').text(data.data.shop_num+"套");
$('#finishNum').text(data.data.volume_last_week+"套"); // $('#finishNum').text("168套");
}) // })
}); //});
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