oppo短信发送图片

This commit is contained in:
tangxinyue 2026-05-27 16:59:04 +08:00
parent ca12683f7e
commit 0cef1a2016
1 changed files with 2 additions and 2 deletions

View File

@ -108,7 +108,7 @@
</view>
</template>
<script setup>
import { reactive, onMounted, computed, toRefs, getCurrentInstance } from 'vue'
import { reactive, onMounted, computed, toRefs } from 'vue'
import { dateUtil, util } from '@/utils/common.js';
const props = defineProps({
//
@ -339,7 +339,7 @@ const chooseImage = () => {
//
setTimeout(() => {
data.scrollTop = 99999 + Math.random();
uni.createSelectorQuery().in(getCurrentInstance()).select('.bottom-box').boundingClientRect(rect => {
uni.createSelectorQuery().select('.bottom-box').boundingClientRect(rect => {
if (rect) {
data.bottomBoxHeight = rect.height;
}