oppo短信发送图片
This commit is contained in:
parent
ca12683f7e
commit
0cef1a2016
|
|
@ -108,7 +108,7 @@
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
<script setup>
|
<script setup>
|
||||||
import { reactive, onMounted, computed, toRefs, getCurrentInstance } from 'vue'
|
import { reactive, onMounted, computed, toRefs } from 'vue'
|
||||||
import { dateUtil, util } from '@/utils/common.js';
|
import { dateUtil, util } from '@/utils/common.js';
|
||||||
const props = defineProps({
|
const props = defineProps({
|
||||||
// 手机品牌
|
// 手机品牌
|
||||||
|
|
@ -339,7 +339,7 @@ const chooseImage = () => {
|
||||||
// 延迟拉动到底部
|
// 延迟拉动到底部
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
data.scrollTop = 99999 + Math.random();
|
data.scrollTop = 99999 + Math.random();
|
||||||
uni.createSelectorQuery().in(getCurrentInstance()).select('.bottom-box').boundingClientRect(rect => {
|
uni.createSelectorQuery().select('.bottom-box').boundingClientRect(rect => {
|
||||||
if (rect) {
|
if (rect) {
|
||||||
data.bottomBoxHeight = rect.height;
|
data.bottomBoxHeight = rect.height;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue