From 2e55927d2eaed10121e39c4fa02ffba3ffe8cdf1 Mon Sep 17 00:00:00 2001 From: kele <1184860403@qq.com> Date: Wed, 7 Dec 2022 18:42:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0v1.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.example | 2 +- README.md | 142 ++++++++++++++---- pages/goods/comment/list.vue | 4 +- .../components/detail/detail-cell-service.vue | 3 + pages/order/confirm.vue | 16 +- pages/pay/index.vue | 4 +- sheep/ui/su-coupon/su-coupon.vue | 4 +- sheep/ui/su-image/su-image.vue | 1 + 8 files changed, 138 insertions(+), 38 deletions(-) diff --git a/.env.example b/.env.example index 1df3bc7d..dbe3d3cf 100644 --- a/.env.example +++ b/.env.example @@ -2,7 +2,7 @@ SHOPRO_BASE_URL = https://api.shopro.sheepjs.com # 开发环境接口域名 -SHOPRO_DEV_BASE_URL = https://dev.shopro.sheepjs.com +SHOPRO_DEV_BASE_URL = https://api.shopro.sheepjs.com # 开发环境运行端口 SHOPRO_DEV_PORT = 3000 diff --git a/README.md b/README.md index 3667742a..53f6481d 100644 --- a/README.md +++ b/README.md @@ -1,45 +1,131 @@ -# shopro-uniapp +## 简介 -![1](https://file.sheepjs.com/www/preview/dcloud/01.png '01.png') +![title](https://file.sheepjs.com/www/preview/dcloud/01.png) + +
+ +[![star](https://gitee.com/sheepjs/shopro-uniapp/badge/star.svg)](https://gitee.com/sheepjs/shopro-uniapp.git) +[![fork](https://gitee.com/sheepjs/shopro-uniapp/badge/fork.svg?theme=gvp)](https://gitee.com/sheepjs/shopro-uniapp.git) +[![version](https://img.shields.io/badge/Shopro-V1.5-brightgreen)](https://gitee.com/sheepjs/shopro-uniapp.git) +[![license](http://img.shields.io/badge/license-MIT-orange)](https://gitee.com/sheepjs/shopro-uniapp.git) + +[官方网站](https://www.shopro.top/) | [H5 演示](http://shopro.sheepjs.com/) | [管理系统](https://shopro.sheepjs.com/admin/) | [问题反馈](https://gitee.com/sheepjs/shopro-uniapp/issues) + +
+ +## 特性 + +![features](https://file.sheepjs.com/www/preview/dcloud/02.png) -# Shopro商城安装教程 +整个系统共分为九大模块: -1. 首次安装需要 npm install 加载相关依赖 - -2. 基于uni-app,需要下载hbuilderX进行编译 - -3. manifest.json中配置相关信息 - -# 技术特性 -1. 支持主题色+自定义头部导航+自定义底部导航 - - -2. 内含沉浸式头部、通用头部导航示例,支持后端自定义配置底部导航背景和样式 +- **支持主题色+自定义头部导航+自定义底部导航** +- **内含沉浸式头部、通用头部导航示例,支持后端自定义配置底部导航背景和样式** +- **店铺装修组件(轮播、标题栏、优惠券、商品组、宫格导航、列表导航+广告魔方+富文本、搜索栏等众多组件)** +- **内置微信公众号分享 jssdk+微信小程序分享卡片+微信 App 分享+海报分享统一封装** +- **内置微信公众号登录+微信小程序手机号登录+微信 App 开放平台登录+账号密码登录+iOS 登录统一封装** +- **内置余额支付+微信公众号 jssdk 支付+微信小程序支付+微信 App 支付+支付宝网页支付+支付宝 App 支付统一封装** +- **支持第三方 cdn 图片资源地址,并支持阿里云、腾讯云、七牛云图片缩放参数** +- **严格适配多终端场景并支持 App 审核上架** -3. 店铺装修组件(轮播、标题栏、优惠券、商品组、宫格导航、列表导航+广告魔方+富文本、搜索栏等众多组件) +## 技术栈 + +- **前端技术栈:uni-app、ES6、Vue3、Vite、Pinia;** +## 安装 + +```bash +# 1.克隆项目 +$ git clone https://gitee.com/sheepjs/shopro-uniapp.git +``` + +```bash +# 2.拷贝.env.example示例配置文件 重命名为.env +$ cd shopro-uniapp +$ cp .env.example .env +``` + +```bash +# 3.安装依赖 (需安装nodejs环境, 使用npm国内镜像) +$ npm install --registry=https://registry.npmmirror.com +``` + +```bash +# 4.使用HbuilderX 运行... +``` + +## 体验 + +![系统架构](https://file.sheepjs.com/www/preview/dcloud/04.png) + +客户端演示地址:[https://shopro.sheepjs.com](https://shopro.sheepjs.com) + +演示账号: shopro + +演示密码: a123456 + +管理端演示地址:[https://shopro.sheepjs.com/admin/](https://shopro.sheepjs.com/admin/) + +演示账号: shopro + +演示密码: 123456 + +_(注意:演示环境已屏蔽管理权限和相关操作)_ -4. 内置微信公众号分享jssdk+微信小程序分享卡片+微信App分享+海报分享统一封装 +## 项目结构 + +**后端结构** + +``` +├── pages // 页面 +│ ├── index // 入口页面 +│ ├── user // 用户相关 +│ ├── public // 公共页面 +│ ├── activity // 活动页面 +│ ├── app // 积分、签到页面 +│ ├── chat // 客服页面 +│ ├── commission // 分销页面 +│ ├── coupon // 优惠券页面 +│ ├── goods // 商品页面 +│ ├── order // 订单页面 +│ ├── pay // 支付页面 +├── sheep // 底层依赖/工具库 +│ ├── api // 服务端接口 +│ ├── components // 自定义功能组件 +│ ├── config // 配置文件 +│ ├── helper // 助手函数 +│ ├── hooks // vue-hooks +│ ├── libs // 自定义依赖 +│ ├── platform // 第三方平台登录、分享、支付 +│ ├── request // 请求类库 +│ ├── router // 自定义路由跳转 +│ ├── scss // 主样式库 +│ ├── store // pinia状态管理模块 +│ ├── ui // 自定义UI组件 +│ ├── url // cdn图片地址格式化 +│ ├── validate // 通用验证器 +│ ├── index.js // Shopro入口文件 +├── uni_modules // dcloud第三方插件 + +``` -5. 内置微信公众号登录+微信小程序手机号登录+微信App开放平台登录+账号密码登录+iOS登录统一封装 +## 更新 +### 近期计划 -6. 内置余额支付+微信公众号jssdk支付+微信小程序支付+微信App支付+支付宝网页支付+支付宝App支付统一封装 +- [ ] Typescript 重构; +### V1.5 更新简介 2022/12/07 -7. 支持第三方cdn图片资源地址,并支持阿里云、腾讯云、七牛云图片缩放参数 - - -8. 严格适配多终端场景并支持App审核上架 - - - -![1](https://file.sheepjs.com/www/preview/dcloud/02.png '02.png') -![1](https://file.sheepjs.com/www/preview/dcloud/03.png '03.png') -![1](https://file.sheepjs.com/www/preview/dcloud/04.png '04.png') +- [x] 服务保障icon 变形问题; +- [x] 确认订单 可用优惠券逻辑修改; +- [x] `su-image`组件中`customStyle`添加`width`属性; +--- +**

如果您觉得我们的开源项目很有帮助,请点击 :star: Star(https://gitee.com/sheepjs/shopro-uniapp.git) 支持 SheepJS 开源团队:heart:

** +--- diff --git a/pages/goods/comment/list.vue b/pages/goods/comment/list.vue index 8426ac43..80383f04 100644 --- a/pages/goods/comment/list.vue +++ b/pages/goods/comment/list.vue @@ -27,10 +27,10 @@ - + diff --git a/pages/goods/components/detail/detail-cell-service.vue b/pages/goods/components/detail/detail-cell-service.vue index 7a018294..f24431e0 100644 --- a/pages/goods/components/detail/detail-cell-service.vue +++ b/pages/goods/components/detail/detail-cell-service.vue @@ -86,6 +86,9 @@ width: 36rpx; height: 36rpx; } + .title-box{ + flex: 1; + } .item-title { font-size: 28rpx; diff --git a/pages/order/confirm.vue b/pages/order/confirm.vue index 0aed3dce..a9396c18 100644 --- a/pages/order/confirm.vue +++ b/pages/order/confirm.vue @@ -70,11 +70,18 @@ 优惠券 - -¥{{ state.orderInfo.coupon_discount_fee }} - {{ state.couponInfo.can_use?.length }}张可用{{ + state.couponInfo.can_use?.length > 0 + ? state.couponInfo.can_use?.length + '张可用' + : '暂无可用优惠券' + }} @@ -337,6 +344,9 @@ .item-value { font-family: OPPOSANS; } + .text-disabled { + color: #bbbbbb; + } .item-icon { color: $dark-9; diff --git a/pages/pay/index.vue b/pages/pay/index.vue index e846025d..bc762038 100644 --- a/pages/pay/index.vue +++ b/pages/pay/index.vue @@ -41,7 +41,7 @@ - + @@ -205,7 +205,7 @@ } .ss-modal-box { - max-height: 1000rpx; + // max-height: 1000rpx; .modal-header { position: relative; diff --git a/sheep/ui/su-coupon/su-coupon.vue b/sheep/ui/su-coupon/su-coupon.vue index 61cb7a41..1be28a73 100644 --- a/sheep/ui/su-coupon/su-coupon.vue +++ b/sheep/ui/su-coupon/su-coupon.vue @@ -11,7 +11,7 @@ }) " > - + {{ props.value }} @@ -174,7 +174,7 @@ // xs .xs-coupon-card { width: 227rpx; - height: 145px; + // height: 145px; border-radius: 10rpx; overflow: hidden; diff --git a/sheep/ui/su-image/su-image.vue b/sheep/ui/su-image/su-image.vue index 32603371..6ee485af 100644 --- a/sheep/ui/su-image/su-image.vue +++ b/sheep/ui/su-image/su-image.vue @@ -83,6 +83,7 @@ const customStyle = computed(() => { return { height: (props.height || state.imgHeight) + 'rpx', + width: props.width + 'rpx', borderRadius: props.radius ? props.radius + 'rpx' : '', }; });