本地生活商户app

caiyuqin 34b1e73385 去掉* 1 month ago
.hbuilderx 83bc6d4373 商品创建-增加富文本;关联分类;同步需求 8 months ago
api 956b431aff 结算新增 3 months ago
common 15ece46331 合并代码 2 months ago
components 4459ddb40b 问题修改 1 month ago
node_modules 8ac1e3913f 入驻 8 months ago
pages 34b1e73385 去掉* 1 month ago
plugin 8eb584d753 消息 4 months ago
static 75f22c46ff Merge branch 'master' of http://39.101.143.165:8090/hxl13994548489/LocalLivingServicesUniapp into bjd 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 e5b30bf23f 版本号 2 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 ce55b19726 团餐新 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接口机制
│  ├─热更新\覆盖更新
├─基础功能
│  ├─菜单栏目
│  ├─登录页面
│  ├─移动首页
│  ├─个人信息设置
├─消息中心
│  ├─通讯录
│  ├─系统公告
│  ├─消息推送
├─示例代码
│  ├─调用摄像头扫码(扫码)
│  ├─获取地理位置(定位)
├─新增组件
│  ├─页面滚动
│  ├─日历
│  ├─时间选择
│  ├─下拉选择
│  ├─图片上传
├─。。。