# mask-itheima-mp **Repository Path**: q-code/mask-itheima-mp ## Basic Information - **Project Name**: mask-itheima-mp - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2024-06-06 - **Last Updated**: 2024-07-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 学习黑马程序员前端项目uniapp小兔鲜儿微信小程序项目 ## 🔗 视频链接 [黑马程序员前端项目uniapp小兔鲜儿微信小程序项目视频教程,基于Vue3+Ts+Pinia+uni-app的最新组合技术栈开发的电商业务全流程](https://www.bilibili.com/video/BV1Bp4y1379L?p=9&spm_id_from=pageDriver&vd_source=6ff4f4ef0d0aef273634295922091c44) ## 📦 注意插件以及对应 npm 包版本 1️⃣ `@dcloudio` 集合包 ```shell # 推荐版本 npx @dcloudio/uvm@latest 3.0.0-4000820240401001 ``` 2️⃣ vscode 插件 `vue-official` > 2.0.10 3️⃣ pinia 版本 ```shell pnpm i pinia@2.0.7 ``` 4️⃣ saas 版本 ```shell pnpm i sass@1.56.1 -D ``` ## 🥬 素材 素材域名:https://pcapi-xiaotuxian-front-devtest.itheima.net ## 🏃🏼‍♂️ 目前进度 P70 / P108 ## ❓问题排查 1️⃣ P23:为什么 `scroll-view` 我设置了 flex: 1还是不能滚动 ```scss // 2024-06-07: 加个 overflow:hidden 即可 .scroll-view { flex: 1; overflow: hidden; } ``` ## 🤔 发现问题 1. 【猜你喜欢】模块 由于在【首页】和【我的】页面都使用到【猜你喜欢】页面且小程序的 tabBar 似乎是有缓存的,以至于,在【首页】和【我的页面】看到的【猜你喜欢】的内容是一样的 2. ... ## ⌛️ 最近更新时间 ⏰ 开始时间:2024-05-30 ⏰ 更新时间:2024-06-12 ⏰ 停止更新:2024-06-12 (由于时间比较赶且后期大多以业务为主,先暂停更新)