求房源 中介跳转

This commit is contained in:
2023-07-27 10:38:32 +08:00
parent acf3767e8b
commit b35cb8069f
2 changed files with 8 additions and 4 deletions

View File

@@ -115,7 +115,11 @@ let watchInfo=()=>{
}
let watchAdv=()=>{
if(itemData.url){
window.open(itemData.url)
}else{
watchInfo()
}
}
</script>