2025年3月2日

pageScrollTo、env(safe-area-inset-bottom)

摘要: <template> <view class="" v-for="item in 50">{{item}}</view> <button @click="back">回到顶部</button> <view class="v">11</view> </template> <script setup> 阅读全文

posted @ 2025-03-02 15:10 ChoZ 阅读(22) 评论(0) 推荐(0)

api调用下拉刷新和关闭startPullDownRefresh、stopPullDownRefresh

摘要: <template> <button @click="fresh">api调用下拉刷新</button> <button @click="stop">api关闭下拉刷新</button> </template> <script setup> const fresh = () => { uni.sta 阅读全文

posted @ 2025-03-02 14:39 ChoZ 阅读(31) 评论(0) 推荐(0)

图片懒加载lazy-load,图片预览previewImage、小程序本地开发https配置和上线配置

摘要: <template> imge自带懒加载功能啊,只针对page与scroll-view下的image有效并且是小程序有效 <image :src="item.url" mode="" v-for="(item,index) in data" lazy-load @click="preview(ind 阅读全文

posted @ 2025-03-02 13:29 ChoZ 阅读(51) 评论(0) 推荐(0)

导航