3***@qq.com
3***@qq.com
  • 发布:2020-05-06 10:12
  • 更新:2020-05-06 10:12
  • 阅读:453

wap2app底部选项卡退出怎么实现

分类:wap2app

底部选项卡 有 退出 点 退出 直接退出app。怎么实现
client_index.html 页面里是这样写的
<script>
new TabBar({
list: [{
url: "网址",
text: "首页",
iconPath: 'home.png',
selectedIconPath: 'home.png'
}, {
text: "退出",
iconPath: 'exit.png',//图标
selectedIconPath: 'exit.png' ,

    }]    
});    

</script>

2020-05-06 10:12 负责人:无 分享
已邀请:

该问题目前已经被锁定, 无法添加新回复