Commit 1a6a63f1 by 施宇

111

parent c2fdcb6b
......@@ -105,7 +105,7 @@
--
{{# } }}
</span>
<div class="fl name ellipsis">{{item.company || ''}}</div>
<div class="fl name ellipsis">{{item.company_name || '--'}}</div>
</div>
</div>
{{# }); }}
......
......@@ -181,7 +181,11 @@
/**
* 标记会员通知(已读)
*/
userMarkmsg: user_url + '/user/markmsg'
userMarkmsg: user_url + '/user/markmsg',
/***
* 热门搜索
*/
hotgoods:home_url+'/hotgoods'
};
if (typeof define === "function" && define.amd) {
return apis;
......
......@@ -4,6 +4,19 @@ $(function () {
this.bindFun();
this.getXbData(1);
this.getNewXj();
this.getHot();
},
getHot:function(){
IcController.getData(apis.hotgoods, 'GET', {},
function (res) {
if (res.errcode === 0) {
} else{
}
})
},
getXbData: function (type) { //1报价 2询价
var url;
......
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 sign in to comment