فهرست منبع

Merge remote-tracking branch 'origin/master'

gt 3 سال پیش
والد
کامیت
9979b42c29

+ 1 - 0
src/main/java/com/jd/zfjyjgfwpt/service/impl/FrontServiceImpl.java

@@ -377,6 +377,7 @@ public class FrontServiceImpl implements FrontServiceI {
     @Override
     public ApiResponse<?> getBrokerDetailInfoListById(Map<String, Object> params) {
         HttpResponse response = HttpUtil.createGet(RemoteUrlConstants.getBrokerInfoById())
+                .form(params)
                 .execute();
         JSONObject resObj = JSONObject.parseObject(response.body());
         if (ObjectUtil.isNull(resObj)) {

+ 21 - 5
src/main/resources/static/ftl/zfjyjgfwpt/sy.ftl

@@ -27,6 +27,16 @@
             /* margin-top: 10px; */
             overflow: hidden;
         }
+        .zwsj {
+			text-align: center; 
+			width: 100%; 
+			height: 205px; 
+			font-size: 14px; 
+			line-height: 205px;
+			cursor: default;
+			color: #666;
+			font-weight: bold;
+		}
     </style>
 </head>
 
@@ -269,7 +279,9 @@
 	                    turnoverhtml+='<span>'+turnover[i].FYSL+'套</span>'
 	                    turnoverhtml+='</a>'
 	                }
-	            }
+	            } else {
+					turnoverhtml+='<div class="zwsj">暂无数据!</div>'
+				}
                 $('.index_middle_ranking ul li:nth-child(1)').append(turnoverhtml)
             },
             error: function (err) {
@@ -295,7 +307,9 @@
 	                    turnoverhtml+='<span>'+turnover[i].FYSL+'套</span>'
 	                    turnoverhtml+='</a>'
 	                }
-	            }
+	            } else {
+					turnoverhtml+='<div class="zwsj">暂无数据!</div>'
+				}
                 $('.index_middle_ranking ul li:nth-child(2)').append(turnoverhtml)
             },
             error: function (err) {
@@ -321,7 +335,9 @@
 	                    turnoverhtml+='<span>'+turnover[i].FYSL+'套</span>'
 	                    turnoverhtml+='</a>'
 	                }
-                }
+                } else {
+					turnoverhtml+='<div class="zwsj">暂无数据!</div>'
+				}
                 $('.index_middle_ranking ul li:nth-child(3)').append(turnoverhtml)
             },
             error: function (err) {
@@ -399,7 +415,7 @@
                         location.href = '/zfjyjgfwpt/fyjs/main.html?=' + escape(jjfyname);
                     })
                 } else if (json.data.length == 0) {
-                    html += '<div style="text-align: center;width: 100%;height: 205px;font-size: 16px;line-height: 110px;">暂无数据!</div>'
+                    html += '<div style="text-align: center;width: 100%;height: 205px;font-size: 16px;line-height: 110px;cursor: default;">暂无数据!</div>'
                     $('.index_middle .index_middle_broker .swiper .swiper-wrapper').empty().append(html);
                 }
             },
@@ -482,7 +498,7 @@
                         location.href = '/zfjyjgfwpt/fyjs/main.html?=' + escape(jjfyname);
                     })
                 } else if (json.data.length == 0) {
-                    html += '<div style="text-align: center;width: 100%;height: 205px;font-size: 16px;line-height: 110px;">暂无数据!</div>'
+                    html += '<div style="text-align: center;width: 100%;height: 205px;font-size: 16px;line-height: 110px;cursor: default;">暂无数据!</div>'
                     $('.index_middle .index_middle_broker .swiper1 .swiper-wrapper').empty().append(html);
                 }
 

+ 1 - 2
src/main/resources/static/main/brokerageListings.html

@@ -304,8 +304,7 @@
                         <li>3、本平台挂牌房屋如为共有的,签订房屋买卖合同时,须由全体房屋所有权人到场签字同意。</li>
                         <li>4、挂牌房屋存在抵押情形的,办理不动产登记手续前,应先办理完毕抵押注销登记。</li>
                         <li>5、挂牌房屋已出租的,签订房屋买卖合同时,应确保承租人已放弃优先购买权。</li>
-                        <li>6、本平台挂牌房屋成交后应按规定签订房屋买卖合同,办理房屋交易确认及不动产登记手续,所需资料及办理条件以</li>
-                        <li>法律法规规定及主管部门的要求为准。</li>
+						<li>6、本平台挂牌房屋成交后应按规定签订房屋买卖合同,办理房屋交易确认及不动产登记手续,所需资料及办理条件以法律法规规定及主管部门的要求为准。</li>
                     </ul>
                 </div>
             </div>

+ 5 - 0
src/main/resources/static/main/mobilepage/housepurchase.html

@@ -6,6 +6,7 @@
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
 	<link rel="stylesheet" type="text/css" href="element-ui/lib/theme-chalk/index.css" />
+	<link rel="stylesheet" href="/zfjyjgfwpt/main/layui/layui.css">
     <title>重庆市房地产市场服务平台 - 求购信息</title>
     <link rel="stylesheet" href="css/logobaner.css">
     <link rel="stylesheet" href="css/housepurchase.css">
@@ -368,6 +369,10 @@
     <script src="js/vue.js"></script>
 	 <script src="element-ui/lib/index.js" type="text/javascript" charset="utf-8"></script>
     <script src="js/jquery-3.5.1.min.js"></script>
+    <script src="/zfjyjgfwpt/main/js/constants.js" type="text/javascript" charset="utf-8"></script>
+	<script src="/zfjyjgfwpt/main/layui/layui.js" type="text/javascript" charset="utf-8"></script>
+	<script src="/zfjyjgfwpt/main/js/sm2/crypto-js.js" type="text/javascript" charset="utf-8"></script>
+	<script src="/zfjyjgfwpt/main/js/sm2/sm2.js" type="text/javascript" charset="utf-8"></script>
     <script src="js/popup.js"></script>
     <script src="js/housepurchase.js"></script>
 	<script type="text/javascript">

+ 6 - 1
src/main/resources/static/main/mobilepage/housingresourceslist-new1.html

@@ -6,6 +6,7 @@
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
 	<link rel="stylesheet" type="text/css" href="element-ui/lib/theme-chalk/index.css" />
+	<link rel="stylesheet" href="/zfjyjgfwpt/main/layui/layui.css">
     <title>重庆市房地产市场服务平台 - 房源信息</title>
     <link rel="stylesheet" href="css/logobaner.css">
     <link rel="stylesheet" href="css/scrolltopBaner.css">
@@ -1563,7 +1564,11 @@
 	</div>
     <script src="js/vue.js"></script>
     <script src="js/jquery-3.5.1.min.js"></script>
-	 <script src="element-ui/lib/index.js" type="text/javascript" charset="utf-8"></script>
+	<script src="element-ui/lib/index.js" type="text/javascript" charset="utf-8"></script>
+	<script src="/zfjyjgfwpt/main/js/constants.js" type="text/javascript" charset="utf-8"></script>
+	<script src="/zfjyjgfwpt/main/layui/layui.js" type="text/javascript" charset="utf-8"></script>
+	<script src="/zfjyjgfwpt/main/js/sm2/crypto-js.js" type="text/javascript" charset="utf-8"></script>
+	<script src="/zfjyjgfwpt/main/js/sm2/sm2.js" type="text/javascript" charset="utf-8"></script>
     <script src="js/popup.js"></script>
 	<script src="js/housingresourceslist-new1.js" type="text/javascript" charset="utf-8"></script>
 </body>

+ 366 - 224
src/main/resources/static/main/mobilepage/js/housepurchase.js

@@ -10,195 +10,32 @@ Vue.component('cqu-check', {
                 id: 'core',
                 title: '中心城区',
                 active: true
-            }, {
+				}, {
                 id: 'new',
                 title: '都市新区',
                 active: false
-            }, {
+				}, {
                 id: 'eastnorth',
                 title: '渝东北',
                 active: false
-            }, {
+				}, {
                 id: 'eastsouth',
                 title: '渝东南',
                 active: false
             }],
             // 中心城区
-            coreList: [{
-                id: 'yz',
-                title: '渝中',
-                active: false
-            }, {
-                id: 'jb',
-                title: '江北',
-                active: false
-            }, {
-                id: 'yb',
-                title: '渝北',
-                active: false
-            }, {
-                id: 'na',
-                title: '南岸',
-                active: false
-            }, {
-                id: 'bb',
-                title: '北碚',
-                active: false
-            }, {
-                id: 'bn',
-                title: '巴南',
-                active: false
-            }, {
-                id: 'ddk',
-                title: '大渡口',
-                active: false
-            }, {
-                id: 'spb',
-                title: '沙坪坝',
-                active: false
-            }, {
-                id: 'jlp',
-                title: '九龙坡',
-                active: false
-            }, {
-                id: 'wsjk',
-                title: '万盛经开区',
-                active: false
-            }, {
-                id: 'ljxq',
-                title: '两江新区',
-                active: false
-            }, {
-                id: 'gxq',
-                title: '高新区',
-                active: false
-            },],
+            coreList: [],
             // 渝东北
-            northeastList: [{
-                id: 'fd',
-                title: '丰都',
-                active: false
-            }, {
-                id: 'dj',
-                title: '垫江',
-                active: false
-            }, {
-                id: 'wz',
-                title: '万州',
-                active: false
-            }, {
-                id: 'ws',
-                title: '巫山',
-                active: false
-            }, {
-                id: 'wx',
-                title: '巫溪',
-                active: false
-            }, {
-                id: 'yy',
-                title: '云阳',
-                active: false
-            }, {
-                id: 'fj',
-                title: '奉节',
-                active: false
-            }, {
-                id: 'ck',
-                title: '城口',
-                active: false
-            }, {
-                id: 'kz',
-                title: '开州',
-                active: false
-            }, {
-                id: 'zx',
-                title: '忠县',
-                active: false
-            }, {
-                id: 'lp',
-                title: '梁平',
-                active: false
-            },],
+            northeastList: [],
             // 渝东南
-            southeastList: [{
-                id: 'qj',
-                title: '黔江',
-                active: false
-            }, {
-                id: 'sz',
-                title: '石柱',
-                active: false
-            }, {
-                id: 'wl',
-                title: '武隆',
-                active: false
-            }, {
-                id: 'xs',
-                title: '秀山',
-                active: false
-            }, {
-                id: 'qy',
-                title: '酉阳',
-                active: false
-            }, {
-                id: 'ps',
-                title: '彭水',
-                active: false
-            }],
+            southeastList: [],
             // 都市新区
-            newList: [{
-                id: 'jj',
-                title: '江津',
-                active: false
-            }, {
-                id: 'hc',
-                title: '合川',
-                active: false
-            }, {
-                id: 'yc',
-                title: '永川',
-                active: false
-            }, {
-                id: 'dz',
-                title: '大足',
-                active: false
-            }, {
-                id: 'bs',
-                title: '璧山',
-                active: false
-            }, {
-                id: 'tl',
-                title: '铜梁',
-                active: false
-            }, {
-                id: 'tn',
-                title: '潼南',
-                active: false
-            }, {
-                id: 'rc',
-                title: '荣昌',
-                active: false
-            }, {
-                id: 'nc',
-                title: '南川',
-                active: false
-            }, {
-                id: 'cqj',
-                title: '綦江',
-                active: false
-            }, {
-                id: 'pl',
-                title: '涪陵',
-                active: false
-            }, {
-                id: 'cs',
-                title: '长寿',
-                active: false
-            }],
+            newList: [],
             curIndex: 0
         }
     },
     created() {
+		this.getSearchCondition();
         this.regAllList = [this.coreList, this.newList, this.northeastList, this.southeastList]
     },
     watch: {
@@ -237,7 +74,67 @@ Vue.component('cqu-check', {
                 item.active = this.buxQ
             })
             this.buxQ = !this.buxQ
-        }
+        },
+		getSearchCondition() {
+			var _this = this;
+			$.ajax({
+				type: 'GET',
+				url: PATH + '/front/getSearchCondition',
+				async: false,
+				success: function (json) {
+					console.log(json)
+					var index = 1;
+					var Area = json.data.area;
+					console.log(Area)
+					// 区域 中心城区
+					for (var i = 0; i < Area.zxcq.length; i++) {
+						_this.coreList.push({
+							id: index++,
+							title: Area.zxcq[i].areaName,
+							active: false,
+							dis: false,
+							value: Area.zxcq[i].code
+						})
+					}
+		
+					// 区域 都市新区
+					for (var i = 0; i < Area.dsxq.length; i++) {
+						_this.newList.push({
+							id: index++,
+							title: Area.dsxq[i].areaName,
+							active: false,
+							dis: false,
+							value: Area.dsxq[i].code
+						})
+					}
+		
+					// 区域 渝东北
+					for (var i = 0; i < Area.ydbq.length; i++) {
+						_this.northeastList.push({
+							id: index++,
+							title: Area.ydbq[i].areaName,
+							active: false,
+							dis: false,
+							value: Area.ydbq[i].code
+						})
+					}
+		
+					// 区域 渝东南
+					for (var i = 0; i < Area.ydnq.length; i++) {
+						_this.southeastList.push({
+							id: index++,
+							title: Area.ydnq[i].areaName,
+							active: false,
+							dis: false,
+							value: Area.ydnq[i].code
+						})
+					}
+				},
+				error: function (err) {
+					layer.msg('网络错误!');
+				}
+			})
+		},
     },
     template: `
         <div style="display:flex;">
@@ -245,7 +142,7 @@ Vue.component('cqu-check', {
 			    <span :class="{'ts-active':buxQ}" @click="buxQhan">不限</span>
 			    <span v-for="(item,index) in tabQuList" :key="item.id" :class="{'ts-active':item.active}" @click="swArea(index,item.id)">{{item.title}}</span>
             </div>
-            <ul class="check-scr" style="height:72vw;flex:3;">
+            <ul class="check-scr qy" style="height:72vw;flex:3;">
                 <li class="check-item" v-for="(item,index) in regAllList[curIndex]" :key="item.id">
                     <label :for="item.id" style="width:80vw;" :style="{'color':item.active?'#0060C3':'#333333'}">{{item.title}}</label>
                     <input type="checkbox" :name="item.title" :id="item.id" :checked="item.active" v-model="item.active" />
@@ -254,7 +151,7 @@ Vue.component('cqu-check', {
         </div>
     `
 })
-// 
+// 价
 Vue.component('pri-check', {
 	props:['clears'],
     data() {
@@ -306,10 +203,40 @@ Vue.component('pri-check', {
             this.priceList.forEach(function (item) {
                 item.active = that.buxPri
             })
-        }
+        },
+		getSearchCondition1() {
+			var _this = this;
+			$.ajax({
+				type: 'GET',
+				url: PATH + '/front/getSearchCondition',
+				async: false,
+				success: function (json) {
+					console.log(json)
+					var index = 45;
+					
+					// 价格
+					_this.priceList = [];
+					for (var i = 0; i < json.data.price.length; i++) {
+					    _this.priceList.push({
+					        id: index++,
+					        title: json.data.price[i],
+					        active: false,
+					        dis: false,
+					        value: json.data.price[i]
+					    })
+					}
+				},
+				error: function (err) {
+					layer.msg('网络错误!');
+				}
+			})
+		},
     },
+	created: function() {
+		this.getSearchCondition1();
+	},
     template: `
-        <ul class="check-scr" style="height:72vw;">
+        <ul class="check-scr jg" style="height:72vw;">
             <li class="check-item">
 		        <label for="buxpri" style="width:80vw;" :style="{'color':buxPri?'#0060C3':'#333333'}">不限</label>
 		        <input type="checkbox" @change="handleH" id="buxpri" :checked="buxPri" v-model="buxPri" />
@@ -390,10 +317,40 @@ Vue.component('hou-check', {
             this.arcList.forEach(function (item) {
                 item.active = that.buxH
             })
-        }
+        },
+		getSearchCondition2() {
+			var _this = this;
+			$.ajax({
+				type: 'GET',
+				url: PATH + '/front/getSearchCondition',
+				async: false,
+				success: function (json) {
+					console.log(json)
+					var index = 54;
+					
+					// 户型
+					_this.arcList = [];
+					for (var i = 0; i < json.data.MJ.length; i++) {
+					    _this.arcList.push({
+					        id: index++,
+					        title: json.data.MJ[i],
+					        active: false,
+					        dis: false,
+					        value: json.data.MJ[i]
+					    })
+					}
+				},
+				error: function (err) {
+					layer.msg('网络错误!');
+				}
+			})
+		},
     },
+	created: function() {
+		this.getSearchCondition2();
+	},
     template: `
-        <ul class="check-scr" style="height:72vw;">
+        <ul class="check-scr hx" style="height:72vw;">
             <li class="check-item">
 		        <label for="buxh" style="width:80vw;" :style="{'color':buxH?'#0060C3':'#333333'}">不限</label>
 		        <input type="checkbox" @change="handleH" id="buxh" :checked="buxH" v-model="buxH" />
@@ -445,10 +402,40 @@ Vue.component('pm-check', {
             this.houseList.forEach(function (item) {
                 item.active = that.buxPm
             })
-        }
+        },
+		getSearchCondition3() {
+			var _this = this;
+			$.ajax({
+				type: 'GET',
+				url: PATH + '/front/getSearchCondition',
+				async: false,
+				success: function (json) {
+					console.log(json)
+					var index = 60;
+					
+					// 面积
+					_this.houseList = [];
+					for (var i = 0; i < json.data.HX.length; i++) {
+					    _this.houseList.push({
+					        id: index++,
+					        title: json.data.HX[i],
+					        active: false,
+					        dis: false,
+					        value: json.data.HX[i]
+					    })
+					}
+				},
+				error: function (err) {
+					layer.msg('网络错误!');
+				}
+			})
+		},
     },
+	created: function() {
+		this.getSearchCondition3();
+	},
     template: `
-        <ul class="check-scr" style="height:72vw;">
+        <ul class="check-scr mj" style="height:72vw;">
             <li class="check-item">
 		        <label for="buxpm" style="width:80vw;" :style="{'color':buxPm?'#0060C3':'#333333'}">不限</label>
 		        <input type="checkbox" @change="handleH" id="buxpm" :checked="buxPm" v-model="buxPm" />
@@ -506,23 +493,23 @@ Vue.component('more-list', {
                 active: false
             }],
             more3: [{ id: 13, title: '精装', active: false }, { id: 23, title: '普通装修', active: false }, { id: 33, title: '毛坯房', active: false }],
-            more4: [{
-                id: 1,
-                title: '近5年',
-                active: false
-            }, {
-                id: 2,
-                title: '5-10年',
-                active: false
-            }, {
-                id: 3,
-                title: '10-15年',
-                active: false
-            }, {
-                id: 4,
-                title: '15年以上',
-                active: false
-            }],
+            // more4: [{
+            //     id: 1,
+            //     title: '近5年',
+            //     active: false
+            // }, {
+            //     id: 2,
+            //     title: '5-10年',
+            //     active: false
+            // }, {
+            //     id: 3,
+            //     title: '10-15年',
+            //     active: false
+            // }, {
+            //     id: 4,
+            //     title: '15年以上',
+            //     active: false
+            // }],
             buxN: false,
             buxZx: false,
             buxF: false,
@@ -531,18 +518,19 @@ Vue.component('more-list', {
         }
     },
 	created() {
-		this.allList = [this.more1,this.more2,this.more3,this.more4,this.fzzList]
+		this.allList = [this.more1,this.more2,this.more3,this.fzzList];
+		this.getSearchCondition4();
 	},
     watch: {
-        more4: {
-            deep: true,
-            handler(newVal) {
-                const bool = newVal.every(function (item) {
-                    return item.active != false
-                })
-                this.buxN = bool
-            }
-        },
+        // more4: {
+        //     deep: true,
+        //     handler(newVal) {
+        //         const bool = newVal.every(function (item) {
+        //             return item.active != false
+        //         })
+        //         this.buxN = bool
+        //     }
+        // },
         more3: {
             deep: true,
             handler(newVal) {
@@ -603,14 +591,14 @@ Vue.component('more-list', {
                 <div class="item-title">住宅</div>
                 <ul class="item-list" >
                 <li class="item-i" :class="{'tabs-active':buxZ}" @click="hanMore2">不限</li>
-                    <li class="item-i" v-for="item in more2" :class="{'tabs-active':item.active}" :key="item.id" @click="hiliteHandle(item.id,'more2')">{{item.title}}</li>
+                    <li class="item-i zz" v-for="item in more2" :class="{'tabs-active':item.active}" :key="item.id" @click="hiliteHandle(item.id,'more2')">{{item.title}}</li>
                 </ul>
             </li>
 			<li class="more-item">
 			    <div class="item-title">非住宅</div>
 			    <ul class="item-list" >
                 <li class="item-i" :class="{'tabs-active':buxF}" @click="hanMoreF">不限</li>
-			        <li class="item-i" v-for="item in fzzList" :class="{'tabs-active':item.active}" :key="item.id" @click="hiliteHandle(item.id,'fzzList')">{{item.title}}</li>
+			        <li class="item-i fzz" v-for="item in fzzList" :class="{'tabs-active':item.active}" :key="item.id" @click="hiliteHandle(item.id,'fzzList')">{{item.title}}</li>
 			    </ul>
 			</li>
             <li class="more-item">
@@ -620,15 +608,15 @@ Vue.component('more-list', {
                     <li class="item-i" v-for="item in more3" :class="{'tabs-active':item.active}" :key="item.id" @click="hiliteHandle(item.id,'more3')">{{item.title}}</li>
                 </ul>
             </li>
-			<li class="more-item">
-			    <div class="item-title">竣工年限</div>
-			    <ul class="item-list" >
-			        <li class="item-i" :class="{'tabs-active':buxN}" @click="hanMore4">不限</li>
-			        <li class="item-i" v-for="item in more4" :class="{'tabs-active':item.active}" :key="item.id" @click="hiliteHandle(item.id,'more4')">{{item.title}}</li>
-			    </ul>
-			</li>
         </ul>
     `,
+	// <li class="more-item">
+	//     <div class="item-title">竣工年限</div>
+	//     <ul class="item-list" >
+	//         <li class="item-i" :class="{'tabs-active':buxN}" @click="hanMore4">不限</li>
+	//         <li class="item-i" v-for="item in more4" :class="{'tabs-active':item.active}" :key="item.id" @click="hiliteHandle(item.id,'more4')">{{item.title}}</li>
+	//     </ul>
+	// </li>
     methods: {
         hiliteHandle(id, name) {
             this[name].forEach(function (item) {
@@ -665,13 +653,53 @@ Vue.component('more-list', {
             })
             this.buxZx = !this.buxZx
         },
-        hanMore4() {
-            var that = this
-            this.more4.forEach(function (item) {
-                item.active = !that.buxN
-            })
-            this.buxN = !this.buxN
-        }
+        // hanMore4() {
+        //     var that = this
+        //     this.more4.forEach(function (item) {
+        //         item.active = !that.buxN
+        //     })
+        //     this.buxN = !this.buxN
+        // }
+		getSearchCondition4() {
+			var _this = this;
+			$.ajax({
+				type: 'GET',
+				url: PATH + '/front/getSearchCondition',
+				async: false,
+				success: function (json) {
+					console.log(json)
+					var index = 60;
+					
+					// 用途
+					_this.more2 = [];
+					console.log(json.data)
+					for (var i = 0; i < json.data.YT.zz.length; i++) {
+					    _this.more2.push({
+					        id: index++,
+					        title: json.data.YT.zz[i],
+					        active: false,
+					        dis: false,
+					        value: json.data.YT.zz[i]
+					    })
+					}
+					
+					// 非住宅
+					_this.fzzList = [];
+					for (var i = 0; i < json.data.YT.fzz.length; i++) {
+					    _this.fzzList.push({
+					        id: index++,
+					        title: json.data.YT.fzz[i],
+					        active: false,
+					        dis: false,
+					        value: json.data.YT.fzz[i]
+					    })
+					}
+				},
+				error: function (err) {
+					layer.msg('网络错误!');
+				}
+			})
+		},
     }
 })
 
@@ -704,7 +732,22 @@ new Vue({
             active: false
         }],
 		// 重置
-		clearData:''
+		clearData:'',
+		getParam: {
+		    page: 1,
+		    limit: 10,
+		    count: 0,
+		    QX: '',
+		    CJJG: '',
+		    HX: '',
+		    JZMJ: '',
+		    FWLX: '',
+		    search: '',
+		    FYLX: 0,
+		    SZC: '',
+		    ZXCD: '',
+		    sort: 0
+		},
     },
     watch: {
         show(newVal) {
@@ -715,7 +758,31 @@ new Vue({
             }
         }
     },
+	created:function(){
+		this.getHouseInfoList()
+	},
     methods: {
+		getHouseInfoList() {
+		    var _this = this;
+		    $.ajax({
+		        type: 'get',
+		        url: PATH + '/front/getHouseSourceTypeList',
+		        data: this.getParam,
+		        success: function (json) {
+		            console.log(json)
+		            if (json.msg == "SUCCESS") {
+		                _this.houseInfoList = JSON.parse(json.data);
+		                _this.getParam.count = json.count;
+		                
+		            } else {
+		                layer.msg('请求错误');
+		            }
+		        },
+		        error: function (err) {
+		            layer.msg('网络错误!');
+		        }
+		    })
+		},
         showCheck(index, id) {
             this.moreShow = id
             this.currentIndex = index
@@ -724,6 +791,81 @@ new Vue({
         hideCheck() {
             this.show = false
             this.currentIndex = 0
+			
+			// 区域
+			var rec = [];
+			$('.qy li input').each(function (i, el) {
+			    if (el.checked) {
+			        rec.push($(el).attr('name'));
+			    }
+			})
+			this.getParam.QX = rec.join(',');
+			
+			// 价格
+			var rea = []
+			$('.jg li input').each(function (i, el) {
+			    if (el.checked) {
+			        rea.push($(el).attr('name'));
+			    }
+			})
+			this.getParam.CJJG = rea.join(',');
+			
+			// 面积
+			var reb = [];
+			$('.hx li input').each(function (i, el) {
+			    if (el.checked) {
+			        reb.push($(el).attr('name'));
+			    }
+			})
+			this.getParam.JZMJ = reb.join(',');
+			
+			// 户型
+			var red = [];
+			$('.mj li input').each(function (i, el) {
+			    if (el.checked) {
+			        red.push($(el).attr('name'));
+			    }
+			})
+			this.getParam.HX = red.join(',');
+			
+			// 用途 住宅
+			var ree = [];
+			$('.zz').each(function () {
+				var zzcolor = $(this).css('color');
+			    if (zzcolor== 'rgb(0, 96, 195)') {
+			        ree.push($(this).text());
+			    }
+				console.log($(this).text())
+			})
+			
+			// 非住宅
+			$('.fzz').each(function () {
+				var fzzcolor = $(this).css('color');
+			    if (fzzcolor== 'rgb(0, 96, 195)') {
+			        ree.push($(this).text());
+			    }
+			})
+			this.getParam.FWLX = ree.join(',');
+			
+			//楼层
+			// var reg = [];
+			// $('.floor li input').each(function (i, el) {
+			//     if (el.checked) {
+			//         reg.push($(el).attr('data-value'));
+			//     }
+			// })
+			// this.getParam.SZC = reg.join(',');
+			
+			// 装修
+			// var reh = [];
+			// $('.renovation li input').each(function (i, el) {
+			//     if (el.checked) {
+			//         reh.push($(el).attr('data-value'));
+			//     }
+			// })
+			// this.getParam.ZXCD = reh.join(',');
+			
+			this.getHouseInfoList();
         },
         tabQH(id) {
             this.tabArr.forEach(function (item) {

+ 329 - 229
src/main/resources/static/main/mobilepage/js/housingresourceslist-new1.js

@@ -9,197 +9,30 @@ Vue.component('cqu-check', {
                 id: 'core',
                 title: '中心城区',
                 active: true
-            }, {
+				}, {
                 id: 'new',
                 title: '都市新区',
                 active: false
-            }, {
+				}, {
                 id: 'eastnorth',
                 title: '渝东北',
                 active: false
-            }, {
+				}, {
                 id: 'eastsouth',
                 title: '渝东南',
                 active: false
             }],
             // 中心城区
-            coreList: [{
-                id: 'yz',
-                title: '渝中',
-                active: false
-            }, {
-                id: 'jb',
-                title: '江北',
-                active: false
-            }, {
-                id: 'yb',
-                title: '渝北',
-                active: false
-            }, {
-                id: 'na',
-                title: '南岸',
-                active: false
-            }, {
-                id: 'bb',
-                title: '北碚',
-                active: false
-            }, {
-                id: 'bn',
-                title: '巴南',
-                active: false
-            }, {
-                id: 'ddk',
-                title: '大渡口',
-                active: false
-            }, {
-                id: 'spb',
-                title: '沙坪坝',
-                active: false
-            }, {
-                id: 'jlp',
-                title: '九龙坡',
-                active: false
-            }, {
-                id: 'wsjk',
-                title: '万盛经开区',
-                active: false
-            }, {
-                id: 'ljxq',
-                title: '两江新区',
-                active: false
-            }, {
-                id: 'gxq',
-                title: '高新区',
-                active: false
-            },],
+            coreList: [],
             // 渝东北
-            northeastList: [{
-                id: 'fd',
-                title: '丰都',
-                active: false
-            }, {
-                id: 'dj',
-                title: '垫江',
-                active: false
-            }, {
-                id: 'wz',
-                title: '万州',
-                active: false
-            }, {
-                id: 'ws',
-                title: '巫山',
-                active: false
-            }, {
-                id: 'wx',
-                title: '巫溪',
-                active: false
-            }, {
-                id: 'yy',
-                title: '云阳',
-                active: false
-            }, {
-                id: 'fj',
-                title: '奉节',
-                active: false
-            }, {
-                id: 'ck',
-                title: '城口',
-                active: false
-            }, {
-                id: 'kz',
-                title: '开州',
-                active: false
-            }, {
-                id: 'zx',
-                title: '忠县',
-                active: false
-            }, {
-                id: 'lp',
-                title: '梁平',
-                active: false
-            },],
+            northeastList: [],
             // 渝东南
-            southeastList: [{
-                id: 'qj',
-                title: '黔江',
-                active: false
-            }, {
-                id: 'sz',
-                title: '石柱',
-                active: false
-            }, {
-                id: 'wl',
-                title: '武隆',
-                active: false
-            }, {
-                id: 'xs',
-                title: '秀山',
-                active: false
-            }, {
-                id: 'qy',
-                title: '酉阳',
-                active: false
-            }, {
-                id: 'ps',
-                title: '彭水',
-                active: false
-            }],
+            southeastList: [],
             // 都市新区
-            newList: [{
-                id: 'jj',
-                title: '江津',
-                active: false
-            }, {
-                id: 'hc',
-                title: '合川',
-                active: false
-            }, {
-                id: 'yc',
-                title: '永川',
-                active: false
-            }, {
-                id: 'dz',
-                title: '大足',
-                active: false
-            }, {
-                id: 'bs',
-                title: '璧山',
-                active: false
-            }, {
-                id: 'tl',
-                title: '铜梁',
-                active: false
-            }, {
-                id: 'tn',
-                title: '潼南',
-                active: false
-            }, {
-                id: 'rc',
-                title: '荣昌',
-                active: false
-            }, {
-                id: 'nc',
-                title: '南川',
-                active: false
-            }, {
-                id: 'cqj',
-                title: '綦江',
-                active: false
-            }, {
-                id: 'pl',
-                title: '涪陵',
-                active: false
-            }, {
-                id: 'cs',
-                title: '长寿',
-                active: false
-            }],
+            newList: [],
             curIndex: 0,
         }
     },
-    created() {
-        this.regAllList = [this.coreList, this.newList, this.northeastList, this.southeastList];
-    },
     watch: {
         tabQuList: {
             deep: true,
@@ -236,7 +69,71 @@ Vue.component('cqu-check', {
                 item.active = this.buxQ
             })
             this.buxQ = !this.buxQ
-        }
+        },
+		getSearchCondition() {
+			var _this = this;
+			$.ajax({
+				type: 'GET',
+				url: PATH + '/front/getSearchCondition',
+				async: false,
+				success: function (json) {
+					console.log(json)
+					var index = 1;
+					var Area = json.data.area;
+					console.log(Area)
+					// 区域 中心城区
+					for (var i = 0; i < Area.zxcq.length; i++) {
+						_this.coreList.push({
+							id: index++,
+							title: Area.zxcq[i].areaName,
+							active: false,
+							dis: false,
+							value: Area.zxcq[i].code
+						})
+					}
+		
+					// 区域 都市新区
+					for (var i = 0; i < Area.dsxq.length; i++) {
+						_this.newList.push({
+							id: index++,
+							title: Area.dsxq[i].areaName,
+							active: false,
+							dis: false,
+							value: Area.dsxq[i].code
+						})
+					}
+		
+					// 区域 渝东北
+					for (var i = 0; i < Area.ydbq.length; i++) {
+						_this.northeastList.push({
+							id: index++,
+							title: Area.ydbq[i].areaName,
+							active: false,
+							dis: false,
+							value: Area.ydbq[i].code
+						})
+					}
+		
+					// 区域 渝东南
+					for (var i = 0; i < Area.ydnq.length; i++) {
+						_this.southeastList.push({
+							id: index++,
+							title: Area.ydnq[i].areaName,
+							active: false,
+							dis: false,
+							value: Area.ydnq[i].code
+						})
+					}
+				},
+				error: function (err) {
+					layer.msg('网络错误!');
+				}
+			})
+		},
+    },
+    created() {
+		this.getSearchCondition();
+        this.regAllList = [this.coreList, this.newList, this.northeastList, this.southeastList];
     },
     template: `
         <div style="display:flex;">
@@ -244,7 +141,7 @@ Vue.component('cqu-check', {
 			    <span :class="{'ts-active':buxQ}" @click="buxQhan">不限</span>
 			    <span v-for="(item,index) in tabQuList" :key="item.id" :class="{'ts-active':item.active}" @click="swArea(index,item.id)">{{item.title}}</span>
             </div>
-            <ul class="check-scr" style="height:52vw;flex:3;">
+            <ul class="check-scr qy" style="height:52vw;flex:3;">
                 <li class="check-item" v-for="(item,index) in regAllList[curIndex]" :key="item.id">
                     <label :for="item.id" style="width:80vw;" :style="{'color':item.active?'#0060C3':'#333333'}">{{item.title}}</label>
                     <input type="checkbox" :name="item.title" :id="item.id" :checked="item.active" v-model="item.active" />
@@ -253,7 +150,7 @@ Vue.component('cqu-check', {
         </div>
     `
 })
-// 
+// 价
 Vue.component('pri-check', {
 	props:['clears'],
     data() {
@@ -305,10 +202,40 @@ Vue.component('pri-check', {
             this.priceList.forEach(function (item) {
                 item.active = that.buxPri
             })
-        }
+        },
+		getSearchCondition1() {
+			var _this = this;
+			$.ajax({
+				type: 'GET',
+				url: PATH + '/front/getSearchCondition',
+				async: false,
+				success: function (json) {
+					console.log(json)
+					var index = 45;
+					
+					// 价格
+					_this.priceList = [];
+					for (var i = 0; i < json.data.price.length; i++) {
+					    _this.priceList.push({
+					        id: index++,
+					        title: json.data.price[i],
+					        active: false,
+					        dis: false,
+					        value: json.data.price[i]
+					    })
+					}
+				},
+				error: function (err) {
+					layer.msg('网络错误!');
+				}
+			})
+		},
     },
+	created: function() {
+		this.getSearchCondition1();
+	},
     template: `
-        <ul class="check-scr" style="height:52vw;">
+        <ul class="check-scr jg" style="height:52vw;">
             <li class="check-item">
 		        <label for="buxpri" style="width:80vw;" :style="{'color':buxPri?'#0060C3':'#333333'}">不限</label>
 		        <input type="checkbox" @change="handleH" id="buxpri" :checked="buxPri" v-model="buxPri" />
@@ -326,42 +253,7 @@ Vue.component('hou-check', {
     data() {
         return {
             buxH: false,
-            arcList: [{
-                id: 'wsa',
-                title: '50平以下',
-                active: false
-            },
-            {
-                id: 'wqa',
-                title: '50~70平',
-                active: false
-            },
-            {
-                id: 'qja',
-                title: '70~90平',
-                active: false
-            },
-            {
-                id: 'jye',
-                title: '90~120平',
-                active: false
-            },
-            {
-                id: 'yeyw',
-                title: '120~150平',
-                active: false
-            },
-            {
-                id: 'yw2',
-                title: '150~200平',
-                active: false
-            },
-            {
-                id: '2ba',
-                title: '200平以上',
-                active: false
-            }
-            ],
+            arcList: [],
         }
     },
     watch: {
@@ -389,10 +281,40 @@ Vue.component('hou-check', {
             this.arcList.forEach(function (item) {
                 item.active = that.buxH
             })
-        }
+        },
+		getSearchCondition2() {
+			var _this = this;
+			$.ajax({
+				type: 'GET',
+				url: PATH + '/front/getSearchCondition',
+				async: false,
+				success: function (json) {
+					console.log(json)
+					var index = 54;
+					
+					// 户型
+					_this.arcList = [];
+					for (var i = 0; i < json.data.MJ.length; i++) {
+					    _this.arcList.push({
+					        id: index++,
+					        title: json.data.MJ[i],
+					        active: false,
+					        dis: false,
+					        value: json.data.MJ[i]
+					    })
+					}
+				},
+				error: function (err) {
+					layer.msg('网络错误!');
+				}
+			})
+		},
     },
+	created: function() {
+		this.getSearchCondition2();
+	},
     template: `
-        <ul class="check-scr" style="height:52vw;">
+        <ul class="check-scr hx" style="height:52vw;">
             <li class="check-item">
 		        <label for="buxh" style="width:80vw;" :style="{'color':buxH?'#0060C3':'#333333'}">不限</label>
 		        <input type="checkbox" @change="handleH" id="buxh" :checked="buxH" v-model="buxH" />
@@ -410,13 +332,7 @@ Vue.component('pm-check', {
     data() {
         return {
             buxPm: false,
-            houseList: [{
-                id: 'ysf', title: '1室', active: false
-            }, { id: 'esf', title: '2室', active: false }, {
-                id: 'ss1', title: '3室', active: false
-            }, { id: 'ss2', title: '4室', active: false }, {
-                id: 'wss', title: '5室及以上', active: false
-            },],
+            houseList: [],
         }
     },
     watch: {
@@ -444,10 +360,40 @@ Vue.component('pm-check', {
             this.houseList.forEach(function (item) {
                 item.active = that.buxPm
             })
-        }
+        },
+		getSearchCondition3() {
+			var _this = this;
+			$.ajax({
+				type: 'GET',
+				url: PATH + '/front/getSearchCondition',
+				async: false,
+				success: function (json) {
+					console.log(json)
+					var index = 60;
+					
+					// 面积
+					_this.houseList = [];
+					for (var i = 0; i < json.data.HX.length; i++) {
+					    _this.houseList.push({
+					        id: index++,
+					        title: json.data.HX[i],
+					        active: false,
+					        dis: false,
+					        value: json.data.HX[i]
+					    })
+					}
+				},
+				error: function (err) {
+					layer.msg('网络错误!');
+				}
+			})
+		},
     },
+	created: function() {
+		this.getSearchCondition3();
+	},
     template: `
-        <ul class="check-scr" style="height:52vw;">
+        <ul class="check-scr mj" style="height:52vw;">
             <li class="check-item">
 		        <label for="buxpm" style="width:80vw;" :style="{'color':buxPm?'#0060C3':'#333333'}">不限</label>
 		        <input type="checkbox" @change="handleH" id="buxpm" :checked="buxPm" v-model="buxPm" />
@@ -531,7 +477,8 @@ Vue.component('more-list', {
     },
 	created() {
 		// this.more4,
-		this.allList = [this.more1,this.more2,this.more3,this.fzzList]
+		this.allList = [this.more1,this.more2,this.more3,this.fzzList];
+		this.getSearchCondition4();
 	},
     watch: {
         // more4: {
@@ -603,14 +550,14 @@ Vue.component('more-list', {
                 <div class="item-title">住宅</div>
                 <ul class="item-list" >
                 <li class="item-i" :class="{'tabs-active':buxZ}" @click="hanMore2">不限</li>
-                    <li class="item-i" v-for="item in more2" :class="{'tabs-active':item.active}" :key="item.id" @click="hiliteHandle(item.id,'more2')">{{item.title}}</li>
+                <li class="item-i zz" v-for="item in more2" :class="{'tabs-active':item.active}" :key="item.id" @click="hiliteHandle(item.id,'more2')">{{item.title}}</li>
                 </ul>
             </li>
 			<li class="more-item">
 			    <div class="item-title">非住宅</div>
 			    <ul class="item-list" >
                 <li class="item-i" :class="{'tabs-active':buxF}" @click="hanMoreF">不限</li>
-			        <li class="item-i" v-for="item in fzzList" :class="{'tabs-active':item.active}" :key="item.id" @click="hiliteHandle(item.id,'fzzList')">{{item.title}}</li>
+			    <li class="item-i fzz" v-for="item in fzzList" :class="{'tabs-active':item.active}" :key="item.id" @click="hiliteHandle(item.id,'fzzList')">{{item.title}}</li>
 			    </ul>
 			</li>
             <li class="more-item">
@@ -673,6 +620,46 @@ Vue.component('more-list', {
         //     })
         //     this.buxN = !this.buxN
         // }
+		getSearchCondition4() {
+			var _this = this;
+			$.ajax({
+				type: 'GET',
+				url: PATH + '/front/getSearchCondition',
+				async: false,
+				success: function (json) {
+					console.log(json)
+					var index = 60;
+					
+					// 用途
+					_this.more2 = [];
+					console.log(json.data)
+					for (var i = 0; i < json.data.YT.zz.length; i++) {
+					    _this.more2.push({
+					        id: index++,
+					        title: json.data.YT.zz[i],
+					        active: false,
+					        dis: false,
+					        value: json.data.YT.zz[i]
+					    })
+					}
+					
+					// 非住宅
+					_this.fzzList = [];
+					for (var i = 0; i < json.data.YT.fzz.length; i++) {
+					    _this.fzzList.push({
+					        id: index++,
+					        title: json.data.YT.fzz[i],
+					        active: false,
+					        dis: false,
+					        value: json.data.YT.fzz[i]
+					    })
+					}
+				},
+				error: function (err) {
+					layer.msg('网络错误!');
+				}
+			})
+		},
     }
 })
 
@@ -705,12 +692,29 @@ new Vue({
             title: '面积',
             active: false
         }],
+		getParam: {
+		    page: 1,
+		    limit: 10,
+		    count: 0,
+		    QX: '',
+		    CJJG: '',
+		    HX: '',
+		    JZMJ: '',
+		    FWLX: '',
+		    search: '',
+		    FYLX: 0,
+		    SZC: '',
+		    ZXCD: '',
+		    sort: 0
+		},
+		houseInfoList: [],
 		// 重置
 		clearData:'',
 		urlId: location.search,
     },
 	created: function() {
 		this.goUrl();
+		this.getHouseInfoList();
 	},
     watch: {
         show(newVal) {
@@ -722,6 +726,27 @@ new Vue({
         }
     },
     methods: {
+		getHouseInfoList() {
+		    var _this = this;
+		    $.ajax({
+		        type: 'get',
+		        url: PATH + '/front/getHouseSourceTypeList',
+		        data: this.getParam,
+		        success: function (json) {
+		            console.log(json)
+		            if (json.msg == "SUCCESS") {
+		                _this.houseInfoList = JSON.parse(json.data);
+		                _this.getParam.count = json.count;
+		                
+		            } else {
+		                layer.msg('请求错误');
+		            }
+		        },
+		        error: function (err) {
+		            layer.msg('网络错误!');
+		        }
+		    })
+		},
 		goUrl() {
 			var getId = this.urlId;
 			tabnavId = getId.slice(('?=').length,getId.length)
@@ -784,6 +809,81 @@ new Vue({
         hideCheck() {
             this.show = false
             this.currentIndex = 0
+			
+			// 区域
+			var rec = [];
+			$('.qy li input').each(function (i, el) {
+			    if (el.checked) {
+			        rec.push($(el).attr('name'));
+			    }
+			})
+			this.getParam.QX = rec.join(',');
+			
+			// 价格
+			var rea = []
+			$('.jg li input').each(function (i, el) {
+			    if (el.checked) {
+			        rea.push($(el).attr('name'));
+			    }
+			})
+			this.getParam.CJJG = rea.join(',');
+			
+			// 面积
+			var reb = [];
+			$('.hx li input').each(function (i, el) {
+			    if (el.checked) {
+			        reb.push($(el).attr('name'));
+			    }
+			})
+			this.getParam.JZMJ = reb.join(',');
+			
+			// 户型
+			var red = [];
+			$('.mj li input').each(function (i, el) {
+			    if (el.checked) {
+			        red.push($(el).attr('name'));
+			    }
+			})
+			this.getParam.HX = red.join(',');
+			
+			// 用途 住宅
+			var ree = [];
+			$('.zz').each(function () {
+				var zzcolor = $(this).css('color');
+			    if (zzcolor== 'rgb(0, 96, 195)') {
+			        ree.push($(this).text());
+			    }
+			})
+			
+			// 非住宅
+			var ref = [];
+			$('.fzz').each(function () {
+				var fzzcolor = $(this).css('color');
+			    if (fzzcolor== 'rgb(0, 96, 195)') {
+			        ref.push($(this).text());
+			    }
+			})
+			this.getParam.FWLX = ref.join(',');
+			
+			//楼层
+			// var reg = [];
+			// $('.floor li input').each(function (i, el) {
+			//     if (el.checked) {
+			//         reg.push($(el).attr('data-value'));
+			//     }
+			// })
+			// this.getParam.SZC = reg.join(',');
+			
+			// 装修
+			// var reh = [];
+			// $('.renovation li input').each(function (i, el) {
+			//     if (el.checked) {
+			//         reh.push($(el).attr('data-value'));
+			//     }
+			// })
+			// this.getParam.ZXCD = reh.join(',');
+			
+			this.getHouseInfoList();
         },
         tabQH(id) {
             this.tabArr.forEach(function (item) {

+ 0 - 1
src/main/resources/static/main/mobilepage/js/tranding.js

@@ -135,7 +135,6 @@ Vue.component('cqu-check', {
 	},
 	created() {
 		this.getSearchCondition()
-		console.log(this.coreList.length)
 		this.regAllList = [this.coreList, this.newList, this.northeastList, this.southeastList];
 	},
 	template: `

+ 1 - 1
src/main/resources/static/main/mobilepage/organization.html

@@ -233,7 +233,6 @@
 	<script src="element-ui/lib/index.js" type="text/javascript" charset="utf-8"></script>
 	<script src="js/jquery-3.5.1.min.js"></script>
 	<script src="js/popup.js"></script>
-	<script src="js/dealevaluate.js" type="text/javascript" charset="utf-8"></script>
 	<script src="/zfjyjgfwpt/main/js/constants.js" type="text/javascript" charset="utf-8"></script>
 	<script src="/zfjyjgfwpt/main/layui/layui.js" type="text/javascript" charset="utf-8"></script>
 	<script src="/zfjyjgfwpt/main/js/sm2/crypto-js.js" type="text/javascript" charset="utf-8"></script>
@@ -340,6 +339,7 @@
 			}
 		})
 	</script>
+	<script src="js/dealevaluate.js" type="text/javascript" charset="utf-8"></script>
 </body>
 
 </html>

+ 1 - 1
src/main/resources/static/main/mobilepage/pinstitution.html

@@ -163,7 +163,6 @@
 	<script src="/zfjyjgfwpt/main/js/sm2/crypto-js.js" type="text/javascript" charset="utf-8"></script>
 	<script src="/zfjyjgfwpt/main/js/sm2/sm2.js" type="text/javascript" charset="utf-8"></script>
 	<script src="js/popup.js"></script>
-	<script src="js/dealevaluate.js" type="text/javascript" charset="utf-8"></script>
 	<script>
 		var tableData = []
 		const vm = new Vue({
@@ -300,6 +299,7 @@
 		});
 
 	</script>
+	<script src="js/dealevaluate.js" type="text/javascript" charset="utf-8"></script>
 </body>
 
 </html>

+ 1 - 1
src/main/resources/static/main/mobilepage/trading.html

@@ -175,12 +175,12 @@
 		<script src="js/moment.js" type="text/javascript" charset="utf-8"></script>
 		<!-- <script src="js/xndatepicker.js" type="text/javascript" charset="utf-8"></script> -->
 		<script src="js/popup.js" type="text/javascript" charset="utf-8"></script>
-		<script src="js/tranding.js" type="text/javascript" charset="utf-8"></script>
 		<script src="js/mobileSelect.js" type="text/javascript" charset="utf-8"></script>
 		<script src="/zfjyjgfwpt/main/js/constants.js" type="text/javascript" charset="utf-8"></script>
 		<script src="/zfjyjgfwpt/main/layui/layui.js" type="text/javascript" charset="utf-8"></script>
 		<script src="/zfjyjgfwpt/main/js/sm2/crypto-js.js" type="text/javascript" charset="utf-8"></script>
 		<script src="/zfjyjgfwpt/main/js/sm2/sm2.js" type="text/javascript" charset="utf-8"></script>
+		<script src="js/tranding.js" type="text/javascript" charset="utf-8"></script>
 		<script type="text/javascript">
 			// 日期数据数组
 			var years = [];

+ 1 - 2
src/main/resources/static/main/personListings.html

@@ -314,8 +314,7 @@
                     <li>3、本平台挂牌房屋如为共有的,签订房屋买卖合同时,须由全体房屋所有权人到场签字同意。</li>
                     <li>4、挂牌房屋存在抵押情形的,办理不动产登记手续前,应先办理完毕抵押注销登记。</li>
                     <li>5、挂牌房屋已出租的,签订房屋买卖合同时,应确保承租人已放弃优先购买权。</li>
-                    <li>6、本平台挂牌房屋成交后应按规定签订房屋买卖合同,办理房屋交易确认及不动产登记手续,所需资料及办理条件以</li>
-                    <li>法律法规规定及主管部门的要求为准。</li>
+                    <li>6、本平台挂牌房屋成交后应按规定签订房屋买卖合同,办理房屋交易确认及不动产登记手续,所需资料及办理条件以法律法规规定及主管部门的要求为准。</li>
                 </ul>
             </div>
         </div>