Skip to content

fitahol/wx-fitahol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#wx-fitahol 开发文档 小程序持续优化中,未上线;对应原生app开发中,待上线。学员端已实现,暂未开源。

本应用免费使用,如有建议请联系lingnck@163.com

#APP示例 图片名称 图片名称 图片名称 图片名称 图片名称 图片名称 图片名称 图片名称 图片名称 图片名称 图片名称

*1.components: 公用组件 在pages中引用:

*2.pages: 项目页面 新添加的页面,需在app.json中注册

*3.images: 项目图片

*4.utils: 公用函数


#引入wxss文件#

@import "../../common.wxss";

模板引入#

swiper

获取id Event.currentTarget.dataset.id

水平滚动

"tabBar": { "selectedColor": "#f7604f", "color": "#999999", "borderStyle": "white", "backgroundColor": "#f5f5f5", "position": "bottom", "list": [{ "pagePath": "pages/fitahol/fitahol", "text": "课程", "iconPath": "images/icons/connection-indicator-black.png", "selectedIconPath": "images/icons/connection-indicator.png" }, { "pagePath": "pages/member/member", "text": "学员", "iconPath": "images/icons/contacts-black.png", "selectedIconPath": "images/icons/contacts.png" }, { "pagePath": "pages/account/account", "text": "我的", "iconPath": "images/icons/user-account-black.png", "selectedIconPath": "images/icons/user-account.png" }] },

Releases

No releases published

Packages

No packages published