完成房产模块功能
This commit is contained in:
@@ -165,7 +165,7 @@
|
||||
reset: true
|
||||
},
|
||||
{
|
||||
name: '必看房源',
|
||||
name: '必看好房',
|
||||
reset: false
|
||||
}
|
||||
];
|
||||
@@ -324,6 +324,12 @@
|
||||
app.swiperList = app.form.files
|
||||
app.form.houseLabel = JSON.parse(res.data.houseLabel) || []
|
||||
// app.form.supporting = JSON.parse(res.data.supporting) || []
|
||||
|
||||
uni.$u.mpShare = {
|
||||
title: `${app.form.houseTitle} ${app.form.monthlyRent}元/月 ${app.form.houseType} ${app.form.extent}m²`,
|
||||
path: `sub_pages/house/detail?houseId=${app.form.houseId}&user_id=${uni.getStorageSync('userId')}`
|
||||
// path: '' + app.form.houseId + app.form.monthlyRent + '&user_id=' + uni.getStorageSync('userId')
|
||||
}
|
||||
}).catch(err => {
|
||||
app.$error(err.message)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user