中介详情显示房源
This commit is contained in:
@@ -103,7 +103,7 @@ let storeData = store.state.routeList
|
||||
|
||||
watchEffect(() => {
|
||||
data['data'] = props.data
|
||||
console.log(pageType.value)
|
||||
if(data['data']&&data['data']['info'])pageType.value=data['data']['info'].intermediary===1?2:data['data']['info'].intermediary===6?3:1
|
||||
})
|
||||
|
||||
</script>
|
||||
@@ -221,12 +221,12 @@ img {
|
||||
|
||||
.top-round-s {
|
||||
position: absolute;
|
||||
top: -13px;
|
||||
left: -1px;
|
||||
top: -17px;
|
||||
left: 0px;
|
||||
border-radius: 0 0 16px 0;
|
||||
background: rgba(174, 159, 251, 1);
|
||||
width: 23px;
|
||||
height: 20px;
|
||||
width: 22px;
|
||||
height: 24px;
|
||||
}
|
||||
.intermediary-bg{
|
||||
background: rgba(173,214,247,1) !important;
|
||||
|
||||
Reference in New Issue
Block a user