mirror of
http://36.133.248.69:3088/admin/RentWeAppFront.git
synced 2026-03-10 02:42:26 +08:00
需求变更进行调整
This commit is contained in:
@@ -110,17 +110,13 @@
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
init: true,
|
||||
cusNo: null,
|
||||
openId: null,
|
||||
loginType: null,
|
||||
authCode: '', // 身份证号 / 社会信用代码
|
||||
keyword: '',
|
||||
pageNo: 1,
|
||||
pageSize: 20,
|
||||
scrollTop: 0,
|
||||
activeIndex: 0, // 当前选中的索引
|
||||
noticeList: [],
|
||||
filterActiveConditions:[],
|
||||
defaultImgUrl: '/public/static/index/assets.jpg',
|
||||
navList: [{
|
||||
name: "住房",
|
||||
@@ -171,10 +167,6 @@
|
||||
label: '为您推荐',
|
||||
type: 'recommend'
|
||||
},
|
||||
{
|
||||
label: '附近',
|
||||
type: 'nearby'
|
||||
},
|
||||
{
|
||||
label: '上新',
|
||||
type: 'new'
|
||||
@@ -183,14 +175,14 @@
|
||||
// 筛选标签状态
|
||||
activeFilterTabs: [0], // 支持多选
|
||||
filterTabs: [{
|
||||
label: '两室两厅',
|
||||
room: 2,
|
||||
hall: 2
|
||||
label: '两室',
|
||||
filterType: '户型',
|
||||
value: '两室'
|
||||
},
|
||||
{
|
||||
label: '一室一厅',
|
||||
room: 1,
|
||||
hall: 1
|
||||
label: '一室',
|
||||
filterType: '户型',
|
||||
value: '一室'
|
||||
}
|
||||
],
|
||||
flowList: [],
|
||||
@@ -209,12 +201,6 @@
|
||||
})
|
||||
},
|
||||
onShow() {
|
||||
|
||||
let userInfo = uni.getStorageSync('userInfo');
|
||||
if (userInfo) {
|
||||
this.cusNo = userInfo.cusNo;
|
||||
this.openId = userInfo.cusNo;
|
||||
}
|
||||
this.resetAndLoad()
|
||||
},
|
||||
onUnload() {
|
||||
|
||||
Reference in New Issue
Block a user