摘要: 6.14 1、基础总结深入 (1) 基本(值)类型 String 、 Number 、bollean 、undefined 、null 、 (2) 对象(引用)类型 object 、Function 、Array 、 (3) 判断类型 typeof (返回数据类型的字符串表达 , 例如:undefi 阅读全文
posted @ 2022-06-14 14:35 DQ1999 阅读(17) 评论(0) 推荐(0)
摘要: 分页页面滑动翻页 <view onTouchStart="onTouchStart" onTouchEnd="onTouchEnd"><view> /** * 滑动开始 * @param {*} e */ onTouchStart(e) { this.setData({ changeStartX:  阅读全文
posted @ 2022-04-12 09:57 DQ1999 阅读(217) 评论(0) 推荐(0)
摘要: 1、动态标题在上一页页面返回时变成路径或者变成上一页标题 document.title =*** => uni.setNavigationBarTitle({title:***}) 2、dd.navigateTo报错,无法跳转 dd.navigateTo => uni.navigateTo 3、H5 阅读全文
posted @ 2022-04-06 17:40 DQ1999 阅读(2000) 评论(0) 推荐(0)