2025-06-17 08:57:30 +08:00

50 lines
972 B
Vue

<template>
<div class="container">
<div class="local">
<image id="local" src="http://192.168.0.172:5500/local_localIcon.png" mode="aspectFill"></image>
桃城苑小区西北50米(育才南大街)
<u-icon name="arrow-down" color="#999999" size="28" ></u-icon>
</div>
</div>
</template>
<script>
import {
request,
picUrl,
uniqueByField,
menuButtonInfo,
NavgateTo
} from '../../../utils';
import { apiArr } from '../../../api/v2Community';
export default {
data() {
return {
picUrl,
top: "",
localHeight: "",
}
},
onLoad(options) {
const meun = menuButtonInfo();
this.top = meun.top;
// this.top = meun.height + meun.top;
this.localHeight = meun.height;
},
methods: {
},
}
</script>
<style>
@import url("./index.css");
</style>