当前位置:网站首页>商城小程序项目完整源码(微信小程序)
商城小程序项目完整源码(微信小程序)
2022-07-27 00:35:00 【叶绿体不忘呼吸】
微信公众号:创享日记
发送:碰撞商城
获取完整源码+详细注释(打开微信开发工具导入即可)
1、首页
①搜索框可以点击搜索
②轮播图可以点击跳转
③功能模块可以自行开发

2、搜索
输入关键词会有推荐列表
UI可以自行设计得更漂亮
3、分类
有列表选择,也可以搜索

4、商品列表
可点击跳转商品详情页
5、商品详情页
可以点击轮播图查看图片
可以点击收藏在我的页面查看
可以加入购物车或立即购买跳转支付页面
6、购物车
可以选择结算
7、结算
个人开发小程序功能不支持真实支付
8、我的页面
可以点击查看收藏的店铺、商品以及浏览过的商品等
可以查看不同状态的订单
可以管理收货地址
可以提意见以及举报等
9、收藏
可以查看收藏的商品、品牌、店铺以及浏览足迹
10、收获地址管理
填写基本信息以及选择省市区三级定位

11、意见反馈
"pages": [
"pages/index/index",
"pages/category/category",
"pages/goods_list/goods_list",
"pages/goods_detail/goods_detail",
"pages/cart/cart",
"pages/collect/collect",
"pages/order/order",
"pages/search/search",
"pages/user/user",
"pages/feedback/feedback",
"pages/login/login",
"pages/auth/auth",
"pages/pay/pay",
"pages/address/address",
"pages/addressList/addressList",
"pages/logs/logs"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#eb4450",
"navigationBarTitleText": "碰撞商城",
"navigationBarTextStyle": "white"
},
"tabBar": {
"list": [
{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "icons/home.png",
"selectedIconPath": "icons/home-o.png"
},
{
"pagePath": "pages/category/category",
"text": "分类",
"iconPath": "icons/category.png",
"selectedIconPath": "icons/category-o.png"
},
{
"pagePath": "pages/cart/cart",
"text": "购物车",
"iconPath": "icons/cart.png",
"selectedIconPath": "icons/cart-o.png"
},
{
"pagePath": "pages/user/user",
"text": "我的",
"iconPath": "icons/my.png",
"selectedIconPath": "icons/my-o.png"
}
]
},
"style": "v2",
"sitemapLocation": "sitemap.json"
}
边栏推荐
- MySQL 5.7 takes the first item of the group
- Invalid target distribution: solution for 17
- 全网最全的软件测试基础知识整理(新手入门必学)
- Inftnews | ggac and China Aerospace ases exclusively produce "China 2065 Collection Edition"
- 阿里云技术专家杨泽强:弹性计算云上可观测能力的构建
- 人们为什么热衷于给事物排序
- Static keyword
- Shell 分析日志文件命令全面总结
- Plato Farm全新玩法,套利ePLATO稳获超高收益
- Cuteone: a onedrive multi network disk mounting program / with member / synchronization and other functions
猜你喜欢

对象创建的流程分析

Manually build ABP framework from 0 -abp official complete solution and manually build simplified solution practice

c语言:深度学习递归

com.fasterxml.jackson.databind.exc.InvalidDefinitionException

Static keyword

云开发寝适闹钟微信小程序源码

机器学习【Matplotlib】

聊聊连接池和线程

智能指针shared_ptr、unique_ptr、weak_ptr

What did kubedmin do?
随机推荐
BP plug-in temporary code record
Go to export excel form
Why do people like to rank things
"Software testing" packaging resume directly improves the pass rate from these points
I heard that you knelt on the interface test during the interview?
Jmeter接口测试, 快速完成一个单接口请求
次轮Okaleido Tiger即将登录Binance NFT,引发社区热议
单例模式(双检锁)
聊聊连接池和线程
Comprehensive summary of shell analysis log file commands
[动态规划中等题] LeetCode 198. 打家劫舍 740. 删除并获得点数
Favicon web page collection icon online production PHP website source code /ico image online generation / support multiple image format conversion
Dynamically set the height of applet swiper
LabVIEW中编程更改进程的优先级
用最原始的方法纯手工实现常见的 20 个数组方法
setTimeout第一个参数应该注意的地方
[二分查找简单题] LeetCode 35. 搜索插入位置,69. x 的平方根,367. 有效的完全平方数,441. 排列硬币
go实现导出excel表格
批量复制宝贝上传提示乱码,如何解决?
time模块: 时间戳、结构化时间、格式化时间的获取与相互转化