Skip to content

Commit

Permalink
删除jq
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangdk committed Aug 4, 2017
1 parent 0235c44 commit 7e690ba
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 16 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

最近在逛淘宝的时候,居然看到有人在卖我的源码,标价十元,已经卖出几份,为买了的人心疼,为了打击二道贩子

##### 现代码才用采用GPL协议开源!!!!!禁止用作商业用途!! ####
##### 现代码才用采用GPL协议开源!!!!!禁止用作商业用途!! ####
##### 现代码才用采用GPL协议开源!!!!!禁止用作商业用途!! ####
##### 现代码所用采用GPL协议开源!!!!!禁止用作商业用途!! ####
##### 现代码所用采用GPL协议开源!!!!!禁止用作商业用途!! ####
##### 现代码所用采用GPL协议开源!!!!!禁止用作商业用途!! ####

重要的事情说三遍,此项目只能用于学习和交流,有什么问题大家可以提ISSUE,我自己也在在尝试把AG4作为前端主要框架使用,都是菜鸟大家可以多交流,哈哈,没办法我是谷歌粉

Expand Down
2 changes: 0 additions & 2 deletions ionic.config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
{
"name": "ionic2-app-base",
"app_id": "",
"typescript": true,
"v2": true,
"type": "ionic-angular"
}
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@
},
"devDependencies": {
"@ionic/app-scripts": "1.3.6",
"@ionic/cli-plugin-ionic-angular": "1.4.1",
"ionic": "3.7.0",
"typescript": "~2.2.1"
}
}
6 changes: 0 additions & 6 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,9 @@
<meta name="theme-color" content="#4e8ef7">
<!--插件css-->
<link href="build/main.css" rel="stylesheet">
<link href="assets/css/swiper-3.4.2.min.css" rel="stylesheet">
<link href="assets/css/swiper-3.4.2.min.css" rel="stylesheet">
<link href="assets/css/flex.css" rel="stylesheet">

<script src="cordova.js"></script>


<script src="assets/js/jquery-3.2.1.min.js"></script>
<script src="assets/js/swiper-3.4.2.min.js"></script>
</head>
<body>

Expand Down
9 changes: 4 additions & 5 deletions src/pages/learn-tab-page/tab-home-page/tab-home-page.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import {Component, ElementRef, ViewChild } from '@angular/core';
import { NavController, NavParams} from 'ionic-angular';
import * as Swiper from 'swiper';
import * as $ from 'jquery';
@Component({
selector: 'page-tab-home-page',
templateUrl: 'tab-home-page.html',
Expand Down Expand Up @@ -170,10 +169,10 @@ export class TabHomePage {
}

}
categoryLeftClick=function(e){
e.target.className='nav-current';
$(e.target).siblings().removeClass().addClass('nav-blur');
};
// categoryLeftClick=function(e){
// e.target.className='nav-current';
// $(e.target).siblings().removeClass().addClass('nav-blur');
// };


}

0 comments on commit 7e690ba

Please sign in to comment.