本地生活商户app

付晓文。 62649f9882 修改订单切换状态 2 months ago
.hbuilderx 83bc6d4373 商品创建-增加富文本;关联分类;同步需求 8 months ago
api 956b431aff 结算新增 3 months ago
common d484e35bb6 优化团餐添加商品 2 months ago
components c4b69d6448 上传图片组件 3 months ago
node_modules 8ac1e3913f 入驻 8 months ago
pages 62649f9882 修改订单切换状态 2 months ago
plugin 8eb584d753 消息 4 months ago
static ae660809ae 修改 优惠券显示问题+添加商品问题 2 months ago
store 988ea033eb 提交商户登录逻辑判断 1 year ago
style 8eb584d753 消息 4 months ago
uni_modules 8cf26862b9 创建商品增加售卖时间 8 months ago
utils 8eb584d753 消息 4 months ago
.gitignore c070c1e83f uniapp 初版 1 year ago
App.vue 2dd6119530 广告投放自建 8 months ago
LICENSE c070c1e83f uniapp 初版 1 year ago
README.md c070c1e83f uniapp 初版 1 year ago
main.js 8a2c148380 对接团餐活动接口; 10 months ago
manifest.json b3d3d479e0 顶部空白 3 months ago
manifestpro.json 49a54f2727 1.1.1.1版本提交 1 year ago
myhjdc.keystore c070c1e83f uniapp 初版 1 year ago
package-lock.json 8ac1e3913f 入驻 8 months ago
package.json 72349b1332 1.10 1 year ago
pages.json d484e35bb6 优化团餐添加商品 2 months ago
pnpm-lock.yaml b3abb2954f 0213bjd 1 year ago
template.h5.html 2dd6119530 广告投放自建 8 months ago
uni.scss 69d2d30072 优化uview组件代码; 11 months ago

README.md

JeecgUniapp项目介绍

JeecgBoot - APP移动解决方案,采用uniapp框架,一份代码多终端适配,同时支持APP、小程序、H5!实现了与JeecgBoot低代码平台完美对接!目前已经实现登录、用户信息、通讯录、公告、移动首页、九宫格等基础功能,更多功能请自己扩展。

当前最新版本: 2.0(发布日期:2020-07-05)

AUR GitHub stars GitHub forks

本项目关闭issue,遇到BUG可以在github上 发Issue

源码下载

后台代码

技术文档

效果预览

输入图片说明

功能模块

├─框架实现
│  ├─APP开发框架搭建
│  ├─登录对接
│  ├─TOKEN接口机制
│  ├─热更新\覆盖更新
├─基础功能
│  ├─菜单栏目
│  ├─登录页面
│  ├─移动首页
│  ├─个人信息设置
├─消息中心
│  ├─通讯录
│  ├─系统公告
│  ├─消息推送
├─示例代码
│  ├─调用摄像头扫码(扫码)
│  ├─获取地理位置(定位)
├─新增组件
│  ├─页面滚动
│  ├─日历
│  ├─时间选择
│  ├─下拉选择
│  ├─图片上传
├─。。。