">">
赞
踩
- <template>
-
- <view id="list-order">
- </view>
- </template>
-
-
-
- <script lang="ts" setup>
- import * as vue from "vue"
- import * as _page from "@dcloudio/uni-app"
-
- _page.onReady((e) => {
- console.log(vue.getCurrentInstance)
- let query = uni.createSelectorQuery().in(vue.getCurrentInstance());
- query.select('#list-order').boundingClientRect(dom => {
- debugger
- console.log(dom)
- }).exec();
- })
-
- </script>
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。