├── .angulardoc.json ├── .editorconfig ├── .gitattributes ├── .gitignore ├── README.md ├── config.xml ├── ionic.config.json ├── ionic.starter.json ├── package-lock.json ├── package.json ├── resources ├── README.md ├── android │ ├── icon │ │ ├── drawable-hdpi-icon.png │ │ ├── drawable-ldpi-icon.png │ │ ├── drawable-mdpi-icon.png │ │ ├── drawable-xhdpi-icon.png │ │ ├── drawable-xxhdpi-icon.png │ │ └── drawable-xxxhdpi-icon.png │ └── splash │ │ ├── drawable-land-hdpi-screen.png │ │ ├── drawable-land-ldpi-screen.png │ │ ├── drawable-land-mdpi-screen.png │ │ ├── drawable-land-xhdpi-screen.png │ │ ├── drawable-land-xxhdpi-screen.png │ │ ├── drawable-land-xxxhdpi-screen.png │ │ ├── drawable-port-hdpi-screen.png │ │ ├── drawable-port-ldpi-screen.png │ │ ├── drawable-port-mdpi-screen.png │ │ ├── drawable-port-xhdpi-screen.png │ │ ├── drawable-port-xxhdpi-screen.png │ │ └── drawable-port-xxxhdpi-screen.png ├── icon.png ├── ios │ ├── icon │ │ ├── icon-1024.png │ │ ├── icon-40.png │ │ ├── icon-40@2x.png │ │ ├── icon-40@3x.png │ │ ├── icon-50.png │ │ ├── icon-50@2x.png │ │ ├── icon-60.png │ │ ├── icon-60@2x.png │ │ ├── icon-60@3x.png │ │ ├── icon-72.png │ │ ├── icon-72@2x.png │ │ ├── icon-76.png │ │ ├── icon-76@2x.png │ │ ├── icon-83.5@2x.png │ │ ├── icon-small.png │ │ ├── icon-small@2x.png │ │ ├── icon-small@3x.png │ │ ├── icon.png │ │ └── icon@2x.png │ └── splash │ │ ├── Default-568h@2x~iphone.png │ │ ├── Default-667h.png │ │ ├── Default-736h.png │ │ ├── Default-Landscape-736h.png │ │ ├── Default-Landscape@2x~ipad.png │ │ ├── Default-Landscape@~ipadpro.png │ │ ├── Default-Landscape~ipad.png │ │ ├── Default-Portrait@2x~ipad.png │ │ ├── Default-Portrait@~ipadpro.png │ │ ├── Default-Portrait~ipad.png │ │ ├── Default@2x~iphone.png │ │ ├── Default@2x~universal~anyany.png │ │ └── Default~iphone.png └── splash.png ├── src ├── app │ ├── app.component.ts │ ├── app.html │ ├── app.module.ts │ ├── app.scss │ └── main.ts ├── assets │ ├── icon │ │ └── favicon.ico │ └── img │ │ ├── 404.png │ │ ├── add_voucher.png │ │ ├── avatar-samwise.jpg │ │ ├── avatar-ts-rex.png │ │ ├── avatar-yoda.png │ │ ├── battery_img.png │ │ ├── beatuey.png │ │ ├── bran_pro.png │ │ ├── brand.png │ │ ├── brand_homeimg.png │ │ ├── brand_homeimg1.png │ │ ├── brand_homeimg2.png │ │ ├── brand_homeimg3.png │ │ ├── brand_img_01.png │ │ ├── brand_img_02.png │ │ ├── brand_img_03.png │ │ ├── brand_img_04.png │ │ ├── brand_img_05.png │ │ ├── brand_img_06.png │ │ ├── car_bac.png │ │ ├── car_radar.png │ │ ├── carapp_img.png │ │ ├── checkcar.png │ │ ├── checkhome.png │ │ ├── checkper.png │ │ ├── checkshop.png │ │ ├── choose_brimg.png │ │ ├── choose_brimg1.png │ │ ├── choose_brimg3.png │ │ ├── choose_brimg4.png │ │ ├── choose_brimg5.png │ │ ├── choose_brimg6.png │ │ ├── choose_brimg7.png │ │ ├── choose_brimg8.png │ │ ├── choose_brimg9.png │ │ ├── collect_brand.png │ │ ├── company_info.png │ │ ├── countdown_wait.png │ │ ├── countdown_ye.png │ │ ├── coupon_img1.png │ │ ├── coupon_img2.png │ │ ├── cross@3x.png │ │ ├── delete_proof.png │ │ ├── djq.png │ │ ├── down_arrow.png │ │ ├── duihao.png │ │ ├── ele_img1.png │ │ ├── ele_img2.png │ │ ├── ele_img3.png │ │ ├── ele_img4.png │ │ ├── ele_img5.png │ │ ├── ele_img6.png │ │ ├── ele_img7.png │ │ ├── empty_box.png │ │ ├── evey_wam.png │ │ ├── first_logo.png │ │ ├── goods_nopay.png │ │ ├── header-1_03.png │ │ ├── home_img01.png │ │ ├── icon.png │ │ ├── info.png │ │ ├── item01.png │ │ ├── item02.png │ │ ├── item03.png │ │ ├── item04.png │ │ ├── kai_cart.png │ │ ├── log_collection.png │ │ ├── login_avatar.png │ │ ├── login_bac.png │ │ ├── login_concat.png │ │ ├── login_evel.png │ │ ├── login_payment.png │ │ ├── login_rece.png │ │ ├── login_served.png │ │ ├── login_server.png │ │ ├── logo_03.png │ │ ├── looger.png │ │ ├── lower_car.png │ │ ├── mainte_img.png │ │ ├── map.png │ │ ├── mendian_img.png │ │ ├── minus_shop.png │ │ ├── more_img.png │ │ ├── my_carimg.png │ │ ├── navigation_icon.png │ │ ├── notice.png │ │ ├── oil_img.png │ │ ├── page1.png │ │ ├── page2.png │ │ ├── page3.png │ │ ├── page4.png │ │ ├── page5.png │ │ ├── password_hide.png │ │ ├── password_show.png │ │ ├── person_img.png │ │ ├── plus_shop.png │ │ ├── proof01.jpg │ │ ├── proof02.jpg │ │ ├── qq@2x.png │ │ ├── raido_seclect@2x.png │ │ ├── red_bac.png │ │ ├── reg_login.png │ │ ├── retr_addr.png │ │ ├── second.png │ │ ├── service.png │ │ ├── service_cart.png │ │ ├── set_upimg.png │ │ ├── shape_brand.png │ │ ├── shop_cart.png │ │ ├── shopimg.png │ │ ├── sina@2x.png │ │ ├── site.png │ │ ├── sp_02.png │ │ ├── stat_bac.png │ │ ├── store_img.png │ │ ├── store_img0.png │ │ ├── store_img1.png │ │ ├── store_img2.png │ │ ├── store_img3.png │ │ ├── store_img4.png │ │ ├── thiscar_img.png │ │ ├── time_buy.png │ │ ├── timer_img.png │ │ ├── tires_img.png │ │ ├── top_cart.png │ │ ├── top_cart1.png │ │ ├── top_clean.png │ │ ├── top_engine.png │ │ ├── top_glass.png │ │ ├── top_la.png │ │ ├── top_plating.png │ │ ├── top_polishing.png │ │ ├── top_tires.png │ │ ├── topic_bac.png │ │ ├── topic_btn.png │ │ ├── topic_img1.png │ │ ├── topic_use.png │ │ ├── topic_use2.png │ │ ├── two_code.png │ │ ├── tyre.png │ │ ├── tyree.png │ │ ├── user.png │ │ ├── user_img1.png │ │ ├── vouchers.png │ │ ├── weixin@2x.png │ │ ├── weizhi.png │ │ ├── wipers.png │ │ └── xiaofei.png ├── index.html ├── manifest.json ├── pages │ ├── about │ │ ├── about.html │ │ ├── about.scss │ │ └── about.ts │ ├── cards-image │ │ ├── cards-image.html │ │ ├── cards-image.module.ts │ │ ├── cards-image.scss │ │ └── cards-image.ts │ ├── cards-list │ │ ├── cards-list.html │ │ ├── cards-list.module.ts │ │ ├── cards-list.scss │ │ └── cards-list.ts │ ├── contact │ │ ├── contact.html │ │ ├── contact.scss │ │ └── contact.ts │ ├── home │ │ ├── home.html │ │ ├── home.scss │ │ └── home.ts │ ├── login │ │ ├── login.html │ │ ├── login.module.ts │ │ ├── login.scss │ │ └── login.ts │ ├── navigation-detail │ │ ├── navigation-detail.html │ │ ├── navigation-detail.module.ts │ │ ├── navigation-detail.scss │ │ └── navigation-detail.ts │ ├── navigation │ │ ├── navigation.html │ │ ├── navigation.module.ts │ │ ├── navigation.scss │ │ └── navigation.ts │ ├── person │ │ ├── aboutus │ │ │ ├── aboutus.html │ │ │ ├── aboutus.module.ts │ │ │ ├── aboutus.scss │ │ │ └── aboutus.ts │ │ ├── avatar │ │ │ ├── avatar.html │ │ │ ├── avatar.module.ts │ │ │ ├── avatar.scss │ │ │ └── avatar.ts │ │ ├── bind-phone-number │ │ │ ├── bind-phone-number.html │ │ │ ├── bind-phone-number.module.ts │ │ │ ├── bind-phone-number.scss │ │ │ └── bind-phone-number.ts │ │ ├── password-manage │ │ │ ├── password-manage.html │ │ │ ├── password-manage.module.ts │ │ │ ├── password-manage.scss │ │ │ └── password-manage.ts │ │ ├── person.html │ │ ├── person.module.ts │ │ ├── person.scss │ │ ├── person.ts │ │ ├── privacy │ │ │ ├── privacy.html │ │ │ ├── privacy.module.ts │ │ │ ├── privacy.scss │ │ │ └── privacy.ts │ │ ├── setting │ │ │ ├── setting.html │ │ │ ├── setting.module.ts │ │ │ ├── setting.scss │ │ │ └── setting.ts │ │ └── user-name │ │ │ ├── user-name.html │ │ │ ├── user-name.module.ts │ │ │ ├── user-name.scss │ │ │ └── user-name.ts │ ├── regist │ │ ├── regist.html │ │ ├── regist.module.ts │ │ ├── regist.scss │ │ └── regist.ts │ ├── segment │ │ ├── segment.html │ │ ├── segment.module.ts │ │ ├── segment.scss │ │ └── segment.ts │ └── tabs │ │ ├── tabs.html │ │ └── tabs.ts ├── service-worker.js └── theme │ └── variables.scss ├── tsconfig.json ├── tslint.json └── typings └── cordova-typings.d.ts /.angulardoc.json: -------------------------------------------------------------------------------- 1 | { 2 | "repoId": "d16aaa6f-deba-4178-8155-d58e2e3dd5e0", 3 | "lastSync": 0 4 | } -------------------------------------------------------------------------------- /.editorconfig: -------------------------------------------------------------------------------- 1 | # EditorConfig helps developers define and maintain consistent coding styles between different editors and IDEs 2 | # editorconfig.org 3 | 4 | root = true 5 | 6 | [*] 7 | indent_style = space 8 | indent_size = 2 9 | 10 | # We recommend you to keep these unchanged 11 | end_of_line = lf 12 | charset = utf-8 13 | trim_trailing_whitespace = true 14 | insert_final_newline = true 15 | 16 | [*.md] 17 | trim_trailing_whitespace = false -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- 1 | # Auto detect text files and perform LF normalization 2 | * text=auto 3 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | # Specifies intentionally untracked files to ignore when using Git 2 | # http://git-scm.com/docs/gitignore 3 | 4 | *~ 5 | *.sw[mnpcod] 6 | *.log 7 | *.tmp 8 | *.tmp.* 9 | log.txt 10 | *.sublime-project 11 | *.sublime-workspace 12 | .vscode/ 13 | npm-debug.log* 14 | 15 | .idea/ 16 | .sourcemaps/ 17 | .sass-cache/ 18 | .tmp/ 19 | .versions/ 20 | coverage/ 21 | dist/ 22 | node_modules/ 23 | tmp/ 24 | temp/ 25 | hooks/ 26 | platforms/ 27 | plugins/ 28 | plugins/android.json 29 | plugins/ios.json 30 | www/ 31 | $RECYCLE.BIN/ 32 | 33 | .DS_Store 34 | Thumbs.db 35 | UserInterfaceState.xcuserstate 36 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # ionic-cli 2 | ionic3-angular5-zorro app 3 | 4 | npm install 5 | 6 | ionic serve 7 | 8 | -------------------------------------------------------------------------------- /config.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | ionic-cli 4 | An awesome Ionic/Cordova app. 5 | Ionic Framework Team 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | -------------------------------------------------------------------------------- /ionic.config.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "ionic-cli", 3 | "integrations": { 4 | "cordova": {} 5 | }, 6 | "type": "ionic-angular" 7 | } -------------------------------------------------------------------------------- /ionic.starter.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Tabs Starter", 3 | "baseref": "master" 4 | } 5 | -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "ionic-cli", 3 | "version": "0.0.1", 4 | "author": "Ionic Framework", 5 | "homepage": "http://ionicframework.com/", 6 | "private": true, 7 | "scripts": { 8 | "clean": "ionic-app-scripts clean", 9 | "build": "ionic-app-scripts build", 10 | "lint": "ionic-app-scripts lint", 11 | "ionic:build": "ionic-app-scripts build", 12 | "ionic:serve": "ionic-app-scripts serve" 13 | }, 14 | "dependencies": { 15 | "@angular/animations": "5.2.9", 16 | "@angular/common": "5.2.9", 17 | "@angular/compiler": "5.2.9", 18 | "@angular/compiler-cli": "5.2.9", 19 | "@angular/core": "5.2.9", 20 | "@angular/forms": "5.2.9", 21 | "@angular/http": "5.2.9", 22 | "@angular/platform-browser": "5.2.9", 23 | "@angular/platform-browser-dynamic": "5.2.9", 24 | "@ionic-native/core": "4.5.3", 25 | "@ionic-native/splash-screen": "4.5.3", 26 | "@ionic-native/status-bar": "4.5.3", 27 | "@ionic/storage": "2.1.3", 28 | "hoek": "^5.0.3", 29 | "ionic-angular": "3.9.2", 30 | "ionicons": "3.0.0", 31 | "ng-zorro-antd": "^0.6.15", 32 | "package-lock.json": "^1.0.0", 33 | "rxjs": "5.5.7", 34 | "sw-toolbox": "3.6.0", 35 | "zone.js": "0.8.20" 36 | }, 37 | "devDependencies": { 38 | "@angular/cli": "^6.0.8", 39 | "@ionic/app-scripts": "3.1.8", 40 | "typescript": "~2.6.2" 41 | }, 42 | "description": "An Ionic project" 43 | } 44 | -------------------------------------------------------------------------------- /resources/README.md: -------------------------------------------------------------------------------- 1 | These are Cordova resources. You can replace icon.png and splash.png and run 2 | `ionic cordova resources` to generate custom icons and splash screens for your 3 | app. See `ionic cordova resources --help` for details. 4 | 5 | Cordova reference documentation: 6 | 7 | - Icons: https://cordova.apache.org/docs/en/latest/config_ref/images.html 8 | - Splash Screens: https://cordova.apache.org/docs/en/latest/reference/cordova-plugin-splashscreen/ 9 | -------------------------------------------------------------------------------- /resources/android/icon/drawable-hdpi-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/resources/android/icon/drawable-hdpi-icon.png -------------------------------------------------------------------------------- /resources/android/icon/drawable-ldpi-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/resources/android/icon/drawable-ldpi-icon.png -------------------------------------------------------------------------------- /resources/android/icon/drawable-mdpi-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/resources/android/icon/drawable-mdpi-icon.png -------------------------------------------------------------------------------- /resources/android/icon/drawable-xhdpi-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/resources/android/icon/drawable-xhdpi-icon.png -------------------------------------------------------------------------------- /resources/android/icon/drawable-xxhdpi-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/resources/android/icon/drawable-xxhdpi-icon.png -------------------------------------------------------------------------------- /resources/android/icon/drawable-xxxhdpi-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/resources/android/icon/drawable-xxxhdpi-icon.png -------------------------------------------------------------------------------- /resources/android/splash/drawable-land-hdpi-screen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/resources/android/splash/drawable-land-hdpi-screen.png -------------------------------------------------------------------------------- /resources/android/splash/drawable-land-ldpi-screen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/resources/android/splash/drawable-land-ldpi-screen.png -------------------------------------------------------------------------------- /resources/android/splash/drawable-land-mdpi-screen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/resources/android/splash/drawable-land-mdpi-screen.png -------------------------------------------------------------------------------- /resources/android/splash/drawable-land-xhdpi-screen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/resources/android/splash/drawable-land-xhdpi-screen.png -------------------------------------------------------------------------------- /resources/android/splash/drawable-land-xxhdpi-screen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/resources/android/splash/drawable-land-xxhdpi-screen.png -------------------------------------------------------------------------------- /resources/android/splash/drawable-land-xxxhdpi-screen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/resources/android/splash/drawable-land-xxxhdpi-screen.png -------------------------------------------------------------------------------- /resources/android/splash/drawable-port-hdpi-screen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/resources/android/splash/drawable-port-hdpi-screen.png -------------------------------------------------------------------------------- /resources/android/splash/drawable-port-ldpi-screen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/resources/android/splash/drawable-port-ldpi-screen.png -------------------------------------------------------------------------------- /resources/android/splash/drawable-port-mdpi-screen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/resources/android/splash/drawable-port-mdpi-screen.png -------------------------------------------------------------------------------- /resources/android/splash/drawable-port-xhdpi-screen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/resources/android/splash/drawable-port-xhdpi-screen.png -------------------------------------------------------------------------------- /resources/android/splash/drawable-port-xxhdpi-screen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/resources/android/splash/drawable-port-xxhdpi-screen.png -------------------------------------------------------------------------------- /resources/android/splash/drawable-port-xxxhdpi-screen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/resources/android/splash/drawable-port-xxxhdpi-screen.png -------------------------------------------------------------------------------- /resources/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/resources/icon.png -------------------------------------------------------------------------------- /resources/ios/icon/icon-1024.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/resources/ios/icon/icon-1024.png -------------------------------------------------------------------------------- /resources/ios/icon/icon-40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/resources/ios/icon/icon-40.png -------------------------------------------------------------------------------- /resources/ios/icon/icon-40@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/resources/ios/icon/icon-40@2x.png -------------------------------------------------------------------------------- /resources/ios/icon/icon-40@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/resources/ios/icon/icon-40@3x.png -------------------------------------------------------------------------------- /resources/ios/icon/icon-50.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/resources/ios/icon/icon-50.png -------------------------------------------------------------------------------- /resources/ios/icon/icon-50@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/resources/ios/icon/icon-50@2x.png -------------------------------------------------------------------------------- /resources/ios/icon/icon-60.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/resources/ios/icon/icon-60.png -------------------------------------------------------------------------------- /resources/ios/icon/icon-60@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/resources/ios/icon/icon-60@2x.png -------------------------------------------------------------------------------- /resources/ios/icon/icon-60@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/resources/ios/icon/icon-60@3x.png -------------------------------------------------------------------------------- /resources/ios/icon/icon-72.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/resources/ios/icon/icon-72.png -------------------------------------------------------------------------------- /resources/ios/icon/icon-72@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/resources/ios/icon/icon-72@2x.png -------------------------------------------------------------------------------- /resources/ios/icon/icon-76.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/resources/ios/icon/icon-76.png -------------------------------------------------------------------------------- /resources/ios/icon/icon-76@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/resources/ios/icon/icon-76@2x.png -------------------------------------------------------------------------------- /resources/ios/icon/icon-83.5@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/resources/ios/icon/icon-83.5@2x.png -------------------------------------------------------------------------------- /resources/ios/icon/icon-small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/resources/ios/icon/icon-small.png -------------------------------------------------------------------------------- /resources/ios/icon/icon-small@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/resources/ios/icon/icon-small@2x.png -------------------------------------------------------------------------------- /resources/ios/icon/icon-small@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/resources/ios/icon/icon-small@3x.png -------------------------------------------------------------------------------- /resources/ios/icon/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/resources/ios/icon/icon.png -------------------------------------------------------------------------------- /resources/ios/icon/icon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/resources/ios/icon/icon@2x.png -------------------------------------------------------------------------------- /resources/ios/splash/Default-568h@2x~iphone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/resources/ios/splash/Default-568h@2x~iphone.png -------------------------------------------------------------------------------- /resources/ios/splash/Default-667h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/resources/ios/splash/Default-667h.png -------------------------------------------------------------------------------- /resources/ios/splash/Default-736h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/resources/ios/splash/Default-736h.png -------------------------------------------------------------------------------- /resources/ios/splash/Default-Landscape-736h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/resources/ios/splash/Default-Landscape-736h.png -------------------------------------------------------------------------------- /resources/ios/splash/Default-Landscape@2x~ipad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/resources/ios/splash/Default-Landscape@2x~ipad.png -------------------------------------------------------------------------------- /resources/ios/splash/Default-Landscape@~ipadpro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/resources/ios/splash/Default-Landscape@~ipadpro.png -------------------------------------------------------------------------------- /resources/ios/splash/Default-Landscape~ipad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/resources/ios/splash/Default-Landscape~ipad.png -------------------------------------------------------------------------------- /resources/ios/splash/Default-Portrait@2x~ipad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/resources/ios/splash/Default-Portrait@2x~ipad.png -------------------------------------------------------------------------------- /resources/ios/splash/Default-Portrait@~ipadpro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/resources/ios/splash/Default-Portrait@~ipadpro.png -------------------------------------------------------------------------------- /resources/ios/splash/Default-Portrait~ipad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/resources/ios/splash/Default-Portrait~ipad.png -------------------------------------------------------------------------------- /resources/ios/splash/Default@2x~iphone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/resources/ios/splash/Default@2x~iphone.png -------------------------------------------------------------------------------- /resources/ios/splash/Default@2x~universal~anyany.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/resources/ios/splash/Default@2x~universal~anyany.png -------------------------------------------------------------------------------- /resources/ios/splash/Default~iphone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/resources/ios/splash/Default~iphone.png -------------------------------------------------------------------------------- /resources/splash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/resources/splash.png -------------------------------------------------------------------------------- /src/app/app.component.ts: -------------------------------------------------------------------------------- 1 | import { Component } from '@angular/core'; 2 | import { Platform } from 'ionic-angular'; 3 | import { StatusBar } from '@ionic-native/status-bar'; 4 | import { SplashScreen } from '@ionic-native/splash-screen'; 5 | 6 | import { TabsPage } from '../pages/tabs/tabs'; 7 | 8 | @Component({ 9 | templateUrl: 'app.html' 10 | }) 11 | export class MyApp { 12 | rootPage:any = TabsPage; 13 | 14 | constructor(platform: Platform, statusBar: StatusBar, splashScreen: SplashScreen) { 15 | platform.ready().then(() => { 16 | // Okay, so the platform is ready and our plugins are available. 17 | // Here you can do any higher level native things you might need. 18 | statusBar.styleDefault(); 19 | splashScreen.hide(); 20 | }); 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /src/app/app.html: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/app/app.module.ts: -------------------------------------------------------------------------------- 1 | import { UserNamePage } from './../pages/person/user-name/user-name'; 2 | import { BindPhoneNumberPage } from './../pages/person/bind-phone-number/bind-phone-number'; 3 | import { AvatarPage } from './../pages/person/avatar/avatar'; 4 | import { PrivacyPage } from './../pages/person/privacy/privacy'; 5 | import { AboutusPage } from './../pages/person/aboutus/aboutus'; 6 | import { PasswordManagePage } from './../pages/person/password-manage/password-manage'; 7 | import { SettingPage } from './../pages/person/setting/setting'; 8 | import { SegmentPage } from './../pages/segment/segment'; 9 | import { NavigationDetailPage } from './../pages/navigation-detail/navigation-detail'; 10 | import { NavigationPage } from './../pages/navigation/navigation'; 11 | import { CardsImagePage } from './../pages/cards-image/cards-image'; 12 | import { CardsListPage } from './../pages/cards-list/cards-list'; 13 | import { NgModule, ErrorHandler } from '@angular/core'; 14 | import { BrowserModule } from '@angular/platform-browser'; 15 | import { IonicApp, IonicModule, IonicErrorHandler } from 'ionic-angular'; 16 | import { MyApp } from './app.component'; 17 | 18 | import { AboutPage } from '../pages/about/about'; 19 | import { ContactPage } from '../pages/contact/contact'; 20 | import { HomePage } from '../pages/home/home'; 21 | import { TabsPage } from '../pages/tabs/tabs'; 22 | 23 | import { StatusBar } from '@ionic-native/status-bar'; 24 | import { SplashScreen } from '@ionic-native/splash-screen'; 25 | import {PersonPage} from "../pages/person/person"; 26 | import { NgZorroAntdModule } from 'ng-zorro-antd'; 27 | import { registerLocaleData } from '@angular/common'; 28 | import zh from '@angular/common/locales/zh'; 29 | registerLocaleData(zh); 30 | 31 | 32 | import {BrowserAnimationsModule} from "@angular/platform-browser/animations"; 33 | import {HttpClientModule} from "@angular/common/http"; 34 | import {FormsModule} from "@angular/forms"; 35 | import {LoginPage} from "../pages/login/login"; 36 | import {RegistPage} from "../pages/regist/regist"; 37 | 38 | @NgModule({ 39 | declarations: [ 40 | MyApp, 41 | AboutPage, 42 | ContactPage, 43 | HomePage, 44 | TabsPage, 45 | PersonPage, 46 | LoginPage, 47 | RegistPage, 48 | CardsListPage, 49 | CardsImagePage, 50 | NavigationPage, 51 | NavigationDetailPage, 52 | SegmentPage, 53 | SettingPage, 54 | PasswordManagePage, 55 | AboutusPage, 56 | PrivacyPage, 57 | AvatarPage, 58 | BindPhoneNumberPage, 59 | UserNamePage 60 | ], 61 | imports: [ 62 | BrowserModule, 63 | IonicModule.forRoot(MyApp), 64 | FormsModule, 65 | HttpClientModule, 66 | BrowserAnimationsModule, 67 | NgZorroAntdModule.forRoot() 68 | ], 69 | bootstrap: [IonicApp], 70 | entryComponents: [ 71 | MyApp, 72 | AboutPage, 73 | ContactPage, 74 | HomePage, 75 | TabsPage, 76 | PersonPage, 77 | LoginPage, 78 | RegistPage, 79 | CardsListPage, 80 | CardsImagePage, 81 | NavigationPage, 82 | NavigationDetailPage, 83 | SegmentPage, 84 | SettingPage, 85 | PasswordManagePage, 86 | AboutusPage, 87 | PrivacyPage, 88 | AvatarPage, 89 | BindPhoneNumberPage, 90 | UserNamePage 91 | ], 92 | providers: [ 93 | StatusBar, 94 | SplashScreen, 95 | {provide: ErrorHandler, useClass: IonicErrorHandler} 96 | ] 97 | }) 98 | export class AppModule {} 99 | -------------------------------------------------------------------------------- /src/app/app.scss: -------------------------------------------------------------------------------- 1 | // http://ionicframework.com/docs/theming/ 2 | 3 | body{ 4 | background: #f4f4f4; 5 | } 6 | // App Global Sass 7 | // -------------------------------------------------- 8 | // Put style rules here that you want to apply globally. These 9 | // styles are for the entire app and not just one component. 10 | // Additionally, this file can be also used as an entry point 11 | // to import other Sass files to be included in the output CSS. 12 | // 13 | // Shared Sass variables, which can be used to adjust Ionic's 14 | // default Sass variables, belong in "theme/variables.scss". 15 | // 16 | // To declare rules for a specific mode, create a child rule 17 | // for the .md, .ios, or .wp mode classes. The mode class is 18 | // automatically applied to the element in the app. 19 | -------------------------------------------------------------------------------- /src/app/main.ts: -------------------------------------------------------------------------------- 1 | import { platformBrowserDynamic } from '@angular/platform-browser-dynamic'; 2 | 3 | import { AppModule } from './app.module'; 4 | 5 | platformBrowserDynamic().bootstrapModule(AppModule); 6 | -------------------------------------------------------------------------------- /src/assets/icon/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/icon/favicon.ico -------------------------------------------------------------------------------- /src/assets/img/404.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/404.png -------------------------------------------------------------------------------- /src/assets/img/add_voucher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/add_voucher.png -------------------------------------------------------------------------------- /src/assets/img/avatar-samwise.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/avatar-samwise.jpg -------------------------------------------------------------------------------- /src/assets/img/avatar-ts-rex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/avatar-ts-rex.png -------------------------------------------------------------------------------- /src/assets/img/avatar-yoda.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/avatar-yoda.png -------------------------------------------------------------------------------- /src/assets/img/battery_img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/battery_img.png -------------------------------------------------------------------------------- /src/assets/img/beatuey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/beatuey.png -------------------------------------------------------------------------------- /src/assets/img/bran_pro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/bran_pro.png -------------------------------------------------------------------------------- /src/assets/img/brand.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/brand.png -------------------------------------------------------------------------------- /src/assets/img/brand_homeimg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/brand_homeimg.png -------------------------------------------------------------------------------- /src/assets/img/brand_homeimg1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/brand_homeimg1.png -------------------------------------------------------------------------------- /src/assets/img/brand_homeimg2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/brand_homeimg2.png -------------------------------------------------------------------------------- /src/assets/img/brand_homeimg3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/brand_homeimg3.png -------------------------------------------------------------------------------- /src/assets/img/brand_img_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/brand_img_01.png -------------------------------------------------------------------------------- /src/assets/img/brand_img_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/brand_img_02.png -------------------------------------------------------------------------------- /src/assets/img/brand_img_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/brand_img_03.png -------------------------------------------------------------------------------- /src/assets/img/brand_img_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/brand_img_04.png -------------------------------------------------------------------------------- /src/assets/img/brand_img_05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/brand_img_05.png -------------------------------------------------------------------------------- /src/assets/img/brand_img_06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/brand_img_06.png -------------------------------------------------------------------------------- /src/assets/img/car_bac.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/car_bac.png -------------------------------------------------------------------------------- /src/assets/img/car_radar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/car_radar.png -------------------------------------------------------------------------------- /src/assets/img/carapp_img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/carapp_img.png -------------------------------------------------------------------------------- /src/assets/img/checkcar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/checkcar.png -------------------------------------------------------------------------------- /src/assets/img/checkhome.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/checkhome.png -------------------------------------------------------------------------------- /src/assets/img/checkper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/checkper.png -------------------------------------------------------------------------------- /src/assets/img/checkshop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/checkshop.png -------------------------------------------------------------------------------- /src/assets/img/choose_brimg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/choose_brimg.png -------------------------------------------------------------------------------- /src/assets/img/choose_brimg1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/choose_brimg1.png -------------------------------------------------------------------------------- /src/assets/img/choose_brimg3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/choose_brimg3.png -------------------------------------------------------------------------------- /src/assets/img/choose_brimg4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/choose_brimg4.png -------------------------------------------------------------------------------- /src/assets/img/choose_brimg5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/choose_brimg5.png -------------------------------------------------------------------------------- /src/assets/img/choose_brimg6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/choose_brimg6.png -------------------------------------------------------------------------------- /src/assets/img/choose_brimg7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/choose_brimg7.png -------------------------------------------------------------------------------- /src/assets/img/choose_brimg8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/choose_brimg8.png -------------------------------------------------------------------------------- /src/assets/img/choose_brimg9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/choose_brimg9.png -------------------------------------------------------------------------------- /src/assets/img/collect_brand.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/collect_brand.png -------------------------------------------------------------------------------- /src/assets/img/company_info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/company_info.png -------------------------------------------------------------------------------- /src/assets/img/countdown_wait.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/countdown_wait.png -------------------------------------------------------------------------------- /src/assets/img/countdown_ye.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/countdown_ye.png -------------------------------------------------------------------------------- /src/assets/img/coupon_img1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/coupon_img1.png -------------------------------------------------------------------------------- /src/assets/img/coupon_img2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/coupon_img2.png -------------------------------------------------------------------------------- /src/assets/img/cross@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/cross@3x.png -------------------------------------------------------------------------------- /src/assets/img/delete_proof.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/delete_proof.png -------------------------------------------------------------------------------- /src/assets/img/djq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/djq.png -------------------------------------------------------------------------------- /src/assets/img/down_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/down_arrow.png -------------------------------------------------------------------------------- /src/assets/img/duihao.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/duihao.png -------------------------------------------------------------------------------- /src/assets/img/ele_img1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/ele_img1.png -------------------------------------------------------------------------------- /src/assets/img/ele_img2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/ele_img2.png -------------------------------------------------------------------------------- /src/assets/img/ele_img3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/ele_img3.png -------------------------------------------------------------------------------- /src/assets/img/ele_img4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/ele_img4.png -------------------------------------------------------------------------------- /src/assets/img/ele_img5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/ele_img5.png -------------------------------------------------------------------------------- /src/assets/img/ele_img6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/ele_img6.png -------------------------------------------------------------------------------- /src/assets/img/ele_img7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/ele_img7.png -------------------------------------------------------------------------------- /src/assets/img/empty_box.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/empty_box.png -------------------------------------------------------------------------------- /src/assets/img/evey_wam.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/evey_wam.png -------------------------------------------------------------------------------- /src/assets/img/first_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/first_logo.png -------------------------------------------------------------------------------- /src/assets/img/goods_nopay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/goods_nopay.png -------------------------------------------------------------------------------- /src/assets/img/header-1_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/header-1_03.png -------------------------------------------------------------------------------- /src/assets/img/home_img01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/home_img01.png -------------------------------------------------------------------------------- /src/assets/img/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/icon.png -------------------------------------------------------------------------------- /src/assets/img/info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/info.png -------------------------------------------------------------------------------- /src/assets/img/item01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/item01.png -------------------------------------------------------------------------------- /src/assets/img/item02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/item02.png -------------------------------------------------------------------------------- /src/assets/img/item03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/item03.png -------------------------------------------------------------------------------- /src/assets/img/item04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/item04.png -------------------------------------------------------------------------------- /src/assets/img/kai_cart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/kai_cart.png -------------------------------------------------------------------------------- /src/assets/img/log_collection.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/log_collection.png -------------------------------------------------------------------------------- /src/assets/img/login_avatar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/login_avatar.png -------------------------------------------------------------------------------- /src/assets/img/login_bac.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/login_bac.png -------------------------------------------------------------------------------- /src/assets/img/login_concat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/login_concat.png -------------------------------------------------------------------------------- /src/assets/img/login_evel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/login_evel.png -------------------------------------------------------------------------------- /src/assets/img/login_payment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/login_payment.png -------------------------------------------------------------------------------- /src/assets/img/login_rece.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/login_rece.png -------------------------------------------------------------------------------- /src/assets/img/login_served.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/login_served.png -------------------------------------------------------------------------------- /src/assets/img/login_server.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/login_server.png -------------------------------------------------------------------------------- /src/assets/img/logo_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/logo_03.png -------------------------------------------------------------------------------- /src/assets/img/looger.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/looger.png -------------------------------------------------------------------------------- /src/assets/img/lower_car.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/lower_car.png -------------------------------------------------------------------------------- /src/assets/img/mainte_img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/mainte_img.png -------------------------------------------------------------------------------- /src/assets/img/map.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/map.png -------------------------------------------------------------------------------- /src/assets/img/mendian_img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/mendian_img.png -------------------------------------------------------------------------------- /src/assets/img/minus_shop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/minus_shop.png -------------------------------------------------------------------------------- /src/assets/img/more_img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/more_img.png -------------------------------------------------------------------------------- /src/assets/img/my_carimg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/my_carimg.png -------------------------------------------------------------------------------- /src/assets/img/navigation_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/navigation_icon.png -------------------------------------------------------------------------------- /src/assets/img/notice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/notice.png -------------------------------------------------------------------------------- /src/assets/img/oil_img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/oil_img.png -------------------------------------------------------------------------------- /src/assets/img/page1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/page1.png -------------------------------------------------------------------------------- /src/assets/img/page2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/page2.png -------------------------------------------------------------------------------- /src/assets/img/page3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/page3.png -------------------------------------------------------------------------------- /src/assets/img/page4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/page4.png -------------------------------------------------------------------------------- /src/assets/img/page5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/page5.png -------------------------------------------------------------------------------- /src/assets/img/password_hide.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/password_hide.png -------------------------------------------------------------------------------- /src/assets/img/password_show.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/password_show.png -------------------------------------------------------------------------------- /src/assets/img/person_img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/person_img.png -------------------------------------------------------------------------------- /src/assets/img/plus_shop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/plus_shop.png -------------------------------------------------------------------------------- /src/assets/img/proof01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/proof01.jpg -------------------------------------------------------------------------------- /src/assets/img/proof02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/proof02.jpg -------------------------------------------------------------------------------- /src/assets/img/qq@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/qq@2x.png -------------------------------------------------------------------------------- /src/assets/img/raido_seclect@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/raido_seclect@2x.png -------------------------------------------------------------------------------- /src/assets/img/red_bac.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/red_bac.png -------------------------------------------------------------------------------- /src/assets/img/reg_login.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/reg_login.png -------------------------------------------------------------------------------- /src/assets/img/retr_addr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/retr_addr.png -------------------------------------------------------------------------------- /src/assets/img/second.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/second.png -------------------------------------------------------------------------------- /src/assets/img/service.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/service.png -------------------------------------------------------------------------------- /src/assets/img/service_cart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/service_cart.png -------------------------------------------------------------------------------- /src/assets/img/set_upimg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/set_upimg.png -------------------------------------------------------------------------------- /src/assets/img/shape_brand.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/shape_brand.png -------------------------------------------------------------------------------- /src/assets/img/shop_cart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/shop_cart.png -------------------------------------------------------------------------------- /src/assets/img/shopimg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/shopimg.png -------------------------------------------------------------------------------- /src/assets/img/sina@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/sina@2x.png -------------------------------------------------------------------------------- /src/assets/img/site.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/site.png -------------------------------------------------------------------------------- /src/assets/img/sp_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/sp_02.png -------------------------------------------------------------------------------- /src/assets/img/stat_bac.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/stat_bac.png -------------------------------------------------------------------------------- /src/assets/img/store_img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/store_img.png -------------------------------------------------------------------------------- /src/assets/img/store_img0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/store_img0.png -------------------------------------------------------------------------------- /src/assets/img/store_img1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/store_img1.png -------------------------------------------------------------------------------- /src/assets/img/store_img2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/store_img2.png -------------------------------------------------------------------------------- /src/assets/img/store_img3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/store_img3.png -------------------------------------------------------------------------------- /src/assets/img/store_img4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/store_img4.png -------------------------------------------------------------------------------- /src/assets/img/thiscar_img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/thiscar_img.png -------------------------------------------------------------------------------- /src/assets/img/time_buy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/time_buy.png -------------------------------------------------------------------------------- /src/assets/img/timer_img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/timer_img.png -------------------------------------------------------------------------------- /src/assets/img/tires_img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/tires_img.png -------------------------------------------------------------------------------- /src/assets/img/top_cart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/top_cart.png -------------------------------------------------------------------------------- /src/assets/img/top_cart1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/top_cart1.png -------------------------------------------------------------------------------- /src/assets/img/top_clean.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/top_clean.png -------------------------------------------------------------------------------- /src/assets/img/top_engine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/top_engine.png -------------------------------------------------------------------------------- /src/assets/img/top_glass.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/top_glass.png -------------------------------------------------------------------------------- /src/assets/img/top_la.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/top_la.png -------------------------------------------------------------------------------- /src/assets/img/top_plating.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/top_plating.png -------------------------------------------------------------------------------- /src/assets/img/top_polishing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/top_polishing.png -------------------------------------------------------------------------------- /src/assets/img/top_tires.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/top_tires.png -------------------------------------------------------------------------------- /src/assets/img/topic_bac.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/topic_bac.png -------------------------------------------------------------------------------- /src/assets/img/topic_btn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/topic_btn.png -------------------------------------------------------------------------------- /src/assets/img/topic_img1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/topic_img1.png -------------------------------------------------------------------------------- /src/assets/img/topic_use.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/topic_use.png -------------------------------------------------------------------------------- /src/assets/img/topic_use2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/topic_use2.png -------------------------------------------------------------------------------- /src/assets/img/two_code.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/two_code.png -------------------------------------------------------------------------------- /src/assets/img/tyre.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/tyre.png -------------------------------------------------------------------------------- /src/assets/img/tyree.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/tyree.png -------------------------------------------------------------------------------- /src/assets/img/user.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/user.png -------------------------------------------------------------------------------- /src/assets/img/user_img1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/user_img1.png -------------------------------------------------------------------------------- /src/assets/img/vouchers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/vouchers.png -------------------------------------------------------------------------------- /src/assets/img/weixin@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/weixin@2x.png -------------------------------------------------------------------------------- /src/assets/img/weizhi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/weizhi.png -------------------------------------------------------------------------------- /src/assets/img/wipers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/wipers.png -------------------------------------------------------------------------------- /src/assets/img/xiaofei.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/ionic-cli/fae6650b3f4abab0362427def0eebb1e22d00573/src/assets/img/xiaofei.png -------------------------------------------------------------------------------- /src/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Ionic App 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | -------------------------------------------------------------------------------- /src/manifest.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Ionic", 3 | "short_name": "Ionic", 4 | "start_url": "index.html", 5 | "display": "standalone", 6 | "icons": [{ 7 | "src": "assets/imgs/logo.png", 8 | "sizes": "512x512", 9 | "type": "image/png" 10 | }], 11 | "background_color": "#4e8ef7", 12 | "theme_color": "#4e8ef7" 13 | } -------------------------------------------------------------------------------- /src/pages/about/about.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 卡片 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 卡片 16 | 17 | 18 | 22 | 23 | 27 | 28 | 32 | 33 | 37 | 38 | 42 | 43 | 47 | 48 | 49 | 50 | 51 | 52 | -------------------------------------------------------------------------------- /src/pages/about/about.scss: -------------------------------------------------------------------------------- 1 | page-about { 2 | [nz-button] { 3 | margin-right: 8px; 4 | margin-bottom: 12px; 5 | } 6 | nz-date-picker, nz-month-picker, nz-range-picker, nz-week-picker { 7 | margin: 0 8px 12px 0; 8 | } 9 | } 10 | -------------------------------------------------------------------------------- /src/pages/about/about.ts: -------------------------------------------------------------------------------- 1 | import { SegmentPage } from './../segment/segment'; 2 | import { NavigationPage } from './../navigation/navigation'; 3 | import { CardsImagePage } from './../cards-image/cards-image'; 4 | import { CardsListPage } from './../cards-list/cards-list'; 5 | import { Component} from '@angular/core'; 6 | import { NavController } from 'ionic-angular'; 7 | 8 | @Component({ 9 | selector: 'page-about', 10 | templateUrl: 'about.html' 11 | }) 12 | export class AboutPage { 13 | 14 | constructor(public navCtrl: NavController) { 15 | } 16 | 17 | goCardsList(){ 18 | this.navCtrl.push(CardsListPage) 19 | } 20 | getCardImg(){ 21 | this.navCtrl.push(CardsImagePage) 22 | } 23 | getNavigation(){ 24 | this.navCtrl.push(NavigationPage) 25 | } 26 | segment(){ 27 | this.navCtrl.push(SegmentPage) 28 | } 29 | } 30 | 31 | // export class NzDemoDatePickerExtraFooterComponent{ 32 | // //日期选择 33 | // plainFooter = 'plain extra footer'; 34 | // footerRender=()=>'footer' 35 | // } 36 | -------------------------------------------------------------------------------- /src/pages/cards-image/cards-image.html: -------------------------------------------------------------------------------- 1 | 7 | 8 | 9 | 10 | cards-image 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 |
card image
20 |
41 Listings
21 |
22 | 23 | 24 |
card image
25 |
41 Listings
26 |
27 | 28 | 29 |
card image
30 |
41 Listings
31 |
32 | 33 | 34 |
card image
35 |
41 Listings
36 |
37 |
38 | -------------------------------------------------------------------------------- /src/pages/cards-image/cards-image.module.ts: -------------------------------------------------------------------------------- 1 | import { NgModule } from '@angular/core'; 2 | import { IonicPageModule } from 'ionic-angular'; 3 | import { CardsImagePage } from './cards-image'; 4 | 5 | @NgModule({ 6 | declarations: [ 7 | CardsImagePage, 8 | ], 9 | imports: [ 10 | IonicPageModule.forChild(CardsImagePage), 11 | ], 12 | }) 13 | export class CardsImagePageModule {} 14 | -------------------------------------------------------------------------------- /src/pages/cards-image/cards-image.scss: -------------------------------------------------------------------------------- 1 | page-cards-image { 2 | ion-card { 3 | position: relative; 4 | text-align: center; 5 | } 6 | 7 | .card-title { 8 | position: absolute; 9 | top: 36%; 10 | font-size: 2.0em; 11 | width: 100%; 12 | font-weight: bold; 13 | color: #fff; 14 | } 15 | 16 | .card-subtitle { 17 | font-size: 1.0em; 18 | position: absolute; 19 | top: 52%; 20 | width: 100%; 21 | color: #fff; 22 | } 23 | } 24 | -------------------------------------------------------------------------------- /src/pages/cards-image/cards-image.ts: -------------------------------------------------------------------------------- 1 | import { Component } from '@angular/core'; 2 | import { IonicPage, NavController, NavParams } from 'ionic-angular'; 3 | 4 | /** 5 | * Generated class for the CardsImagePage page. 6 | * 7 | * See https://ionicframework.com/docs/components/#navigation for more info on 8 | * Ionic pages and navigation. 9 | */ 10 | 11 | @IonicPage() 12 | @Component({ 13 | selector: 'page-cards-image', 14 | templateUrl: 'cards-image.html', 15 | }) 16 | export class CardsImagePage { 17 | 18 | constructor(public navCtrl: NavController, public navParams: NavParams) { 19 | } 20 | 21 | ionViewDidLoad() { 22 | console.log('ionViewDidLoad CardsImagePage'); 23 | } 24 | 25 | } 26 | -------------------------------------------------------------------------------- /src/pages/cards-list/cards-list.html: -------------------------------------------------------------------------------- 1 | 7 | 8 | 9 | 10 | 社交卡片 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 |

不动的推动者

24 |

写于2018/6/28深夜

25 |
26 | 27 | 28 | 29 | 30 |

先天综合判断纯粹知性先天形式 范畴的演绎规则....你必须依照普遍法则的内涵自我反省,并且停止狡辩——我讨厌那样

31 |
32 | 33 | 34 | 35 | 39 | 40 | 41 | 45 | 46 | 47 | 48 | 11小时前 49 | 50 | 51 | 52 |
53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 |

神威如狱

61 |

写于2018/6/30下午

62 |
63 | 64 | 65 | 66 | 67 |

我思故我在我思故我在我思故我在我思故我在我思故我在我思故我在

68 |
69 | 70 | 71 | 72 | 76 | 77 | 78 | 82 | 83 | 84 | 85 | 1小时前 86 | 87 | 88 | 89 |
90 | 91 | 92 | 93 | 94 | 95 | 96 |

从此天荒

97 |

写于2018/6/29凌晨

98 |
99 | 100 | 101 | 102 | 103 |

真正的哲学存在于本体论中..

104 |
105 | 106 | 107 | 108 | 112 | 113 | 114 | 118 | 119 | 120 | 121 | 5小时前 122 | 123 | 124 | 125 |
126 | 127 |
128 | -------------------------------------------------------------------------------- /src/pages/cards-list/cards-list.module.ts: -------------------------------------------------------------------------------- 1 | import { NgModule } from '@angular/core'; 2 | import { IonicPageModule } from 'ionic-angular'; 3 | import { CardsListPage } from './cards-list'; 4 | 5 | @NgModule({ 6 | declarations: [ 7 | CardsListPage, 8 | ], 9 | imports: [ 10 | IonicPageModule.forChild(CardsListPage), 11 | ], 12 | }) 13 | export class CardsListPageModule {} 14 | -------------------------------------------------------------------------------- /src/pages/cards-list/cards-list.scss: -------------------------------------------------------------------------------- 1 | page-cards-list { 2 | 3 | } 4 | -------------------------------------------------------------------------------- /src/pages/cards-list/cards-list.ts: -------------------------------------------------------------------------------- 1 | import { Component } from '@angular/core'; 2 | import { IonicPage, NavController, NavParams } from 'ionic-angular'; 3 | 4 | /** 5 | * Generated class for the CardsListPage page. 6 | * 7 | * See https://ionicframework.com/docs/components/#navigation for more info on 8 | * Ionic pages and navigation. 9 | */ 10 | 11 | @IonicPage() 12 | @Component({ 13 | selector: 'page-cards-list', 14 | templateUrl: 'cards-list.html', 15 | }) 16 | export class CardsListPage { 17 | 18 | constructor(public navCtrl: NavController, public navParams: NavParams) { 19 | } 20 | 21 | ionViewDidLoad() { 22 | console.log('ionViewDidLoad CardsListPage'); 23 | } 24 | 25 | } 26 | -------------------------------------------------------------------------------- /src/pages/contact/contact.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 购物车 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /src/pages/contact/contact.scss: -------------------------------------------------------------------------------- 1 | page-contact { 2 | 3 | } 4 | -------------------------------------------------------------------------------- /src/pages/contact/contact.ts: -------------------------------------------------------------------------------- 1 | import { Component } from '@angular/core'; 2 | import { NavController,ActionSheetController,Platform } from 'ionic-angular'; 3 | 4 | @Component({ 5 | selector: 'page-contact', 6 | templateUrl: 'contact.html' 7 | }) 8 | export class ContactPage { 9 | 10 | constructor(public platform: Platform,public navCtrl: NavController,public actionSheetCtrl:ActionSheetController) { 11 | 12 | } 13 | openMenu(){ 14 | //声明数组 15 | const actionSheet = this.actionSheetCtrl.create({ 16 | title:"选择框", 17 | buttons:[ 18 | { 19 | text:'分享', 20 | role:'destructive', 21 | icon: !this.platform.is('ios') ? 'share' : null, 22 | handler:()=>{ 23 | console.log("分享") 24 | } 25 | }, 26 | { 27 | text:'注册', 28 | role:'注册', 29 | handler:()=>{ 30 | console.log("注册") 31 | } 32 | }, 33 | { 34 | text:'Cancel', 35 | role:'cancel', 36 | handler:()=>{ 37 | console.log("退出") 38 | } 39 | } 40 | ] 41 | }) 42 | actionSheet.present(); 43 | } 44 | } 45 | -------------------------------------------------------------------------------- /src/pages/home/home.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 |
30 | 31 |

机油

32 |
33 |
34 | 35 |

轮胎

36 |
37 |
38 | 39 |

电瓶

40 |
41 |
42 | 43 |

雨刷

44 |
45 |
46 | 47 |

记录仪

48 |
49 |
50 | 51 |

维修保养

52 |
53 |
54 | 55 |

汽车装饰

56 |
57 |
58 | 59 |

美容清洗

60 |
61 |
62 | 63 |

车载电器

64 |
65 |
66 | 67 |

更多

68 |
69 | 70 |
71 | 72 | 73 | 74 | 75 | 76 | 77 |
78 | -------------------------------------------------------------------------------- /src/pages/home/home.scss: -------------------------------------------------------------------------------- 1 | page-home { 2 | $browser-default-font-size: 10px !default;//变量的值可以根据自己需求定义 3 | 4 | html { 5 | font-size: $browser-default-font-size; 6 | } 7 | 8 | @function pxTorem($px){//$px为需要转换的字号 9 | @return $px / $browser-default-font-size * 1rem; 10 | } 11 | //轮播 12 | ion-slides{ 13 | width: 100%; 14 | height: 33.5%; 15 | } 16 | .img-slides{ 17 | width: 100%; 18 | height: 100%; 19 | } 20 | //list 21 | .contaniner_list{ 22 | width: 100%; 23 | height: pxTorem(180px); 24 | margin-top: pxTorem(20px); 25 | display: flex; 26 | justify-content: flex-start; 27 | flex-wrap: wrap; 28 | } 29 | .content_box{ 30 | width: 20%; 31 | height: pxTorem(80px); 32 | text-align: center; 33 | align-items: center; 34 | } 35 | .img_box{ 36 | width: 100%; 37 | height: 100%; 38 | } 39 | .content_box img{ 40 | width: 45px; 41 | height: 45px; 42 | border-radius: 50%; 43 | } 44 | 45 | } 46 | -------------------------------------------------------------------------------- /src/pages/home/home.ts: -------------------------------------------------------------------------------- 1 | import {Component, ViewChild} from '@angular/core'; 2 | import {NavController, Slides} from 'ionic-angular'; 3 | 4 | 5 | @Component({ 6 | selector: 'page-home', 7 | templateUrl: 'home.html' 8 | }) 9 | export class HomePage { 10 | 11 | @ViewChild(Slides) slides:Slides; 12 | 13 | //声明 14 | searchQuery:string=''; 15 | items:string[]; 16 | 17 | constructor(public navCtrl: NavController) { 18 | 19 | } 20 | 21 | //轮播 22 | goToSlide(){ 23 | this.slides.slideTo(2,500); 24 | } 25 | 26 | slideChanged(){ 27 | let currentIndex = this.slides.getActiveIndex(); 28 | console.log('index is',currentIndex); 29 | } 30 | ngAfterViewInit() { 31 | this.slides.freeMode = true; 32 | } 33 | 34 | // 搜索 35 | initialzeItems(){ 36 | this.items=[ 37 | '张三', 38 | '李四', 39 | '大王', 40 | '小王', 41 | '你好', 42 | ]; 43 | } 44 | 45 | getItems(ev:any){ 46 | //调取数组数据 47 | this.initialzeItems(); 48 | //获取input框的value 49 | let val = ev.target.value; 50 | 51 | if(val && val.trim() != ''){ 52 | this.items = this.items.filter((item)=>{ 53 | return (item.toLowerCase().indexOf(val.toLowerCase())>-1); 54 | }) 55 | } 56 | 57 | 58 | } 59 | 60 | 61 | 62 | //初始化slides 63 | initSlides(){ 64 | 65 | } 66 | 67 | } 68 | -------------------------------------------------------------------------------- /src/pages/login/login.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 登录 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 用户名: 17 | 18 | 19 | 20 | 21 | 22 | 23 | 密码: 24 | 25 | 26 | 27 | 28 | 29 | 30 |
31 | 32 |
33 | 34 |
35 | 去注册 36 |
37 | 38 |
39 | -------------------------------------------------------------------------------- /src/pages/login/login.module.ts: -------------------------------------------------------------------------------- 1 | import { NgModule } from '@angular/core'; 2 | import { IonicPageModule } from 'ionic-angular'; 3 | import { LoginPage } from './login'; 4 | 5 | @NgModule({ 6 | declarations: [ 7 | LoginPage, 8 | ], 9 | imports: [ 10 | IonicPageModule.forChild(LoginPage), 11 | ], 12 | }) 13 | export class LoginPageModule {} 14 | -------------------------------------------------------------------------------- /src/pages/login/login.scss: -------------------------------------------------------------------------------- 1 | page-login { 2 | .regist{ 3 | font-size: 16px; 4 | color: #ccc; 5 | float: right; 6 | padding-right: 20px; 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /src/pages/login/login.ts: -------------------------------------------------------------------------------- 1 | import { Component } from '@angular/core'; 2 | import { IonicPage, NavController, NavParams } from 'ionic-angular'; 3 | import {RegistPage} from "../regist/regist"; 4 | 5 | /** 6 | * Generated class for the LoginPage page. 7 | * 8 | * See https://ionicframework.com/docs/components/#navigation for more info on 9 | * Ionic pages and navigation. 10 | */ 11 | 12 | @IonicPage() 13 | @Component({ 14 | selector: 'page-login', 15 | templateUrl: 'login.html', 16 | }) 17 | export class LoginPage { 18 | 19 | constructor(public navCtrl: NavController, public navParams: NavParams) { 20 | } 21 | 22 | ionViewDidLoad() { 23 | console.log('ionViewDidLoad LoginPage'); 24 | } 25 | 26 | //去注册 27 | getRegister(){ 28 | this.navCtrl.push(RegistPage); 29 | } 30 | 31 | } 32 | -------------------------------------------------------------------------------- /src/pages/navigation-detail/navigation-detail.html: -------------------------------------------------------------------------------- 1 | 7 | 8 | 9 | 10 | {{item.title}} 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | {{ item.description }} 19 | 20 | -------------------------------------------------------------------------------- /src/pages/navigation-detail/navigation-detail.module.ts: -------------------------------------------------------------------------------- 1 | import { NgModule } from '@angular/core'; 2 | import { IonicPageModule } from 'ionic-angular'; 3 | import { NavigationDetailPage } from './navigation-detail'; 4 | 5 | @NgModule({ 6 | declarations: [ 7 | NavigationDetailPage, 8 | ], 9 | imports: [ 10 | IonicPageModule.forChild(NavigationDetailPage), 11 | ], 12 | }) 13 | export class NavigationDetailPageModule {} 14 | -------------------------------------------------------------------------------- /src/pages/navigation-detail/navigation-detail.scss: -------------------------------------------------------------------------------- 1 | page-navigation-detail { 2 | 3 | } 4 | -------------------------------------------------------------------------------- /src/pages/navigation-detail/navigation-detail.ts: -------------------------------------------------------------------------------- 1 | import { Component } from '@angular/core'; 2 | import { IonicPage, NavController, NavParams } from 'ionic-angular'; 3 | 4 | /** 5 | * Generated class for the NavigationDetailPage page. 6 | * 7 | * See https://ionicframework.com/docs/components/#navigation for more info on 8 | * Ionic pages and navigation. 9 | */ 10 | 11 | @IonicPage() 12 | @Component({ 13 | selector: 'page-navigation-detail', 14 | templateUrl: 'navigation-detail.html', 15 | }) 16 | export class NavigationDetailPage { 17 | item; 18 | constructor(public navCtrl: NavController, public params: NavParams) { 19 | // this.item = params.data.item; 20 | console.log(params) 21 | } 22 | 23 | ionViewDidLoad() { 24 | console.log('ionViewDidLoad NavigationDetailPage'); 25 | } 26 | 27 | } 28 | -------------------------------------------------------------------------------- /src/pages/navigation/navigation.html: -------------------------------------------------------------------------------- 1 | 7 | 8 | 9 | 10 | 导航 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /src/pages/navigation/navigation.module.ts: -------------------------------------------------------------------------------- 1 | import { NgModule } from '@angular/core'; 2 | import { IonicPageModule } from 'ionic-angular'; 3 | import { NavigationPage } from './navigation'; 4 | 5 | @NgModule({ 6 | declarations: [ 7 | NavigationPage, 8 | ], 9 | imports: [ 10 | IonicPageModule.forChild(NavigationPage), 11 | ], 12 | }) 13 | export class NavigationPageModule {} 14 | -------------------------------------------------------------------------------- /src/pages/navigation/navigation.scss: -------------------------------------------------------------------------------- 1 | page-navigation { 2 | 3 | } 4 | -------------------------------------------------------------------------------- /src/pages/navigation/navigation.ts: -------------------------------------------------------------------------------- 1 | import { NavigationDetailPage } from './../navigation-detail/navigation-detail'; 2 | import { Component } from '@angular/core'; 3 | import { IonicPage, NavController, NavParams } from 'ionic-angular'; 4 | 5 | /** 6 | * Generated class for the NavigationPage page. 7 | * 8 | * See https://ionicframework.com/docs/components/#navigation for more info on 9 | * Ionic pages and navigation. 10 | */ 11 | 12 | @IonicPage() 13 | @Component({ 14 | selector: 'page-navigation', 15 | templateUrl: 'navigation.html', 16 | }) 17 | export class NavigationPage { 18 | 19 | items =[]; 20 | 21 | constructor(public navCtrl: NavController, public navParams: NavParams) { 22 | this.items = [ 23 | { 24 | 'title':'Angular', 25 | 'icon':'angular', 26 | 'color':'#e63135' 27 | }, 28 | { 29 | 'title': 'CSS3', 30 | 'icon': 'css3', 31 | 'description': 'The latest version of cascading stylesheets - the styling language of the web!', 32 | 'color': '#0CA9EA' 33 | }, 34 | { 35 | 'title': 'HTML5', 36 | 'icon': 'html5', 37 | 'description': 'The latest version of the web\'s markup language.', 38 | 'color': '#F46529' 39 | }, 40 | { 41 | 'title': 'JavaScript', 42 | 'icon': 'javascript', 43 | 'description': 'One of the most popular programming languages on the Web!', 44 | 'color': '#FFD439' 45 | }, 46 | { 47 | 'title': 'Sass', 48 | 'icon': 'sass', 49 | 'description': 'Syntactically Awesome Stylesheets - a mature, stable, and powerful professional grade CSS extension.', 50 | 'color': '#CE6296' 51 | }, 52 | { 53 | 'title': 'NodeJS', 54 | 'icon': 'nodejs', 55 | 'description': 'An open-source, cross-platform runtime environment for developing server-side Web applications.', 56 | 'color': '#78BD43' 57 | }, 58 | { 59 | 'title': 'Python', 60 | 'icon': 'python', 61 | 'description': 'A clear and powerful object-oriented programming language!', 62 | 'color': '#3575AC' 63 | }, 64 | { 65 | 'title': 'Markdown', 66 | 'icon': 'markdown', 67 | 'description': 'A super simple way to add formatting like headers, bold, bulleted lists, and so on to plain text.', 68 | 'color': '#412159' 69 | }, 70 | { 71 | 'title': 'Tux', 72 | 'icon': 'tux', 73 | 'description': 'The official mascot of the Linux kernel!', 74 | 'color': '#000' 75 | }, 76 | ]; 77 | } 78 | 79 | openNavDetails(item){ 80 | this.navCtrl.push(NavigationDetailPage,{item:item}) 81 | console.log(item) 82 | } 83 | 84 | ionViewDidLoad() { 85 | console.log('ionViewDidLoad NavigationPage'); 86 | } 87 | 88 | } 89 | -------------------------------------------------------------------------------- /src/pages/person/aboutus/aboutus.html: -------------------------------------------------------------------------------- 1 | 7 | 8 | 9 | 10 | 关于我们 11 | 12 | 13 | 14 | 15 | 16 | 17 |

这是关于我们

18 |
19 | -------------------------------------------------------------------------------- /src/pages/person/aboutus/aboutus.module.ts: -------------------------------------------------------------------------------- 1 | import { NgModule } from '@angular/core'; 2 | import { IonicPageModule } from 'ionic-angular'; 3 | import { AboutusPage } from './aboutus'; 4 | 5 | @NgModule({ 6 | declarations: [ 7 | AboutusPage, 8 | ], 9 | imports: [ 10 | IonicPageModule.forChild(AboutusPage), 11 | ], 12 | }) 13 | export class AboutusPageModule {} 14 | -------------------------------------------------------------------------------- /src/pages/person/aboutus/aboutus.scss: -------------------------------------------------------------------------------- 1 | page-aboutus { 2 | 3 | } 4 | -------------------------------------------------------------------------------- /src/pages/person/aboutus/aboutus.ts: -------------------------------------------------------------------------------- 1 | import { Component } from '@angular/core'; 2 | import { IonicPage, NavController, NavParams } from 'ionic-angular'; 3 | 4 | /** 5 | * Generated class for the AboutusPage page. 6 | * 7 | * See https://ionicframework.com/docs/components/#navigation for more info on 8 | * Ionic pages and navigation. 9 | */ 10 | 11 | @IonicPage() 12 | @Component({ 13 | selector: 'page-aboutus', 14 | templateUrl: 'aboutus.html', 15 | }) 16 | export class AboutusPage { 17 | 18 | constructor(public navCtrl: NavController, public navParams: NavParams) { 19 | } 20 | 21 | ionViewDidLoad() { 22 | console.log('ionViewDidLoad AboutusPage'); 23 | } 24 | 25 | } 26 | -------------------------------------------------------------------------------- /src/pages/person/avatar/avatar.html: -------------------------------------------------------------------------------- 1 | 7 | 8 | 9 | 10 | 修改头像 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 性别 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | -------------------------------------------------------------------------------- /src/pages/person/avatar/avatar.module.ts: -------------------------------------------------------------------------------- 1 | import { NgModule } from '@angular/core'; 2 | import { IonicPageModule } from 'ionic-angular'; 3 | import { AvatarPage } from './avatar'; 4 | 5 | @NgModule({ 6 | declarations: [ 7 | AvatarPage, 8 | ], 9 | imports: [ 10 | IonicPageModule.forChild(AvatarPage), 11 | ], 12 | }) 13 | export class AvatarPageModule {} 14 | -------------------------------------------------------------------------------- /src/pages/person/avatar/avatar.scss: -------------------------------------------------------------------------------- 1 | page-avatar { 2 | 3 | } 4 | -------------------------------------------------------------------------------- /src/pages/person/avatar/avatar.ts: -------------------------------------------------------------------------------- 1 | import { BindPhoneNumberPage } from './../../person/bind-phone-number/bind-phone-number'; 2 | import { UserNamePage } from './../../person/user-name/user-name'; 3 | import { Component } from '@angular/core'; 4 | import { IonicPage, NavController, NavParams } from 'ionic-angular'; 5 | 6 | /** 7 | * Generated class for the AvatarPage page. 8 | * 9 | * See https://ionicframework.com/docs/components/#navigation for more info on 10 | * Ionic pages and navigation. 11 | */ 12 | 13 | @IonicPage() 14 | @Component({ 15 | selector: 'page-avatar', 16 | templateUrl: 'avatar.html', 17 | }) 18 | export class AvatarPage { 19 | 20 | gender:string = "f"; 21 | gaming: string = "n64"; 22 | os: string; 23 | music: string; 24 | month: string; 25 | year: number; 26 | 27 | musicAlertOpts: { title: string, subTitle: string }; 28 | 29 | constructor(public navCtrl: NavController, public navParams: NavParams) { 30 | this.musicAlertOpts = { 31 | title: '1994 Music', 32 | subTitle: 'Select your favorite' 33 | }; 34 | } 35 | stpSelect() { 36 | console.log('STP selected'); 37 | } 38 | 39 | //去修改昵称 40 | getUserName(){ 41 | this.navCtrl.push(UserNamePage) 42 | } 43 | //绑定手机号 44 | clickPhone(){ 45 | this.navCtrl.push(BindPhoneNumberPage) 46 | } 47 | 48 | ionViewDidLoad() { 49 | console.log('ionViewDidLoad AvatarPage'); 50 | } 51 | 52 | } 53 | -------------------------------------------------------------------------------- /src/pages/person/bind-phone-number/bind-phone-number.html: -------------------------------------------------------------------------------- 1 | 7 | 8 | 9 | 10 | 绑定手机号 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 手机号: 22 | 23 | 24 | 25 | 26 | 27 | 28 | 验证码: 29 | 30 | 31 | 32 | 33 | 34 | 35 |
36 | 37 |
38 |
39 | -------------------------------------------------------------------------------- /src/pages/person/bind-phone-number/bind-phone-number.module.ts: -------------------------------------------------------------------------------- 1 | import { NgModule } from '@angular/core'; 2 | import { IonicPageModule } from 'ionic-angular'; 3 | import { BindPhoneNumberPage } from './bind-phone-number'; 4 | 5 | @NgModule({ 6 | declarations: [ 7 | BindPhoneNumberPage, 8 | ], 9 | imports: [ 10 | IonicPageModule.forChild(BindPhoneNumberPage), 11 | ], 12 | }) 13 | export class BindPhoneNumberPageModule {} 14 | -------------------------------------------------------------------------------- /src/pages/person/bind-phone-number/bind-phone-number.scss: -------------------------------------------------------------------------------- 1 | page-bind-phone-number { 2 | 3 | } 4 | -------------------------------------------------------------------------------- /src/pages/person/bind-phone-number/bind-phone-number.ts: -------------------------------------------------------------------------------- 1 | import { Component } from '@angular/core'; 2 | import { IonicPage, NavController, NavParams } from 'ionic-angular'; 3 | 4 | /** 5 | * Generated class for the BindPhoneNumberPage page. 6 | * 7 | * See https://ionicframework.com/docs/components/#navigation for more info on 8 | * Ionic pages and navigation. 9 | */ 10 | 11 | @IonicPage() 12 | @Component({ 13 | selector: 'page-bind-phone-number', 14 | templateUrl: 'bind-phone-number.html', 15 | }) 16 | export class BindPhoneNumberPage { 17 | 18 | constructor(public navCtrl: NavController, public navParams: NavParams) { 19 | } 20 | 21 | ionViewDidLoad() { 22 | console.log('ionViewDidLoad BindPhoneNumberPage'); 23 | } 24 | 25 | } 26 | -------------------------------------------------------------------------------- /src/pages/person/password-manage/password-manage.html: -------------------------------------------------------------------------------- 1 | 7 | 8 | 9 | 10 | 修改密码 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 验证码 20 | 21 | 22 | 23 | 新密码 24 | 25 | 26 | 27 |
28 | 29 |
30 |
31 | -------------------------------------------------------------------------------- /src/pages/person/password-manage/password-manage.module.ts: -------------------------------------------------------------------------------- 1 | import { NgModule } from '@angular/core'; 2 | import { IonicPageModule } from 'ionic-angular'; 3 | import { PasswordManagePage } from './password-manage'; 4 | 5 | @NgModule({ 6 | declarations: [ 7 | PasswordManagePage, 8 | ], 9 | imports: [ 10 | IonicPageModule.forChild(PasswordManagePage), 11 | ], 12 | }) 13 | export class PasswordManagePageModule {} 14 | -------------------------------------------------------------------------------- /src/pages/person/password-manage/password-manage.scss: -------------------------------------------------------------------------------- 1 | page-password-manage { 2 | 3 | } 4 | -------------------------------------------------------------------------------- /src/pages/person/password-manage/password-manage.ts: -------------------------------------------------------------------------------- 1 | import { Component } from '@angular/core'; 2 | import { IonicPage, NavController, NavParams } from 'ionic-angular'; 3 | 4 | /** 5 | * Generated class for the PasswordManagePage page. 6 | * 7 | * See https://ionicframework.com/docs/components/#navigation for more info on 8 | * Ionic pages and navigation. 9 | */ 10 | 11 | @IonicPage() 12 | @Component({ 13 | selector: 'page-password-manage', 14 | templateUrl: 'password-manage.html', 15 | }) 16 | export class PasswordManagePage { 17 | 18 | constructor(public navCtrl: NavController, public navParams: NavParams) { 19 | } 20 | 21 | ionViewDidLoad() { 22 | console.log('ionViewDidLoad PasswordManagePage'); 23 | } 24 | 25 | } 26 | -------------------------------------------------------------------------------- /src/pages/person/person.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 |
7 | 8 | 9 |
10 | 11 |
12 | 13 | 14 |
15 | 16 |
不动的推动者
17 |
18 | 19 | 20 |
21 | 22 |
23 | -------------------------------------------------------------------------------- /src/pages/person/person.module.ts: -------------------------------------------------------------------------------- 1 | import { NgModule } from '@angular/core'; 2 | import { IonicPageModule } from 'ionic-angular'; 3 | import { PersonPage } from './person'; 4 | 5 | @NgModule({ 6 | declarations: [ 7 | PersonPage, 8 | ], 9 | imports: [ 10 | IonicPageModule.forChild(PersonPage), 11 | ], 12 | }) 13 | export class PersonPageModule {} 14 | -------------------------------------------------------------------------------- /src/pages/person/person.scss: -------------------------------------------------------------------------------- 1 | page-person { 2 | .login-header{ 3 | display: block; 4 | width: 100%; 5 | height: 30vh; 6 | text-align: center; 7 | position: relative; 8 | background: url(../../assets//img/login_bac.png); 9 | background-size: cover; 10 | color: #fff; 11 | } 12 | 13 | //icon 14 | .settingIcon{ 15 | position: absolute; 16 | right: 20px; 17 | top: 30px; 18 | width: 20px; 19 | height: 20px; 20 | } 21 | .setting{ 22 | color: #fff; 23 | font-size: 24px; 24 | } 25 | // avatar 26 | .loginAvatar{ 27 | width: 80px; 28 | height: 80px; 29 | border-radius: 50%; 30 | position: absolute; 31 | top: 50px; 32 | left: 30px; 33 | } 34 | .loginAvatar .img{ 35 | width: 80px; 36 | height: 80px; 37 | border-radius: 50%; 38 | } 39 | .loginName{ 40 | width: 200px; 41 | height: auto; 42 | position: absolute; 43 | top: 23px; 44 | left: 50px; 45 | font-size: 16px; 46 | font-weight: 500; 47 | color: #fff; 48 | } 49 | } 50 | -------------------------------------------------------------------------------- /src/pages/person/person.ts: -------------------------------------------------------------------------------- 1 | import { AvatarPage } from './avatar/avatar'; 2 | import { SettingPage } from './../person/setting/setting'; 3 | import { Component } from '@angular/core'; 4 | import { IonicPage, NavController, NavParams } from 'ionic-angular'; 5 | /** 6 | * Generated class for the PersonPage page. 7 | * 8 | * See https://ionicframework.com/docs/components/#navigation for more info on 9 | * Ionic pages and navigation. 10 | */ 11 | 12 | @IonicPage() 13 | @Component({ 14 | selector: 'page-person', 15 | templateUrl: 'person.html', 16 | }) 17 | export class PersonPage { 18 | constructor(public navCtrl: NavController, public navParams: NavParams) { 19 | } 20 | 21 | ionViewDidLoad() { 22 | console.log('ionViewDidLoad PersonPage'); 23 | } 24 | 25 | //去设置 26 | getSetting(){ 27 | this.navCtrl.push(SettingPage); 28 | } 29 | 30 | //修改头像 31 | goAvatar(){ 32 | this.navCtrl.push(AvatarPage) 33 | } 34 | 35 | //去我的github 36 | getGithub(){ 37 | this.navCtrl.push("https://github.com/hzlshen/"); 38 | } 39 | 40 | } 41 | -------------------------------------------------------------------------------- /src/pages/person/privacy/privacy.html: -------------------------------------------------------------------------------- 1 | 7 | 8 | 9 | 10 | 隐私说明 11 | 12 | 13 | 14 | 15 | 16 | 17 |
这是隐私说明
18 |
19 | -------------------------------------------------------------------------------- /src/pages/person/privacy/privacy.module.ts: -------------------------------------------------------------------------------- 1 | import { NgModule } from '@angular/core'; 2 | import { IonicPageModule } from 'ionic-angular'; 3 | import { PrivacyPage } from './privacy'; 4 | 5 | @NgModule({ 6 | declarations: [ 7 | PrivacyPage, 8 | ], 9 | imports: [ 10 | IonicPageModule.forChild(PrivacyPage), 11 | ], 12 | }) 13 | export class PrivacyPageModule {} 14 | -------------------------------------------------------------------------------- /src/pages/person/privacy/privacy.scss: -------------------------------------------------------------------------------- 1 | page-privacy { 2 | 3 | } 4 | -------------------------------------------------------------------------------- /src/pages/person/privacy/privacy.ts: -------------------------------------------------------------------------------- 1 | import { Component } from '@angular/core'; 2 | import { IonicPage, NavController, NavParams } from 'ionic-angular'; 3 | 4 | /** 5 | * Generated class for the PrivacyPage page. 6 | * 7 | * See https://ionicframework.com/docs/components/#navigation for more info on 8 | * Ionic pages and navigation. 9 | */ 10 | 11 | @IonicPage() 12 | @Component({ 13 | selector: 'page-privacy', 14 | templateUrl: 'privacy.html', 15 | }) 16 | export class PrivacyPage { 17 | 18 | constructor(public navCtrl: NavController, public navParams: NavParams) { 19 | } 20 | 21 | ionViewDidLoad() { 22 | console.log('ionViewDidLoad PrivacyPage'); 23 | } 24 | 25 | } 26 | -------------------------------------------------------------------------------- /src/pages/person/setting/setting.html: -------------------------------------------------------------------------------- 1 | 7 | 8 | 9 | 10 | 设置 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | -------------------------------------------------------------------------------- /src/pages/person/setting/setting.module.ts: -------------------------------------------------------------------------------- 1 | import { NgModule } from '@angular/core'; 2 | import { IonicPageModule } from 'ionic-angular'; 3 | import { SettingPage } from './setting'; 4 | 5 | @NgModule({ 6 | declarations: [ 7 | SettingPage, 8 | ], 9 | imports: [ 10 | IonicPageModule.forChild(SettingPage), 11 | ], 12 | }) 13 | export class SettingPageModule {} 14 | -------------------------------------------------------------------------------- /src/pages/person/setting/setting.scss: -------------------------------------------------------------------------------- 1 | page-setting { 2 | 3 | } 4 | -------------------------------------------------------------------------------- /src/pages/person/setting/setting.ts: -------------------------------------------------------------------------------- 1 | import { PrivacyPage } from './../../person/privacy/privacy'; 2 | import { AboutusPage } from './../../person/aboutus/aboutus'; 3 | import { PasswordManagePage } from './../../person/password-manage/password-manage'; 4 | import { Component } from '@angular/core'; 5 | import { IonicPage, NavController, NavParams, AlertController } from 'ionic-angular'; 6 | 7 | /** 8 | * Generated class for the SettingPage page. 9 | * 10 | * See https://ionicframework.com/docs/components/#navigation for more info on 11 | * Ionic pages and navigation. 12 | */ 13 | 14 | @IonicPage() 15 | @Component({ 16 | selector: 'page-setting', 17 | templateUrl: 'setting.html', 18 | }) 19 | export class SettingPage { 20 | 21 | constructor(public navCtrl: NavController,public navParams: NavParams,public alertCtrl:AlertController) { 22 | } 23 | 24 | getPassword(){ 25 | this.navCtrl.push(PasswordManagePage) 26 | } 27 | toAbout(){ 28 | this.navCtrl.push(AboutusPage) 29 | } 30 | toPrivacy(){ 31 | this.navCtrl.push(PrivacyPage) 32 | } 33 | 34 | //退出登录 35 | //弹出模态框 36 | signOut(){ 37 | let alert = this.alertCtrl.create({ 38 | title:'提示', 39 | message:'是否确定退出', 40 | buttons:['确定'] 41 | }); 42 | alert.present() 43 | } 44 | 45 | ionViewDidLoad() { 46 | console.log('ionViewDidLoad SettingPage'); 47 | } 48 | 49 | } 50 | -------------------------------------------------------------------------------- /src/pages/person/user-name/user-name.html: -------------------------------------------------------------------------------- 1 | 7 | 8 | 9 | 10 | 修改昵称 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 昵称 20 | 21 | 22 | 23 |
24 | 25 |
26 |
27 | -------------------------------------------------------------------------------- /src/pages/person/user-name/user-name.module.ts: -------------------------------------------------------------------------------- 1 | import { NgModule } from '@angular/core'; 2 | import { IonicPageModule } from 'ionic-angular'; 3 | import { UserNamePage } from './user-name'; 4 | 5 | @NgModule({ 6 | declarations: [ 7 | UserNamePage, 8 | ], 9 | imports: [ 10 | IonicPageModule.forChild(UserNamePage), 11 | ], 12 | }) 13 | export class UserNamePageModule {} 14 | -------------------------------------------------------------------------------- /src/pages/person/user-name/user-name.scss: -------------------------------------------------------------------------------- 1 | page-user-name { 2 | 3 | } 4 | -------------------------------------------------------------------------------- /src/pages/person/user-name/user-name.ts: -------------------------------------------------------------------------------- 1 | import { Component } from '@angular/core'; 2 | import { IonicPage, NavController, NavParams } from 'ionic-angular'; 3 | 4 | /** 5 | * Generated class for the UserNamePage page. 6 | * 7 | * See https://ionicframework.com/docs/components/#navigation for more info on 8 | * Ionic pages and navigation. 9 | */ 10 | 11 | @IonicPage() 12 | @Component({ 13 | selector: 'page-user-name', 14 | templateUrl: 'user-name.html', 15 | }) 16 | export class UserNamePage { 17 | 18 | constructor(public navCtrl: NavController, public navParams: NavParams) { 19 | } 20 | 21 | ionViewDidLoad() { 22 | console.log('ionViewDidLoad UserNamePage'); 23 | } 24 | 25 | } 26 | -------------------------------------------------------------------------------- /src/pages/regist/regist.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 注册 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 用户名: 17 | 18 | 19 | 20 | 21 | 22 | 23 | 密码: 24 | 25 | 26 | 27 | 28 | 29 | 30 |
31 | 32 |
33 |
34 | -------------------------------------------------------------------------------- /src/pages/regist/regist.module.ts: -------------------------------------------------------------------------------- 1 | import { NgModule } from '@angular/core'; 2 | import { IonicPageModule } from 'ionic-angular'; 3 | import { RegistPage } from './regist'; 4 | 5 | @NgModule({ 6 | declarations: [ 7 | RegistPage, 8 | ], 9 | imports: [ 10 | IonicPageModule.forChild(RegistPage), 11 | ], 12 | }) 13 | export class RegistPageModule {} 14 | -------------------------------------------------------------------------------- /src/pages/regist/regist.scss: -------------------------------------------------------------------------------- 1 | page-regist { 2 | 3 | } 4 | -------------------------------------------------------------------------------- /src/pages/regist/regist.ts: -------------------------------------------------------------------------------- 1 | import { Component } from '@angular/core'; 2 | import { IonicPage, NavController, NavParams } from 'ionic-angular'; 3 | 4 | /** 5 | * Generated class for the RegistPage page. 6 | * 7 | * See https://ionicframework.com/docs/components/#navigation for more info on 8 | * Ionic pages and navigation. 9 | */ 10 | 11 | @IonicPage() 12 | @Component({ 13 | selector: 'page-regist', 14 | templateUrl: 'regist.html', 15 | }) 16 | export class RegistPage { 17 | 18 | constructor(public navCtrl: NavController, public navParams: NavParams) { 19 | } 20 | 21 | ionViewDidLoad() { 22 | console.log('ionViewDidLoad RegistPage'); 23 | } 24 | 25 | } 26 | -------------------------------------------------------------------------------- /src/pages/segment/segment.html: -------------------------------------------------------------------------------- 1 | 7 | 8 | 9 | 10 | tab 11 | 12 | 13 | 14 | 15 | 16 | 17 | Puppies 18 | 19 | 20 | Kittens 21 | 22 | 23 | Ducklings 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 | 32 | 33 | 34 |

Ruby

35 |
36 | 37 | 38 | 39 | 40 |

Oscar

41 |
42 | 43 | 44 | 45 | 46 |

Zoey

47 |
48 | 49 | 50 | 51 | 52 |

Otto

53 |
54 |
55 | 56 | 57 | 58 | 59 | 60 | 61 |

Luna

62 |
63 | 64 | 65 | 66 | 67 |

Milo

68 |
69 | 70 | 71 | 72 | 73 |

Bandit

74 |
75 | 76 | 77 | 78 | 79 |

Nala

80 |
81 |
82 | 83 | 84 | 85 | 86 | 87 | 88 |

Daffy

89 |
90 | 91 | 92 | 93 | 94 |

Huey

95 |
96 | 97 | 98 | 99 | 100 |

Dewey

101 |
102 | 103 | 104 | 105 | 106 |

Louie

107 |
108 |
109 |
110 |
111 | -------------------------------------------------------------------------------- /src/pages/segment/segment.module.ts: -------------------------------------------------------------------------------- 1 | import { NgModule } from '@angular/core'; 2 | import { IonicPageModule } from 'ionic-angular'; 3 | import { SegmentPage } from './segment'; 4 | 5 | @NgModule({ 6 | declarations: [ 7 | SegmentPage, 8 | ], 9 | imports: [ 10 | IonicPageModule.forChild(SegmentPage), 11 | ], 12 | }) 13 | export class SegmentPageModule {} 14 | -------------------------------------------------------------------------------- /src/pages/segment/segment.scss: -------------------------------------------------------------------------------- 1 | page-segment { 2 | 3 | } 4 | -------------------------------------------------------------------------------- /src/pages/segment/segment.ts: -------------------------------------------------------------------------------- 1 | import { Component } from '@angular/core'; 2 | import { IonicPage, NavController, NavParams, Platform } from 'ionic-angular'; 3 | 4 | /** 5 | * Generated class for the SegmentPage page. 6 | * 7 | * See https://ionicframework.com/docs/components/#navigation for more info on 8 | * Ionic pages and navigation. 9 | */ 10 | 11 | @IonicPage() 12 | @Component({ 13 | selector: 'page-segment', 14 | templateUrl: 'segment.html', 15 | }) 16 | export class SegmentPage { 17 | 18 | pet: string = "puppies"; 19 | isAndroid: boolean = false; 20 | 21 | constructor(platform: Platform,public navCtrl: NavController, public navParams: NavParams) { 22 | this.isAndroid = platform.is('android'); 23 | } 24 | 25 | ionViewDidLoad() { 26 | console.log('ionViewDidLoad SegmentPage'); 27 | } 28 | 29 | } 30 | -------------------------------------------------------------------------------- /src/pages/tabs/tabs.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /src/pages/tabs/tabs.ts: -------------------------------------------------------------------------------- 1 | import { Component } from '@angular/core'; 2 | 3 | import { AboutPage } from '../about/about'; 4 | import { ContactPage } from '../contact/contact'; 5 | import { HomePage } from '../home/home'; 6 | import {PersonPage} from "../person/person"; 7 | 8 | @Component({ 9 | templateUrl: 'tabs.html' 10 | }) 11 | export class TabsPage { 12 | 13 | tab1Root = HomePage; 14 | tab2Root = AboutPage; 15 | tab3Root = ContactPage; 16 | tab4Root = PersonPage; 17 | 18 | constructor() { 19 | 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /src/service-worker.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Check out https://googlechromelabs.github.io/sw-toolbox/ for 3 | * more info on how to use sw-toolbox to custom configure your service worker. 4 | */ 5 | 6 | 7 | 'use strict'; 8 | importScripts('./build/sw-toolbox.js'); 9 | 10 | self.toolbox.options.cache = { 11 | name: 'ionic-cache' 12 | }; 13 | 14 | // pre-cache our key assets 15 | self.toolbox.precache( 16 | [ 17 | './build/main.js', 18 | './build/vendor.js', 19 | './build/main.css', 20 | './build/polyfills.js', 21 | 'index.html', 22 | 'manifest.json' 23 | ] 24 | ); 25 | 26 | // dynamically cache any other local assets 27 | self.toolbox.router.any('/*', self.toolbox.fastest); 28 | 29 | // for any other requests go to the network, cache, 30 | // and then only use that cached resource if your user goes offline 31 | self.toolbox.router.default = self.toolbox.networkFirst; 32 | -------------------------------------------------------------------------------- /src/theme/variables.scss: -------------------------------------------------------------------------------- 1 | // Ionic Variables and Theming. For more info, please see: 2 | // http://ionicframework.com/docs/theming/ 3 | 4 | // Font path is used to include ionicons, 5 | // roboto, and noto sans fonts 6 | $font-path: "../assets/fonts"; 7 | 8 | 9 | // The app direction is used to include 10 | // rtl styles in your app. For more info, please see: 11 | // http://ionicframework.com/docs/theming/rtl-support/ 12 | $app-direction: ltr; 13 | 14 | 15 | @import "ionic.globals"; 16 | 17 | 18 | // Shared Variables 19 | // -------------------------------------------------- 20 | // To customize the look and feel of this app, you can override 21 | // the Sass variables found in Ionic's source scss files. 22 | // To view all the possible Ionic variables, see: 23 | // http://ionicframework.com/docs/theming/overriding-ionic-variables/ 24 | 25 | 26 | 27 | 28 | // Named Color Variables 29 | // -------------------------------------------------- 30 | // Named colors makes it easy to reuse colors on various components. 31 | // It's highly recommended to change the default colors 32 | // to match your app's branding. Ionic uses a Sass map of 33 | // colors so you can add, rename and remove colors as needed. 34 | // The "primary" color is the only required color in the map. 35 | 36 | $colors: ( 37 | primary: #488aff, 38 | secondary: #32db64, 39 | danger: #f53d3d, 40 | light: #f4f4f4, 41 | dark: #222 42 | ); 43 | 44 | 45 | // App iOS Variables 46 | // -------------------------------------------------- 47 | // iOS only Sass variables can go here 48 | 49 | 50 | 51 | 52 | // App Material Design Variables 53 | // -------------------------------------------------- 54 | // Material Design only Sass variables can go here 55 | 56 | 57 | 58 | 59 | // App Windows Variables 60 | // -------------------------------------------------- 61 | // Windows only Sass variables can go here 62 | 63 | 64 | 65 | 66 | // App Theme 67 | // -------------------------------------------------- 68 | // Ionic apps can have different themes applied, which can 69 | // then be future customized. This import comes last 70 | // so that the above variables are used and Ionic's 71 | // default are overridden. 72 | 73 | @import "ionic.theme.default"; 74 | 75 | 76 | // Ionicons 77 | // -------------------------------------------------- 78 | // The premium icon font for Ionic. For more info, please see: 79 | // http://ionicframework.com/docs/ionicons/ 80 | 81 | @import "ionic.ionicons"; 82 | 83 | 84 | // Fonts 85 | // -------------------------------------------------- 86 | 87 | @import "roboto"; 88 | @import "noto-sans"; 89 | -------------------------------------------------------------------------------- /tsconfig.json: -------------------------------------------------------------------------------- 1 | { 2 | "compilerOptions": { 3 | "allowSyntheticDefaultImports": true, 4 | "declaration": false, 5 | "emitDecoratorMetadata": true, 6 | "experimentalDecorators": true, 7 | "lib": [ 8 | "dom", 9 | "es2015" 10 | ], 11 | "module": "es2015", 12 | "moduleResolution": "node", 13 | "sourceMap": true, 14 | "target": "es5" 15 | }, 16 | "include": [ 17 | "src/**/*.ts" 18 | ], 19 | "exclude": [ 20 | "node_modules", 21 | "src/**/*.spec.ts", 22 | "src/**/__tests__/*.ts" 23 | ], 24 | "compileOnSave": false, 25 | "atom": { 26 | "rewriteTsconfig": false 27 | } 28 | } 29 | -------------------------------------------------------------------------------- /tslint.json: -------------------------------------------------------------------------------- 1 | { 2 | "rules": { 3 | "no-duplicate-variable": true, 4 | "no-unused-variable": [ 5 | true 6 | ] 7 | }, 8 | "rulesDirectory": [ 9 | "node_modules/tslint-eslint-rules/dist/rules" 10 | ] 11 | } 12 | -------------------------------------------------------------------------------- /typings/cordova-typings.d.ts: -------------------------------------------------------------------------------- 1 | 2 | /// 3 | /// --------------------------------------------------------------------------------