微信小程序宠物商城项目源码来了~
Posted 程序员入门进阶
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了微信小程序宠物商城项目源码来了~相关的知识,希望对你有一定的参考价值。
团队承接各类小程序定制,需要加微 code_gg_boy 。小商城,购物,公司的一些管理,流程批准,视频播放次数授权。
云服务开发或java后端,都可以承接。
微信小程序宠物商城项目源码分享-互联网文档类资源-CSDN下载
今天我们看下一个宠物商城的小程序,麻雀虽小五脏俱全:私人订制,合作:加微 code_gg_boy
技术架构:
前端:
微信原生开发,vue
主要功能:
首页,分类,购物车,我的,四个页面
相关源码:
{
"pages": [
{
"path": "pages/index/index",
"style": {
// #ifdef MP
"navigationBarTitleText": "宠物商城"
//"navigationStyle": "custom",
// #endif
// "app-plus": {
// "titleNView": {
// "type": "transparent",
// "searchInput": {
// "backgroundColor": "rgba(231, 231, 231,.7)",
// "borderRadius": "16px",
// "placeholder": "请输入地址 如:大钟寺",
// "disabled": true,
// "placeholderColor": "#606266"
// },
// "buttons": [{
// "fontSrc": "/static/yticon.ttf",
// "text": "\\ue60d",
// "fontSize": "26",
// "color": "#303133",
// "float": "left",
// "background": "rgba(0,0,0,0)"
// },
// {
// "fontSrc": "/static/yticon.ttf",
// "text": "\\ue744",
// "fontSize": "27",
// "color": "#303133",
// "background": "rgba(0,0,0,0)",
// "redDot": true
// }
// ]
// }
// }
}
},
// {
// "path": "pages/product/product",
// "style": {
// "navigationBarTitleText": "详情展示",
// "app-plus": {
// "titleNView": {
// "type": "transparent"
// }
// }
// }
// },
{
"path": "pages/good-detail/good-detail",
"style": {
"navigationBarTitleText": "详情展示",
"app-plus": {
"titleNView": {
"type": "transparent"
}
}
}
},
{
"path": "pages/set/set",
"style": {
"navigationBarTitleText": "设置"
}
},
{
"path": "pages/userinfo/userinfo",
"style": {
"navigationBarTitleText": "修改资料"
}
}, {
"path": "pages/cart/cart",
"style": {
"navigationBarTitleText": "购物车"
}
}, {
"path": "pages/public/login",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom",
"app-plus": {
"titleNView": false,
"animationType": "slide-in-bottom"
}
}
}, {
"path": "pages/user/user",
"style": {
"navigationBarTitleText": "我的",
// #ifdef MP
"navigationStyle": "custom",
// #endif
"app-plus": {
"bounce": "none",
"titleNView": {
"type": "transparent",
"buttons": [{
"fontSrc": "/static/yticon.ttf",
"text": "\\ue60f",
"fontSize": "24",
"color": "#303133",
"width": "46px",
"background": "rgba(0,0,0,0)"
},
{
"fontSrc": "/static/yticon.ttf",
"text": "\\ue744",
"fontSize": "28",
"color": "#303133",
"background": "rgba(0,0,0,0)",
"redDot": true
}
]
}
}
}
}, {
"path": "pages/detail/detail",
"style": {
"navigationBarTitleText": "",
"app-plus": {
"titleNView": {
"type": "transparent"
}
}
}
}, {
"path": "pages/order/order",
"style": {
"navigationBarTitleText": "我的订单",
"app-plus": {
"bounce": "none"
}
}
}, {
"path": "pages/money/money",
"style": {}
}, {
"path": "pages/order/createOrder",
"style": {
"navigationBarTitleText": "创建订单"
}
}, {
"path": "pages/address/address",
"style": {
"navigationBarTitleText": "收货地址"
}
}, {
"path": "pages/address/addressManage",
"style": {
"navigationBarTitleText": ""
}
}, {
"path": "pages/money/pay",
"style": {
"navigationBarTitleText": "支付"
}
},
{
"path": "pages/money/paySuccess",
"style": {
"navigationBarTitleText": "支付成功"
}
}, {
"path": "pages/notice/notice",
"style": {
"navigationBarTitleText": "通知"
}
}, {
"path": "pages/category/category",
"style": {
"navigationBarTitleText": "分类",
"app-plus": {
"bounce": "none"
}
}
}, {
"path": "pages/product/list",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "商品列表"
}
},
{
"path": "pages/zaizai-login/index",
"style": {
"navigationBarTitleText": "登陆"
}
},
{
"path": "pages/zaizai-register/index",
"style": {
"navigationBarTitleText": "注册"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#FFFFFF",
"backgroundColor": "#f8f8f8"
},
"tabBar": {
"color": "#C0C4CC",
"selectedColor": "#fa436a",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "static/tab-home.png",
"selectedIconPath": "static/tab-home-current.png",
"text": "首页"
},
{
"pagePath": "pages/category/category",
"iconPath": "static/tab-cate.png",
"selectedIconPath": "static/tab-cate-current.png",
"text": "分类"
},
{
"pagePath": "pages/cart/cart",
"iconPath": "static/tab-cart.png",
"selectedIconPath": "static/tab-cart-current.png",
"text": "购物车"
},
{
"pagePath": "pages/user/user",
"iconPath": "static/tab-my.png",
"selectedIconPath": "static/tab-my-current.png",
"text": "我的"
}
]
}
}
--end--
今天分享一些整理的书单,关于C语言的,看这些书就足够学懂C语言了。关于操作系统相关内容,我们后续再来分享。
获取方式, 后台回复 我要学C语言 ,领取链接。
C语言练习项目源码:
获取方式, 后台回复 我要学C语言 ,领取链接。
抖音项目,全集100T内容,各类玩法,拍摄技巧,网络整理搜集!
热门文章
职场老鸟,互联网十年从业生涯,分享 [Java,Python,安卓,AI,爬虫] 技术文章,学习资料, 热点趣闻等。关注回复 1024 Python 电子书大全 面试资料,给你一份私藏的程序员好礼,永远更新中!赶紧来关注哦!
我的微信 code_gg_boy 。
以上是关于微信小程序宠物商城项目源码来了~的主要内容,如果未能解决你的问题,请参考以下文章