自定义tabbar实现
pages.json中"tabBar"对象的"list"属性置为空数组,即没有tabbar页面,然后在需要使用tabbar的页面中引入自定义组件"tabbar"(因为list为空所以uni.switchTab失效,使用uni.reLaunch跳转)
g-modal改为u-modal
自定义u-modal 解决支付宝小程序不支持$slots https://ask.dcloud.net.cn/question/136765
获取手机号
button属性open-type="getAuthorize" scope="phoneNumber" @getAuthorize="getPhoneNumber"
getPhoneNumber中使用my.getPhoneNumber API
navigationBarTextStyle在支付宝无效 文档链接
导航栏字体颜色无法自定义修改,但是可以通过修改背景颜色,自动调整变成黑色或白色的导航栏字体颜色。
自定义导航 (pages.js有注释// custom nav)的页面需要reLaunch进入以取消返回键,同时出现的home键需要hideBackHome()
uni.uploadFile fileType:"image", //支付宝小程序必填
<swiper-item 上绑定tap事件失效
在<swiper-item 内做事件绑定