oppo短信发送图片
This commit is contained in:
parent
ca12683f7e
commit
0cef1a2016
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue