diff --git a/static/js/project/listingItems/items.js b/static/js/project/listingItems/items.js
index a0f2dbe..37b927e 100644
--- a/static/js/project/listingItems/items.js
+++ b/static/js/project/listingItems/items.js
@@ -19,6 +19,7 @@ define(['jquery', "template", "Tools", 'swiper', 'itemsApi'], function ($, templ
tools.getWebConfig();
module.data.loginNow = tools.getCookie('Admin-Token');
+
//浏览次数
tools.doGet(outProject, {id:getQueryVariable('id')}, module.projectNum,true);
@@ -26,18 +27,15 @@ define(['jquery', "template", "Tools", 'swiper', 'itemsApi'], function ($, templ
tools.doGet(outProject + '/id/'+getQueryVariable('id'), {}, module.outProjectInformation,true);
},100)
-
-
- //项目基本信息
- tools.doGet(showImg + '/'+getQueryVariable('id'), {}, module.showImgInformation,true);
-
-
-
//焦点图
setTimeout(function () {
module.swiperBanner();
},2000)
+ setTimeout(function(){//项目基本信息
+ tools.doGet(showImg + '/'+getQueryVariable('id'), {}, module.showImgInformation,true);
+ },100)
+
tools.doGet(webConfig, {}, module.webConfigInformation, true)
};
@@ -61,6 +59,7 @@ define(['jquery', "template", "Tools", 'swiper', 'itemsApi'], function ($, templ
module.data.titleConfig = content[9].configValue;
module.data.importantTitle = content[7].configName+':'+ content[7].configValue.substr(3).substr(0,(content[7].configValue.substr(3).length-4));
module.data.know = content[6].configValue;
+ $("#know").html(content[6].configValue + '' + content[6].configValue);
}
}
//底部友情链接
@@ -103,7 +102,6 @@ define(['jquery', "template", "Tools", 'swiper', 'itemsApi'], function ($, templ
var d,h,m,s;
if(Date.parse(biddingStartTime)距竞价结束还有:'+d+'天'+h+'时'+m+'分'+s+'秒')
}else if (nowTime>Date.parse(biddingStopTime)){
//竞价结束
- console.log('2')
$('#countDown').html('竞价结束')
module.data.biddingTimeType = 2;
}else if (nowTime