修改搜索条件
This commit is contained in:
10
config.js
10
config.js
@@ -9,18 +9,18 @@ module.exports = {
|
|||||||
appSecret: '1f1d186d98ea4620ac65afbf34940051',
|
appSecret: '1f1d186d98ea4620ac65afbf34940051',
|
||||||
|
|
||||||
// 开发环境
|
// 开发环境
|
||||||
apiUrl: "http://127.0.0.1:9090/api",
|
// apiUrl: "http://127.0.0.1:9095/api",
|
||||||
// socketUrl: 'ws://localhost:9190',
|
// socketUrl: 'ws://localhost:9190',
|
||||||
// fileUrl: 'https://file.wsdns.cn',
|
// fileUrl: 'https://file.wsdns.cn',
|
||||||
|
|
||||||
// 测试环境
|
// 测试环境
|
||||||
// apiUrl: 'https://server.gxwebsoft.com/api',
|
// apiUrl: 'https://server.gxwebsoft.com/api',
|
||||||
socketUrl: 'wss://server.gxwebsoft.com',
|
// socketUrl: 'wss://server.gxwebsoft.com',
|
||||||
fileUrl: 'https://file.wsdns.cn',
|
fileUrl: 'https://file.wsdns.com',
|
||||||
|
|
||||||
// 生产环境
|
// 生产环境
|
||||||
// apiUrl: 'https://server.jimeigroup.cn/api',
|
apiUrl: 'https://open.gxwebsoft.com/api',
|
||||||
// socketUrl: 'wss://server.jimeigroup.cn',
|
socketUrl: 'wss://server.gxwebsoft.com',
|
||||||
|
|
||||||
// fileUrl: 'https://oss.jimeigroup.cn',
|
// fileUrl: 'https://oss.jimeigroup.cn',
|
||||||
|
|
||||||
|
|||||||
@@ -13,14 +13,12 @@
|
|||||||
@change="onSearch"></uni-data-select>
|
@change="onSearch"></uni-data-select>
|
||||||
</view>
|
</view>
|
||||||
<view class="region">
|
<view class="region">
|
||||||
<u--input class="where-input" v-model="where.priceScene" type="text" @confirm="onSearch" placeholder="价格区间" clearable border="none" :customStyle="{height: '35px'}"/>
|
<uni-data-select class="select-width" v-model="where.priceScene" :localdata="price" placeholder="价格区间"
|
||||||
<!-- <uni-data-select class="select-width" v-model="where.priceScene" :localdata="price" placeholder="价格区间"
|
@change="onSearch"></uni-data-select>
|
||||||
@change="onSearch"></uni-data-select> -->
|
|
||||||
</view>
|
</view>
|
||||||
<view class="region">
|
<view class="region">
|
||||||
<u--input class="where-input" v-model="where.extentScene" type="text" @confirm="onSearch" placeholder="面积m²" clearable border="none" :customStyle="{height: '35px'}"/>
|
<uni-data-select class="select-width" v-model="where.extentScene" :localdata="extent" placeholder="面积"
|
||||||
<!-- <uni-data-select class="select-width" v-model="where.extentScene" :localdata="extent" placeholder="面积"
|
@change="onSearch"></uni-data-select>
|
||||||
@change="onSearch"></uni-data-select> -->
|
|
||||||
</view>
|
</view>
|
||||||
<view class="region">
|
<view class="region">
|
||||||
<uni-data-select class="select-width" v-model="where.sortScene" :localdata="sort" placeholder="排序"
|
<uni-data-select class="select-width" v-model="where.sortScene" :localdata="sort" placeholder="排序"
|
||||||
|
|||||||
Reference in New Issue
Block a user