From 7e690ba79e1052857d0476e4e11090695f0809f7 Mon Sep 17 00:00:00 2001 From: jiangdk Date: Fri, 4 Aug 2017 17:58:19 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4jq?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++--- ionic.config.json | 2 -- package.json | 2 ++ src/index.html | 6 ------ src/pages/learn-tab-page/tab-home-page/tab-home-page.ts | 9 ++++----- 5 files changed, 9 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 8a10ef2..d2332db 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ 最近在逛淘宝的时候,居然看到有人在卖我的源码,标价十元,已经卖出几份,为买了的人心疼,为了打击二道贩子 -##### 现代码才用采用GPL协议开源!!!!!禁止用作商业用途!! #### -##### 现代码才用采用GPL协议开源!!!!!禁止用作商业用途!! #### -##### 现代码才用采用GPL协议开源!!!!!禁止用作商业用途!! #### +##### 现代码所用采用GPL协议开源!!!!!禁止用作商业用途!! #### +##### 现代码所用采用GPL协议开源!!!!!禁止用作商业用途!! #### +##### 现代码所用采用GPL协议开源!!!!!禁止用作商业用途!! #### 重要的事情说三遍,此项目只能用于学习和交流,有什么问题大家可以提ISSUE,我自己也在在尝试把AG4作为前端主要框架使用,都是菜鸟大家可以多交流,哈哈,没办法我是谷歌粉 diff --git a/ionic.config.json b/ionic.config.json index 2b70d9f..91fc1c8 100644 --- a/ionic.config.json +++ b/ionic.config.json @@ -1,7 +1,5 @@ { "name": "ionic2-app-base", "app_id": "", - "typescript": true, - "v2": true, "type": "ionic-angular" } diff --git a/package.json b/package.json index 1de2c12..899ef7b 100644 --- a/package.json +++ b/package.json @@ -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" } } diff --git a/src/index.html b/src/index.html index 2fc66ca..a6d0310 100644 --- a/src/index.html +++ b/src/index.html @@ -12,15 +12,9 @@ - - - - - - diff --git a/src/pages/learn-tab-page/tab-home-page/tab-home-page.ts b/src/pages/learn-tab-page/tab-home-page/tab-home-page.ts index f416f05..9e2c31b 100644 --- a/src/pages/learn-tab-page/tab-home-page/tab-home-page.ts +++ b/src/pages/learn-tab-page/tab-home-page/tab-home-page.ts @@ -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', @@ -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'); + // }; }