筛选变量在搜索页面不存在问题
This commit is contained in:
@@ -50,7 +50,7 @@ const emit = defineEmits(["handlecollect"])
|
||||
|
||||
const goapArtmentDetails = () => {
|
||||
let url = `/apartmentDetail?uniqid=${props["item"].uniqid}`
|
||||
if (props.pitchValue['school']) url += `&school=${props.pitchValue['school']}`
|
||||
if (props?.pitchValue?.school) url += `&school=${props.pitchValue['school']}`
|
||||
|
||||
redirectToExternalWebsite(url)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user