摘要:
1.使2个元素在同一行显示 .hdCon { display: flex ; } 2.导航页面的跳转 如果要在navigator中跳转到 tabBar 中的某个导航页面,不能直接用 navigator的url去跳转,需要用navigator设置一下open-type="switchTab"这个属性才 阅读全文
posted @ 2021-03-13 19:33 孤峰皓月 阅读(62) 评论(0) 推荐(0) 编辑
|
|||
摘要:
1.使2个元素在同一行显示 .hdCon { display: flex ; } 2.导航页面的跳转 如果要在navigator中跳转到 tabBar 中的某个导航页面,不能直接用 navigator的url去跳转,需要用navigator设置一下open-type="switchTab"这个属性才 阅读全文
posted @ 2021-03-13 19:33 孤峰皓月 阅读(62) 评论(0) 推荐(0) 编辑
摘要:
1. 转义字符 ` 的作用,连接字符串比较方便,不需要 "+ 变量 +" 换行格式化设置比较方便 2.let 块级变量使用域。注意与var的区别 3. 数组的解构 取对象中的属性 阅读全文
posted @ 2021-03-13 17:07 孤峰皓月 阅读(59) 评论(0) 推荐(0) 编辑
摘要:
1. wx.getSystemInfoSync() 获取系统信息。 2. wx.hideLoading() 系统加载,使用setTimeout函数,1.5秒后隐藏 3. wx.showToast() 4. navigator 不能跳转到Bar中设置的页面。可以使用 open-type="switch 阅读全文
posted @ 2021-03-13 15:57 孤峰皓月 阅读(84) 评论(0) 推荐(0) 编辑 |
|||