This commit is contained in:
A1300399510
2023-08-04 16:32:22 +08:00
parent 7bb08c8660
commit c568395d30
7 changed files with 49 additions and 34 deletions

View File

@@ -191,7 +191,6 @@ const cancelCollection = token => emit('cancelCollection', { token, index: props
// 点击跳转详情页
const goDetail = status => {
console.log("location.origin",location.origin);
if (status == 1) redirectToExternalWebsite(`/detail?id=${data.uniqid}`)
else ElMessage("该房源信息已出租或已失效")
}