03 2023 档案
发表于 2023-03-28 20:42阅读:459评论:0推荐:0
摘要:下拉刷新 (一)onPullDownRefresh方法 模拟器效果展示 实现如下 1、配置下拉选项 demo.json { "pullRefresh": true } 2、定义下拉方法 demo.js onPullDownRefresh() { //做相应的逻辑处理 }, 3、停止下拉 在加载完数据
阅读全文 »
发表于 2023-03-14 21:02阅读:178评论:0推荐:0
摘要:效果 一 、page.json "transparentTitle": "always" 二、page.axml <view class="custom-navigation" style="height:{{systemInfo.statusBarHeight+systemInfo.titleBa
阅读全文 »
发表于 2023-03-09 21:04阅读:24评论:0推荐:0
摘要:方式 | 序号 | 方法 | | | | | 1 | history.go() | 2 | location.reload() | 3 | location = location | 4 | location.assign(location.href) | 5 | location.replace(
阅读全文 »