@医生JB
const xxx = (e) => {
e.stopPropagation();
e.preventDefault();
return false;
}
J
jd_541849c98a707
@jd_541849c98a707
-1
声望
3
帖子
121
资料浏览
0
粉丝
0
关注
jd_541849c98a707 发布的帖子
-
RE: taro3.0中如何使用custom-tab-bar??
@copyright__myh 看官方文档,配置tabbar,然后在https://developers.weixin.qq.com/miniprogram/dev/framework/ability/custom-tabbar.html 页面底部示例代码部分,预览之后可获得一份custom-tab-bar代码,拷贝你的项目,然后在config/index.js里设置copy custom-tab-bar文件夹到dist根目录就好了