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 阅读(2) 评论(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 阅读(13) 评论(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 阅读(37) 评论(0) 推荐(0) 编辑

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
点击右上角即可分享
微信分享提示