-
-
- 请登录
- 免费注册
+
+
+
+
+
-
-
-
-
-
@@ -81,13 +68,11 @@
diff --git a/static/css/announcement/announcement.css b/static/css/announcement/announcement.css
index 8785d94..8647ac4 100644
--- a/static/css/announcement/announcement.css
+++ b/static/css/announcement/announcement.css
@@ -85,6 +85,46 @@ table{
text-align: center;
}
+.newList #inviteTendersInformationContent li p:nth-child(1){
+ width: 25%;
+ padding-left: 15px;
+}
+
+.newList #inviteTendersInformationContent li p:nth-child(2){
+ width: 35%;
+ text-align: left;
+}
+
+.newList #inviteTendersInformationContent li p:nth-child(3){
+ width: 20%;
+ text-align: right;
+}
+
+.newList #inviteTendersInformationContent li p:nth-child(4){
+ width: 20%;
+ text-align: center;
+}
+
+.newList #winTheBiddingInformationContent li p:nth-child(1){
+ width: 25%;
+ padding-left: 15px;
+}
+
+.newList #winTheBiddingInformationContent li p:nth-child(2){
+ width: 35%;
+ text-align: left;
+}
+
+.newList #winTheBiddingInformationContent li p:nth-child(3){
+ width: 20%;
+ text-align: right;
+}
+
+.newList #winTheBiddingInformationContent li p:nth-child(4){
+ width: 20%;
+ text-align: center;
+}
+
.newHead,.newHead_attestation{
background: #f1f1f1;
padding: 15px 0;
diff --git a/static/css/index.css b/static/css/index.css
index 204851c..2b87182 100644
--- a/static/css/index.css
+++ b/static/css/index.css
@@ -13,10 +13,6 @@
}
#userLogin{
- color: #adadad;
- text-align: left;
- font-size: 12px;
- padding: 10px 0;
}
#userLogin a{
@@ -107,11 +103,13 @@
top: 39px;
width: 1200px;
margin: 0 auto;
+ display: flex;
+ align-items: center;
+ justify-content: space-between;
}
.logoSearch-div a {
- margin-left: 20px;
- color: #b8b8b8;
+ color: #333333;
}
.logoSearch-div a:hover {
@@ -1407,7 +1405,7 @@ label input[type="radio"]:checked+span {
font-size: 12px;
color: #000!important;
margin: 0!important;
- padding: 10px 0;
+ /*padding: 10px 0;*/
}
.userName:hover{
@@ -1417,8 +1415,8 @@ label input[type="radio"]:checked+span {
.headHover{
position: absolute;
- top: 38px;
- right: 0;
+ top: 72px;
+ right: -36px;
background: #FFF;
padding: 15px 10px;
width: 142px;
@@ -1433,6 +1431,10 @@ label input[type="radio"]:checked+span {
color: #000;
}
+.headHover ul li img{
+ width: 14px;
+}
+
.headHover ul li a:hover{
cursor: pointer;
color: var(--color);
@@ -1445,6 +1447,8 @@ label input[type="radio"]:checked+span {
.headHover ul li{
padding: 8px 5px;
+ display: flex;
+ align-items: center;
}
.headHover ul li:first-child{
diff --git a/static/css/login/login.css b/static/css/login/login.css
index da47bf8..4e5ce78 100644
--- a/static/css/login/login.css
+++ b/static/css/login/login.css
@@ -1,5 +1,5 @@
.registerBody{
- background: url("../../images/loginBg.png");
+ background: url("../../images/loginBg.jpg");
width: 100%;
background-size: 100% 100%;
border-top: 2px solid var(--color);
@@ -49,7 +49,7 @@
}
.titleTab{
- background: var(--color);
+ background: linear-gradient(to right,#479ef1,#095dcc);
}
.titleTab p{
@@ -58,7 +58,8 @@
line-height: 76px;
width: 50%;
text-align: center;
- color: #7fbdba;
+ color: rgba(255,255,255,0.6);
+ font-size: 18px;
}
.titleTab p:hover{
@@ -119,4 +120,4 @@
#userLogin{
padding: 0;
-}
\ No newline at end of file
+}
diff --git a/static/css/login/register.css b/static/css/login/register.css
index 9c551a2..fe6ed62 100644
--- a/static/css/login/register.css
+++ b/static/css/login/register.css
@@ -1,5 +1,5 @@
.registerBody{
- background: url("../../images/loginBg.png");
+ background: url("../../images/loginBg.jpg");
width: 100%;
background-size: 100% 100%;
border-top: 2px solid var(--color);
diff --git a/static/css/main.css b/static/css/main.css
index e4061f3..747fa3c 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -2615,4 +2615,18 @@ Basic Swiper Styles
background: #ffffff;
box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
padding: 10px;
-}
\ No newline at end of file
+}
+
+.login_block{
+ display: flex;
+ align-items: center;
+}
+
+.login_block img{
+ margin-right: 20px;
+}
+
+.userInfo_main{
+ display: flex;
+ align-items: center;
+}
diff --git a/static/images/loginBg.jpg b/static/images/loginBg.jpg
new file mode 100644
index 0000000..2c113e1
Binary files /dev/null and b/static/images/loginBg.jpg differ
diff --git a/static/images/login_icon.png b/static/images/login_icon.png
new file mode 100644
index 0000000..41d26ba
Binary files /dev/null and b/static/images/login_icon.png differ
diff --git a/static/images/register_icon2_com.png b/static/images/register_icon2_com.png
new file mode 100644
index 0000000..57dadaf
Binary files /dev/null and b/static/images/register_icon2_com.png differ
diff --git a/static/images/register_icon2_user.png b/static/images/register_icon2_user.png
new file mode 100644
index 0000000..4d26468
Binary files /dev/null and b/static/images/register_icon2_user.png differ
diff --git a/static/js/common/main.js b/static/js/common/main.js
index fe5e0ce..d9f7cdd 100644
--- a/static/js/common/main.js
+++ b/static/js/common/main.js
@@ -131,7 +131,7 @@ require(["jquery", "Tools","addressApi"], function ($, Tools) {
// document.getElementById('dressList').style.display = 'none';
// };
if(tools.getCookie('Admin-Token') != ''){
- document.getElementById('userInfo').style.display = 'block';
+ document.getElementById('userInfo').style.display = 'flex';
document.getElementById('userLogin').style.display = 'none';
document.getElementById('userRealName').innerHTML = tools.getCookie('userName');
document.getElementById('userRealName2').innerHTML = tools.getCookie('userName');
@@ -148,7 +148,7 @@ require(["jquery", "Tools","addressApi"], function ($, Tools) {
document.getElementById('headHover').style.display = 'none';
};
}else{
- document.getElementById('userLogin').style.display = 'block';
+ document.getElementById('userLogin').style.display = 'flex';
}
outLogin = function(){
diff --git a/static/js/common/tools.js b/static/js/common/tools.js
index 8bc4fac..205a2b8 100644
--- a/static/js/common/tools.js
+++ b/static/js/common/tools.js
@@ -433,7 +433,7 @@ define(['jquery', 'dialog','jsencrypt'], function ($, dialog,JSEncrypt) {
*/
skip: function (url) {
if (url != '') {
- window.open(url)
+ window.location = url
}
},
/**
diff --git a/static/js/project/announcementList/announcementDetail.js b/static/js/project/announcementList/announcementDetail.js
index 9d5c25a..786d13a 100644
--- a/static/js/project/announcementList/announcementDetail.js
+++ b/static/js/project/announcementList/announcementDetail.js
@@ -14,7 +14,7 @@ define(['jquery', "template", "Tools", "announApi", "paging", 'swiper'], functio
module.init = function (page) {
//获取焦点图信息
- tools.doGet(websitePicture, {picType:1,status:0,orderByColumn:'picSort',isAsc:'desc'}, module.focusNewsTop , true);
+ //tools.doGet(websitePicture, {picType:1,status:0,orderByColumn:'picSort',isAsc:'desc'}, module.focusNewsTop , true);
//成交公告
tools.doGet(announDetail+'/'+getQueryVariable('id'), {}, module.announInformation,true);
//网站配置信息(网站名称 底部联系方式 公安备案号 网站备案号)
@@ -141,4 +141,4 @@ define(['jquery', "template", "Tools", "announApi", "paging", 'swiper'], functio
}
return module;
-});
\ No newline at end of file
+});
diff --git a/static/js/project/announcementList/announcementList.js b/static/js/project/announcementList/announcementList.js
index a581aa1..f24ced1 100644
--- a/static/js/project/announcementList/announcementList.js
+++ b/static/js/project/announcementList/announcementList.js
@@ -257,7 +257,7 @@ define(['jquery', "template", "Tools", "announApi", "paging", 'swiper'], functio
searchAllNew = function (type) {
var searchAllTitle = $('#searchAllTitle').val();
- var type = getQueryVariable('type');
+ var type = window.location.href;
module.data.announcementInformationList = [];
module.data.attestationInformationList = [];
module.data.inviteTendersInformationList = [];
@@ -270,10 +270,11 @@ define(['jquery', "template", "Tools", "announApi", "paging", 'swiper'], functio
$('#page_s3').html('')
$('.page_s4').html('')
$('#page_s4').html('')
- if(type != undefined && type != ''){
+ console.log(type.indexOf('announcementNew'))
+ if(type.indexOf('announcementNew') > 0){
//成交公告
- tools.doGet(tenderList, {deptId:100,pageNum:module.data.pageNum,pageSize:module.data.pageSize}, module.inviteTendersInformation,true);
- tools.doGet(winList, {deptId:100,pageNum:module.data.pageNum,pageSize:module.data.pageSize}, module.winTheBiddingInformation,true);
+ tools.doGet(tenderList, {projectName:searchAllTitle,deptId:100,pageNum:module.data.pageNum,pageSize:module.data.pageSize}, module.inviteTendersInformation,true);
+ tools.doGet(winList, {projectName:searchAllTitle,deptId:100,pageNum:module.data.pageNum,pageSize:module.data.pageSize}, module.winTheBiddingInformation,true);
}else{
tools.doGet(announList, {projectName:searchAllTitle,deptId:100,pageNum:module.data.pageNum,pageSize:module.data.pageSize}, module.announInformation,true);
tools.doGet(attestationList, {projectName:searchAllTitle,deptId:100,pageNum:module.data.pageNum,pageSize:module.data.pageSize}, module.attestationInformation,true);
diff --git a/static/js/project/announcementList/attestation.js b/static/js/project/announcementList/attestation.js
index b55815d..72b0157 100644
--- a/static/js/project/announcementList/attestation.js
+++ b/static/js/project/announcementList/attestation.js
@@ -14,7 +14,7 @@ define(['jquery', "template", "Tools", "announApi", "paging", 'swiper'], functio
module.init = function (page) {
//获取焦点图信息
- tools.doGet(websitePicture, {picType:1,status:0,orderByColumn:'picSort',isAsc:'desc'}, module.focusNewsTop , true);
+ //tools.doGet(websitePicture, {picType:1,status:0,orderByColumn:'picSort',isAsc:'desc'}, module.focusNewsTop , true);
//底部友情链接
tools.doGet(friendsLinks, {}, module.bottomFriendsLinks, true);
//鉴证公告
@@ -158,4 +158,4 @@ define(['jquery', "template", "Tools", "announApi", "paging", 'swiper'], functio
}
return module;
-});
\ No newline at end of file
+});
diff --git a/static/js/project/announcementList/inviteTendersDetail.js b/static/js/project/announcementList/inviteTendersDetail.js
index 524d993..724ce97 100644
--- a/static/js/project/announcementList/inviteTendersDetail.js
+++ b/static/js/project/announcementList/inviteTendersDetail.js
@@ -15,7 +15,7 @@ define(['jquery', "template", "Tools", "announApi", "paging", 'swiper'], functio
module.init = function (page) {
//获取焦点图信息
- tools.doGet(websitePicture, {picType:1,status:0,orderByColumn:'picSort',isAsc:'desc'}, module.focusNewsTop , true);
+ //tools.doGet(websitePicture, {picType:1,status:0,orderByColumn:'picSort',isAsc:'desc'}, module.focusNewsTop , true);
//底部友情链接
tools.doGet(friendsLinks, {}, module.bottomFriendsLinks, true);
//鉴证公告
@@ -103,9 +103,11 @@ define(['jquery', "template", "Tools", "announApi", "paging", 'swiper'], functio
bizPath: 'transaction',
tableId:content.id
}
+ var announcementInformationData = template('announcementInformationData', module.data);
+ $("#announcementInformationContent").html(announcementInformationData);
tools.doGet(attachmentQuery, query, module.attachmentQuery,true);
//竞价方式字典
- tools.doGet(Dictionaries+'/tenderbid_type', {}, module.biddingTypeDictionaries,true);
+ //tools.doGet(Dictionaries+'/tenderbid_type', {}, module.biddingTypeDictionaries,true);
}
}
diff --git a/static/js/project/announcementList/warrantDetail.js b/static/js/project/announcementList/warrantDetail.js
index b8bb4d5..469c26e 100644
--- a/static/js/project/announcementList/warrantDetail.js
+++ b/static/js/project/announcementList/warrantDetail.js
@@ -14,7 +14,7 @@ define(['jquery', "template", "Tools", "announApi", "paging", 'swiper'], functio
module.init = function (page) {
//获取焦点图信息
- tools.doGet(websitePicture, {picType:1,status:0,orderByColumn:'picSort',isAsc:'desc'}, module.focusNewsTop , true);
+ //tools.doGet(websitePicture, {picType:1,status:0,orderByColumn:'picSort',isAsc:'desc'}, module.focusNewsTop , true);
//底部友情链接
tools.doGet(friendsLinks, {}, module.bottomFriendsLinks, true);
//成交公告
@@ -149,4 +149,4 @@ define(['jquery', "template", "Tools", "announApi", "paging", 'swiper'], functio
}
return module;
-});
\ No newline at end of file
+});
diff --git a/static/js/project/announcementList/winTheBiddingDetail.js b/static/js/project/announcementList/winTheBiddingDetail.js
index ff852ef..746d9be 100644
--- a/static/js/project/announcementList/winTheBiddingDetail.js
+++ b/static/js/project/announcementList/winTheBiddingDetail.js
@@ -14,7 +14,7 @@ define(['jquery', "template", "Tools", "announApi", "paging", 'swiper'], functio
module.init = function (page) {
//获取焦点图信息
- tools.doGet(websitePicture, {picType:1,status:0,orderByColumn:'picSort',isAsc:'desc'}, module.focusNewsTop , true);
+ //tools.doGet(websitePicture, {picType:1,status:0,orderByColumn:'picSort',isAsc:'desc'}, module.focusNewsTop , true);
//底部友情链接
tools.doGet(friendsLinks, {}, module.bottomFriendsLinks, true);
//鉴证公告
diff --git a/static/js/project/demand/demand.js b/static/js/project/demand/demand.js
index 98c26a8..8d24a71 100644
--- a/static/js/project/demand/demand.js
+++ b/static/js/project/demand/demand.js
@@ -29,7 +29,7 @@ define(['jquery', "template", "Tools", "demandApi", "paging", 'swiper'], functio
module.init = function (page) {
//获取焦点图信息
- tools.doGet(websitePicture, {picType:1,status:0,orderByColumn:'picSort',isAsc:'desc'}, module.focusNewsTop , true);
+ //tools.doGet(websitePicture, {picType:1,status:0,orderByColumn:'picSort',isAsc:'desc'}, module.focusNewsTop , true);
//底部友情链接
tools.doGet(friendsLinks, {}, module.bottomFriendsLinks, true);
//个人供应
@@ -210,4 +210,4 @@ define(['jquery', "template", "Tools", "demandApi", "paging", 'swiper'], functio
}
}
return module;
-});
\ No newline at end of file
+});
diff --git a/static/js/project/demand/demandDetail.js b/static/js/project/demand/demandDetail.js
index beacc47..80461e7 100644
--- a/static/js/project/demand/demandDetail.js
+++ b/static/js/project/demand/demandDetail.js
@@ -29,7 +29,7 @@ define(['jquery', "template", "Tools", "demandApi", "paging","user", 'swiper'],
module.init = function (page) {
//获取焦点图信息
- tools.doGet(websitePicture, {picType:1,status:0,orderByColumn:'picSort',isAsc:'desc'}, module.focusNewsTop , true);
+ //tools.doGet(websitePicture, {picType:1,status:0,orderByColumn:'picSort',isAsc:'desc'}, module.focusNewsTop , true);
//底部友情链接
tools.doGet(friendsLinks, {}, module.bottomFriendsLinks, true);
//网站配置信息(网站名称 底部联系方式 公安备案号 网站备案号)
@@ -119,4 +119,4 @@ define(['jquery', "template", "Tools", "demandApi", "paging","user", 'swiper'],
}
}
return module;
-});
\ No newline at end of file
+});
diff --git a/static/js/project/interact/interact.js b/static/js/project/interact/interact.js
index f0771b2..7bd682a 100644
--- a/static/js/project/interact/interact.js
+++ b/static/js/project/interact/interact.js
@@ -27,7 +27,7 @@ define(['jquery', "template", "Tools", "interactApi", "paging", 'swiper'], funct
module.init = function (page) {
//获取焦点图信息
- tools.doGet(websitePicture, {picType:1,status:0,orderByColumn:'picSort',isAsc:'desc'}, module.focusNewsTop , true);
+ //tools.doGet(websitePicture, {picType:1,status:0,orderByColumn:'picSort',isAsc:'desc'}, module.focusNewsTop , true);
//底部友情链接
tools.doGet(friendsLinks, {}, module.bottomFriendsLinks, true);
if(getQueryVariable('keyWord')){
@@ -203,4 +203,4 @@ define(['jquery', "template", "Tools", "interactApi", "paging", 'swiper'], funct
}
}
return module;
-});
\ No newline at end of file
+});
diff --git a/static/js/project/listingItems/bond.js b/static/js/project/listingItems/bond.js
index 7c75b13..dfb339e 100644
--- a/static/js/project/listingItems/bond.js
+++ b/static/js/project/listingItems/bond.js
@@ -18,7 +18,7 @@ define(['jquery', "template", "Tools", 'swiper', 'itemsApi',"cupload"], function
module.init = function (page) {//底部友情链接
// var wp = new WritingPad();
//获取焦点图信息
- tools.doGet(websitePicture, {picType:1,status:0,orderByColumn:'picSort',isAsc:'desc'}, module.focusNewsTop , true);
+ //tools.doGet(websitePicture, {picType:1,status:0,orderByColumn:'picSort',isAsc:'desc'}, module.focusNewsTop , true);
tools.doGet(friendsLinks, {}, module.bottomFriendsLinks, true);
document.getElementById('realName').value = tools.getCookie('userName');
document.getElementById('userNum').value = tools.getCookie('phone');
diff --git a/static/js/project/listingItems/items.js b/static/js/project/listingItems/items.js
index 4b83629..45067da 100644
--- a/static/js/project/listingItems/items.js
+++ b/static/js/project/listingItems/items.js
@@ -21,7 +21,7 @@ define(['jquery', "template", "Tools", 'swiper', 'itemsApi', 'swiper'], function
module.init = function (page) {
//获取焦点图信息
- tools.doGet(websitePicture, {picType:1,status:0,orderByColumn:'picSort',isAsc:'desc'}, module.focusNewsTop , true);
+ //tools.doGet(websitePicture, {picType:1,status:0,orderByColumn:'picSort',isAsc:'desc'}, module.focusNewsTop , true);
//底部友情链接
tools.doGet(friendsLinks, {}, module.bottomFriendsLinks, true);
diff --git a/static/js/project/listingItems/items2.js b/static/js/project/listingItems/items2.js
index 476cb34..17e319a 100644
--- a/static/js/project/listingItems/items2.js
+++ b/static/js/project/listingItems/items2.js
@@ -22,7 +22,7 @@ define(['jquery', "template", "Tools", 'swiper', 'itemsApi', 'swiper'], function
module.init = function (page) {
//获取焦点图信息
- tools.doGet(websitePicture, {picType:1,status:0,orderByColumn:'picSort',isAsc:'desc'}, module.focusNewsTop , true);
+ //tools.doGet(websitePicture, {picType:1,status:0,orderByColumn:'picSort',isAsc:'desc'}, module.focusNewsTop , true);
//底部友情链接
tools.doGet(friendsLinks, {}, module.bottomFriendsLinks, true);
diff --git a/static/js/project/listingItems/itemsNeedsDetail.js b/static/js/project/listingItems/itemsNeedsDetail.js
index b4d2e71..ce722c5 100644
--- a/static/js/project/listingItems/itemsNeedsDetail.js
+++ b/static/js/project/listingItems/itemsNeedsDetail.js
@@ -14,7 +14,7 @@ define(['jquery', "template", "Tools", "itemsApi", "paging", 'swiper'], function
module.init = function (page) {
//获取焦点图信息
- tools.doGet(websitePicture, {picType:1,status:0,orderByColumn:'picSort',isAsc:'desc'}, module.focusNewsTop , true);
+ //tools.doGet(websitePicture, {picType:1,status:0,orderByColumn:'picSort',isAsc:'desc'}, module.focusNewsTop , true);
//成交公告
tools.doGet(needProject+'/'+getQueryVariable('id'), {translate_dict:1}, module.announInformation,true);
//网站配置信息(网站名称 底部联系方式 公安备案号 网站备案号)
@@ -133,4 +133,4 @@ define(['jquery', "template", "Tools", "itemsApi", "paging", 'swiper'], function
}
return module;
-});
\ No newline at end of file
+});
diff --git a/static/js/project/new/new.js b/static/js/project/new/new.js
index 93012c5..9da2e83 100644
--- a/static/js/project/new/new.js
+++ b/static/js/project/new/new.js
@@ -23,7 +23,7 @@ define(['jquery', "template", "Tools", "newApi", "paging", 'swiper'], function (
module.init = function (page) {
//获取焦点图信息
- tools.doGet(websitePicture, {picType:1,status:0,orderByColumn:'picSort',isAsc:'desc'}, module.focusNewsTop , true);
+ //tools.doGet(websitePicture, {picType:1,status:0,orderByColumn:'picSort',isAsc:'desc'}, module.focusNewsTop , true);
//底部友情链接
tools.doGet(friendsLinks, {}, module.bottomFriendsLinks, true);
if(getQueryVariable('title') ){
@@ -130,4 +130,4 @@ define(['jquery', "template", "Tools", "newApi", "paging", 'swiper'], function (
}
}
return module;
-});
\ No newline at end of file
+});
diff --git a/static/js/project/new/newDetail.js b/static/js/project/new/newDetail.js
index 28f77d1..7897491 100644
--- a/static/js/project/new/newDetail.js
+++ b/static/js/project/new/newDetail.js
@@ -14,7 +14,7 @@ define(['jquery', "template", "Tools", "newApi", 'swiper'], function ($, templat
module.init = function (page) {
//获取焦点图信息
- tools.doGet(websitePicture, {picType:1,status:0,orderByColumn:'picSort',isAsc:'desc'}, module.focusNewsTop , true);
+ //tools.doGet(websitePicture, {picType:1,status:0,orderByColumn:'picSort',isAsc:'desc'}, module.focusNewsTop , true);
//底部友情链接
tools.doGet(friendsLinks, {}, module.bottomFriendsLinks, true);
//console.log(getQueryVariable('id'))
@@ -94,4 +94,4 @@ define(['jquery', "template", "Tools", "newApi", 'swiper'], function ($, templat
}
return module;
-});
\ No newline at end of file
+});
diff --git a/static/js/project/policy/policy.js b/static/js/project/policy/policy.js
index e6f5f9d..63526a7 100644
--- a/static/js/project/policy/policy.js
+++ b/static/js/project/policy/policy.js
@@ -27,7 +27,7 @@ define(['jquery', "template", "Tools", "policyApi", "paging", 'swiper'], functio
module.init = function (page) {
//获取焦点图信息
- tools.doGet(websitePicture, {picType:1,status:0,orderByColumn:'picSort',isAsc:'desc'}, module.focusNewsTop , true);
+ //tools.doGet(websitePicture, {picType:1,status:0,orderByColumn:'picSort',isAsc:'desc'}, module.focusNewsTop , true);
//底部友情链接
tools.doGet(friendsLinks, {}, module.bottomFriendsLinks, true);
var type = getQueryVariable('type');
@@ -229,4 +229,4 @@ define(['jquery', "template", "Tools", "policyApi", "paging", 'swiper'], functio
}
}
return module;
-});
\ No newline at end of file
+});
diff --git a/static/js/project/policy/policyDetail.js b/static/js/project/policy/policyDetail.js
index e1e6c34..596f27f 100644
--- a/static/js/project/policy/policyDetail.js
+++ b/static/js/project/policy/policyDetail.js
@@ -14,7 +14,7 @@ define(['jquery', "template", "Tools", "newApi", 'swiper'], function ($, templat
module.init = function (page) {
//获取焦点图信息
- tools.doGet(websitePicture, {picType:1,status:0,orderByColumn:'picSort',isAsc:'desc'}, module.focusNewsTop , true);
+ //tools.doGet(websitePicture, {picType:1,status:0,orderByColumn:'picSort',isAsc:'desc'}, module.focusNewsTop , true);
//底部友情链接
tools.doGet(friendsLinks, {}, module.bottomFriendsLinks, true);
console.log(getQueryVariable('id'))
@@ -105,4 +105,4 @@ define(['jquery', "template", "Tools", "newApi", 'swiper'], function ($, templat
}
return module;
-});
\ No newline at end of file
+});
diff --git a/static/js/project/user/index.js b/static/js/project/user/index.js
index 5ee20f2..5e43cf7 100644
--- a/static/js/project/user/index.js
+++ b/static/js/project/user/index.js
@@ -46,7 +46,7 @@ define(['jquery', "template", "Tools", "user", "paging","cupload","kindeditor",
var tools = new Tools();
module.init = function (page) {
//获取焦点图信息
- tools.doGet(websitePicture, {picType:1,status:0,orderByColumn:'picSort',isAsc:'desc'}, module.focusNewsTop , true);
+ //tools.doGet(websitePicture, {picType:1,status:0,orderByColumn:'picSort',isAsc:'desc'}, module.focusNewsTop , true);
//底部友情链接
tools.doGet(friendsLinks, {}, module.bottomFriendsLinks, true);
//用户资料
diff --git a/view/announcement/announcementDetail.html b/view/announcement/announcementDetail.html
index 6aef5d6..070b5b4 100644
--- a/view/announcement/announcementDetail.html
+++ b/view/announcement/announcementDetail.html
@@ -16,56 +16,9 @@
-
-
-
-
-
-
-
Hi,欢迎来到农村产权交易中心
-
-
-
-
-
-
-
-
-
- 返回主站
-
-
-
-
-
-
-
文登区
- - -
- -
-
文登区
- - -
- -
-
文登区
- - -
- -
-
文登区
- - -
-
请登录
免费注册
@@ -120,7 +73,6 @@
-
@@ -130,13 +82,11 @@
diff --git a/view/announcement/announcementNew.html b/view/announcement/announcementNew.html
index f80b42c..108f6c8 100644
--- a/view/announcement/announcementNew.html
+++ b/view/announcement/announcementNew.html
@@ -12,6 +12,7 @@
+
@@ -94,13 +95,20 @@
@@ -131,12 +139,18 @@
@@ -144,16 +158,24 @@
diff --git a/view/announcement/attestation.html b/view/announcement/attestation.html
index 3a179fd..a373c1f 100644
--- a/view/announcement/attestation.html
+++ b/view/announcement/attestation.html
@@ -16,56 +16,9 @@
-
-
-
-
-
-
Hi,欢迎来到农村产权交易中心
-
-
-
-
-
-
-
-
-
- 返回主站
-
-
-
-
-
-
-
文登区
- - -
- -
-
文登区
- - -
- -
-
文登区
- - -
- -
-
文登区
- - -
-
请登录
免费注册
@@ -120,7 +73,6 @@
-
@@ -130,13 +82,11 @@
diff --git a/view/announcement/inviteTendersDetail.html b/view/announcement/inviteTendersDetail.html
index 28323d7..50ef5df 100644
--- a/view/announcement/inviteTendersDetail.html
+++ b/view/announcement/inviteTendersDetail.html
@@ -16,56 +16,9 @@
-
-
-
-
-
-
Hi,欢迎来到农村产权交易中心
-
-
-
-
-
-
-
-
-
- 返回主站
-
-
-
-
-
-
-
文登区
- - -
- -
-
文登区
- - -
- -
-
文登区
- - -
- -
-
文登区
- - -
-
请登录
免费注册
@@ -120,7 +73,6 @@
-
@@ -130,13 +82,11 @@
diff --git a/view/bidding/biddingList.html b/view/bidding/biddingList.html
index fa881a9..9c0a51f 100644
--- a/view/bidding/biddingList.html
+++ b/view/bidding/biddingList.html
@@ -19,17 +19,17 @@
-
-
-
-
-
- 请登录
- 免费注册
+
+
-
-
-
diff --git a/view/login/login.html b/view/login/login.html
index fff1d70..df7e040 100644
--- a/view/login/login.html
+++ b/view/login/login.html
@@ -57,7 +57,6 @@
-
-
-
diff --git a/view/login/register.html b/view/login/register.html
index 563cc70..f063f67 100644
--- a/view/login/register.html
+++ b/view/login/register.html
@@ -57,10 +57,9 @@
-
-
+
@@ -118,10 +117,10 @@
+
-
+


请选择要注册的用户类型
-

个人用户:参与农村产权交易的自然人;
单位用户:主要是参与农村产权交易的机关单位、社会组织、农业企业、家庭农场、合作社等。
diff --git a/view/login/registerExplain.html b/view/login/registerExplain.html index fdb06ad..438a185 100644 --- a/view/login/registerExplain.html +++ b/view/login/registerExplain.html @@ -57,10 +57,9 @@
-
-
+
diff --git a/view/login/registerFrom.html b/view/login/registerFrom.html
index a8cab84..475c328 100644
--- a/view/login/registerFrom.html
+++ b/view/login/registerFrom.html
@@ -57,10 +57,9 @@


-
-
+

