Aucune description

jwyu 0f60e7b67f 完成音频 il y a 2 ans
api f4c7563eb4 report il y a 3 ans
components 8a4924657d chartlist il y a 3 ans
custom-tab-bar 00ce258790 audio il y a 3 ans
mixin c3061bbdbd 报告列表页修改 il y a 2 ans
pages 8a613fcd4a 字体样式调整 il y a 2 ans
pages-activity 7e2051a7be 活动分享海报增加时间戳 il y a 3 ans
pages-applyPermission 862052d84a Merge branch 'pc1.0' il y a 3 ans
pages-buy 8a613fcd4a 字体样式调整 il y a 2 ans
pages-chart 269a551ed3 修改列表切换分类不回到顶部bug il y a 3 ans
pages-report 0f60e7b67f 完成音频 il y a 2 ans
pages-user 7c2f17f2ed 我的界面和权限展示修改 il y a 3 ans
static b89a00149b report il y a 3 ans
store 0f60e7b67f 完成音频 il y a 2 ans
style 65aba36d45 report初步完成 il y a 3 ans
uni_modules b89a00149b report il y a 3 ans
utils 5bc57ef153 增加版本号 il y a 2 ans
wxcomponents 8a4924657d chartlist il y a 3 ans
.gitignore c62a278fd7 init il y a 3 ans
App.vue ba0933f9d7 pc1.0 il y a 3 ans
README.md 852b04ab18 commit il y a 3 ans
main.js c62a278fd7 init il y a 3 ans
manifest.json e1b189aed4 pc1.0 il y a 3 ans
package.json 91a2912862 接口数据解密 il y a 3 ans
pages.json 0f60e7b67f 完成音频 il y a 2 ans
uni.scss c62a278fd7 init il y a 3 ans

README.md

弘则研报小程序

  1. 项目使用vant UI 框架,如要更新vant 手动下载官方代码包放入wxcomponents中即可;如要使用vant 请手动在pages.json中添加相应组件。
  2. 该项目使用自定义tabbar,自定义tabbar在根目录custom-tab-bar(文件名不可修改),原生小程序写法。
  3. 该项目大图请放在oss中,在utils/config中配置,已使用全局mixin将图片挂在data中
  4. 分包请按照‘pages-分包模块名’命名
  5. 所有接口请用 api 开头,如:'apiUserInfo'
  6. 不可将会动态显示的tabbar项放在pages.json配置为启动页,如需改变tabbar 请调用this.$store.dispatch('getTabBar')
  7. tabbar的默认数据在config中