6 Commits

Author SHA1 Message Date
zhugaoliang
bfc7e10860 Merge branch 'main' of http://git.weiyutek.com:3000/adam/aiyushanuninew 2025-04-11 14:35:17 +08:00
zhugaoliang
e2114dc723 Add shop and menu pages with cart functionality and UI components 2025-04-11 14:35:13 +08:00
846b3f1660 refactor: 移除未使用的依赖并优化代码结构
- 移除 `pinia-plugin-persistedstate` 依赖
- 统一按钮背景色为 `#52ac41`
- 删除未使用的 `main2.js` 和 `store2.js` 文件
- 优化登录页面的验证逻辑和样式
- 修复部分组件的条件渲染问题
2025-04-11 09:14:07 +08:00
zhugaoliang
7b7e00bd20 Add menu page with product listing and shopping cart functionality
diff --git a/yshop-drink-uniapp-vue3/pages/menu/menu.vue b/yshop-drink-uniapp-vue3/pages/menu/menu.vue
new file mode 100644
index 0000
2025-04-10 19:30:08 +08:00
zhugaoliang
d68d3a1adf Added new frontend components for drink ordering app including coupons, orders, address management and menu pages 2025-04-10 19:26:15 +08:00
zhugaoliang
89b0941b1c Add initial project files for yshop-drink-uniapp-vue3 with UI components and pages 2025-04-10 16:22:22 +08:00