Commit e3117691 authored by duxinyuan's avatar duxinyuan

3

parent 12541fc0
......@@ -23,4 +23,4 @@
if(!doc.addEventListener) return;
win.addEventListener(resizeEvt, recalc, false);
doc.addEventListener('DOMContentLoaded', recalc, false);
})(document, window);</script><link href=./static/css/app.fa3ef1608f9fed657e18eb16041b1ffa.css rel=stylesheet></head><body><div id=app></div><script src=https://api.tonglianjituan.com/app/js/libs/vue.min.js></script><script src=https://api.tonglianjituan.com/app/js/libs/vue-router.min.js></script><script type=text/javascript src=./static/js/manifest.3ad1d5771e9b13dbdad2.js></script><script type=text/javascript src=./static/js/vendor.1b35a927314506fe4a4f.js></script><script type=text/javascript src=./static/js/app.b215de9ba5ce68728688.js></script></body></html>
\ No newline at end of file
})(document, window);</script><link href=./static/css/app.fb21eaae80c54d90e56fc7859869951e.css rel=stylesheet></head><body><div id=app></div><script src=https://api.tonglianjituan.com/app/js/libs/vue.min.js></script><script src=https://api.tonglianjituan.com/app/js/libs/vue-router.min.js></script><script type=text/javascript src=./static/js/manifest.3ad1d5771e9b13dbdad2.js></script><script type=text/javascript src=./static/js/vendor.1b35a927314506fe4a4f.js></script><script type=text/javascript src=./static/js/app.40f3f842c3cace1394fd.js></script></body></html>
\ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
<template>
<div>
<header-d :data="headerData" @headerSearch="showSearch=true"></header-d>
<build-search @backSearchData="backSearchData" style="height:1rem;border-top:1px solid #eaeaea ; border-bottom: 1px solid #eaeaea;"></build-search>
<build-search @backSearchData="backSearchData" style="height:1rem;border-top:1px solid #eaeaea ; border-bottom: 1px solid #eaeaea;position:fixed ; top :1.5rem;"></build-search>
<page-load :canload="true" :distance="10" @load="getList">
<div class="officeLI" v-for="item,index in items" v-key="index" @click="turn('ShareOfficeRoom',item.id,item.title)">
<div style="width:2.1rem ; height : 1.58rem ; overflow:hidden ;border-radius:.25rem; float:left;">
......@@ -82,6 +82,7 @@
search(e){
let that = this ;
if ( e.keyCode == 13 ){
that.pageNo = 1 ;
that.getList(0,true);
that.showSearch = false ;
}
......@@ -134,7 +135,7 @@
if ( that.searchData.substation ){
data.stations_ids = that.searchData.addr ;
} else {
if ( that.searchData.business_id != '' ){
if ( that.searchData.business_id != '' || that.searchData.business_id != '全上海市'){
data.disc = that.searchData.business_id ;
}
if ( that.searchData.addr != '' ){
......@@ -162,25 +163,25 @@
}
}
if( that.searchData.more && that.searchData.more.clicked){
if ( that.searchData.more.officeChoosen != ''){
if ( that.searchData.more.officeChoosen != '' || that.searchData.more.officeChoosen.index != 0){
data.type = that.searchData.more.officeChoosen.index ;
}
if ( that.searchData.more.dujia != '') {
data.is_exclusive_type = that.searchData.more.dujia;
}
if ( that.searchData.more.startTime != '') {
data.agent_start_time = that.searchData.more.startTime;
}
if ( that.searchData.more.endTime != '') {
data.agent_end_time = that.searchData.more.endTime;
}
// if ( that.searchData.more.dujia != '') {
// data.is_exclusive_type = that.searchData.more.dujia;
// }
// if ( that.searchData.more.startTime != '') {
// data.agent_start_time = that.searchData.more.startTime;
// }
// if ( that.searchData.more.endTime != '') {
// data.agent_end_time = that.searchData.more.endTime;
// }
if ( that.searchData.more.qiuzu != '' ) {
data.is_rent = that.searchData.more.qiuzu;
}
if ( that.searchData.more.shangjia != '' ) {
data.status = that.searchData.more.shangjia;
}
if ( that.searchData.more.specialSpan != '' ) {
// if ( that.searchData.more.shangjia != '' ) {
// data.status = that.searchData.more.shangjia;
// }
if ( that.searchData.more.specialSpan != '' || that.getsign(that.searchData.more.specialSpan) != '全部') {
data.shop_sign = that.getsign(that.searchData.more.specialSpan);
}
if ( that.searchData.more.aread1 != '' ){
......@@ -195,9 +196,9 @@
if ( that.searchData.more.pri2 != '' ){
data.price_total_end = that.searchData.more.pri2 ;
}
if (that.searchData.more.gongkai != ''){
data.is_show = that.searchData.more.gongkai ;
}
// if (that.searchData.more.gongkai != ''){
// data.is_show = that.searchData.more.gongkai ;
// }
}
that.axios({
......
......@@ -9,7 +9,7 @@
</div>
</div>
</nav>
<div class="mark-shop-choose" v-for="(item, index) in mainDataChoose" :key="item.title" v-show="(initTabNumMainChoose == index) && item.isShow" style="position:relative;z-index:50">
<div class="mark-shop-choose" v-for="(item, index) in mainDataChoose" :key="item.title" v-show="(initTabNumMainChoose == index) && item.isShow" style="position:fixed;top:1.8rem;;z-index:50">
<div style="position:fixed ; top:0rem ;left :0rem ;height:100%;width:100%;background-color :rgba(0,0,0,.1);z-index:49" @click="hideall"></div>
<div v-show="index == 0" style="position:relative;z-index:50">
<ul class="mark-shop-choose-ul mark-shop-choose-ul-left" style="text-align:center;">
......@@ -65,7 +65,7 @@
<input style="width:1rem;padding:.1rem; 0rem ; border : 1px solid #eeeeee ; margin:.1rem ; text-align:center" type="num" placeholder="请输入" v-model="dataMore.aread2"/>
</div>
</div>
<div style="width:100%;overflow: hidden;margin-top:.3rem;">
<!--<div style="width:100%;overflow: hidden;margin-top:.3rem;">
<div class="selecter-title" > 是否独家 </div>
<div class="square-choose" style="color : #999999">
<switch-d ref="s1" :data="switchData1" @swithchBack="swithchBack($event,'one')" style="margin:.1rem;"></switch-d>
......@@ -77,19 +77,19 @@
<myDatepicker @change="changeTime1" :date="startTime" :option="multiOption1" :limit="limit" style="margin:.1rem;"></myDatepicker> --
<myDatepicker @change="changeTime2" :date="endTime" :option="multiOption2" :limit="limit" style="margin:.1rem;"></myDatepicker>
</div>
</div>
</div>-->
<div style="width:100%;overflow: hidden;margin-top:.3rem;">
<div class="selecter-title" > 求租/已组 </div>
<div class="square-choose" style="color : #999999">
<switch-d ref="s2" :data="{str1:'是',str2:'否'}" @swithchBack="swithchBack($event,'type')" style="margin:.1rem;"></switch-d>
</div>
</div>
<div style="width:100%;overflow: hidden;margin-top:.3rem;">
<!--<div style="width:100%;overflow: hidden;margin-top:.3rem;">
<div class="selecter-title" > 上架/下架 </div>
<div class="square-choose" style="color : #999999">
<switch-d ref="s3" :data="{str1:'是',str2:'否'}" @swithchBack="swithchBack($event,'status')" style="margin:.1rem;"></switch-d>
</div>
</div>
</div>-->
<!--<div style="width:100%;overflow: hidden;margin-top:.3rem;">
<div class="selecter-title" > 是否对客户公开 </div>
<div class="square-choose" style="color : #999999">
......
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