# brush-question-app **Repository Path**: wang-kai1998/brush-question-app ## Basic Information - **Project Name**: brush-question-app - **Description**: 前端基于uniapp的刷题小程序 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 0 - **Created**: 2024-04-26 - **Last Updated**: 2025-10-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # uniapp_shop #### 介绍 一个基于uniapp的网上商城 #### 软件架构 软件架构说明 ####知识点 1. block无法使用click事件 2. navigateTo, redirectTo 只能打开非 tabBar 页面。 switchTab 只能打开 tabBar 页面, 3. const findResult = this.options.find(e=>e.text==='购物车') if(findResult) findResult.info = newVal find浅拷贝 4.使用display:flex时,space-between时,如果某个盒子里面文字换行,使用white-space: nowrap;即可 5.点击购物车结算按钮的时候,如果用户没有登录,则跳转至等登录页面,此时将路由信息存至vuex中,在登录页登录成功之后,取vuex中的数据,并且将路由数据置为null 6.使用竖向滚动时,需要给 一个固定高度,通过 css 设置 height;使用横向滚动时,需要给添加white-space: nowrap;样式。 #### 安装教程 1. xxx 2. xxxx 3. xxxx #### 使用说明 1. xxxx 2. xxxx 3. xxxx #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request #### 特技 1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md 2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com) 3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目 4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目 5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) 6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)