首页跳转个人房源设置

This commit is contained in:
2023-07-20 12:21:39 +08:00
parent 7d2ac77df4
commit daf15376e9
6 changed files with 116 additions and 50 deletions

View File

@@ -24,7 +24,7 @@
</template>
<script setup>
import { reactive ,ref,watchEffect,watch} from 'vue';
import { reactive ,ref,watchEffect,watch,defineExpose} from 'vue';
//props
const props = defineProps({
list: {
@@ -84,6 +84,16 @@ let closeBtn=()=>{
closeSeach()
}
//设置参数
let setCheckData=(data)=>{
console.log(checkList.list)
checkList.list=data
}
defineExpose({
setCheckData
})
</script>
<style scoped>
.seach-history-h {