#wx-fitahol 开发文档 小程序持续优化中,未上线;对应原生app开发中,待上线。学员端已实现,暂未开源。
本应用免费使用,如有建议请联系[email protected]
*1.components: 公用组件 在pages中引用:
*2.pages: 项目页面 新添加的页面,需在app.json中注册
*3.images: 项目图片
*4.utils: 公用函数
#引入wxss文件#
@import "../../common.wxss";
获取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" }] },