标签:rar lease 首页 develop nta sub htm contact ionic2
将ionic.project 重命名为 ionic.config.json
在src/index.html 引用外部文件
<script src="./jquery-3.2.1.min.js"></script> `
(./为当前路径,../为上级目录)
安装camera插件报错(https://forum.ionicframework.com/t/unable-to-add-camera-plugin/92703)
// ionViewDidEnter(){
// document.querySelector("#app-tabs .show-tabbar")['style'].display = 'none';
// }
// ionViewWillLeave() {
// document.querySelector("#app-tabs .show-tabbar")['style'].display = 'flex';
// }
<ion-tabs id="app-tabs">
<ion-tab [root]="tab1Root" tabsHideOnSubPages="true" tabTitle="首页" tabIcon="home"></ion-tab>
<ion-tab [root]="tab2Root" tabTitle="动态" tabIcon="star" tabBadge="3" tabBadgeStyle="danger"></ion-tab>
<ion-tab [root]="tab3Root" tabTitle="推荐" tabIcon="heart"></ion-tab>
<ion-tab [root]="tab4Root" tabTitle="订货车" tabIcon="contacts"></ion-tab>
<ion-tab [root]="tab5Root" tabTitle="我的" tabIcon="contacts"></ion-tab>
</ion-tabs>
标签:rar lease 首页 develop nta sub htm contact ionic2
原文地址:https://www.cnblogs.com/final-elysion/p/8944395.html