Commit 0bcad8ed authored by xinyuandu's avatar xinyuandu

32789

parent 9f8c2446
......@@ -142,14 +142,14 @@
<div class="w-50 ">
<div style="text-align:center;margin-left:.7rem;">
<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>
</div>
<div class="w-50 ">
<div style="text-align:center;margin-left:0rem;">
<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>
</div>
......
......@@ -62,11 +62,11 @@
},'json');
})
})();
$(document).ready(function(){
console.log("12312312321")
$.get('/broker/getVolume',function(data){
$('#shopNum').text(data.data.shop_num+"套");
$('#finishNum').text(data.data.volume_last_week+"套");
})
});
//
//$(document).ready(function(){
// console.log("12312312321")
// $.get('/broker/getVolume',function(data){
// $('#shopNum').text(data.data.shop_num+"套");
// $('#finishNum').text(data.data.volume_last_week+"套");
// })
//});
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