From 185fc51e1d14b72c3a201085d38355cd0c143587 Mon Sep 17 00:00:00 2001 From: hupeng Date: Fri, 22 Nov 2019 10:02:09 +0800 Subject: [PATCH] =?UTF-8?q?1.3=E7=89=88=E6=9C=AC=E5=8F=91=E5=B8=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 28 +++++----- src/views/activity/combination/form.vue | 2 +- src/views/activity/combination/index.vue | 9 ---- src/views/activity/combinlist/index.vue | 69 +++++++++++------------- src/views/shop/order/index.vue | 2 +- 5 files changed, 49 insertions(+), 61 deletions(-) diff --git a/README.md b/README.md index ace4b5d..07b555c 100644 --- a/README.md +++ b/README.md @@ -72,28 +72,28 @@ yshop基于当前流行技术组合: SpringBoot2+Jpa+MybatisPlus+SpringSecurit - + - - + + - + - +
- - + + - + @@ -127,10 +127,14 @@ yshop基于当前流行技术组合: SpringBoot2+Jpa+MybatisPlus+SpringSecurit #### 项目发布明细 - 1.0版本 - 1.1版本新增积分与优惠券抵扣 - 1.2版本分销功能已经发布 - 1.2.1增加了未付款订单取消功能库存销量退出、优惠券、积分功能,个人中心增加了积分流水 + +- 1.0版本 +- 1.1版本新增积分与优惠券抵扣 +- 1.2版本分销功能已经发布 +- 1.2.1增加了未付款订单取消功能库存销量退出、优惠券、积分功能,个人中心增加了积分流水 +- 1.3版本新增拼团功能,已经发布 +- 1.4版本规划:补充公众号功能、新增redisson队列、发布mpvue小程序 + #### 反馈交流 - QQ交流群:907721261 diff --git a/src/views/activity/combination/form.vue b/src/views/activity/combination/form.vue index e76fb0d..25de56e 100644 --- a/src/views/activity/combination/form.vue +++ b/src/views/activity/combination/form.vue @@ -160,7 +160,7 @@ export default { edit(this.form).then(res => { this.resetForm() this.$notify({ - title: '修改成功', + title: '操作成功', type: 'success', duration: 2500 }) diff --git a/src/views/activity/combination/index.vue b/src/views/activity/combination/index.vue index cabecac..2c9a12a 100644 --- a/src/views/activity/combination/index.vue +++ b/src/views/activity/combination/index.vue @@ -9,15 +9,6 @@ 搜索 -
- 新增 -
diff --git a/src/views/activity/combinlist/index.vue b/src/views/activity/combinlist/index.vue index 3e2e6f2..86b5b8d 100644 --- a/src/views/activity/combinlist/index.vue +++ b/src/views/activity/combinlist/index.vue @@ -3,51 +3,41 @@
-
- 新增 -
- - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + @@ -67,6 +57,7 @@ import checkPermission from '@/utils/permission' import initData from '@/mixins/initData' import { del } from '@/api/yxStorePink' import eForm from './form' +import { formatTimeTwo, parseTime } from '@/utils/index' export default { components: { eForm }, mixins: [initData], @@ -81,6 +72,8 @@ export default { }) }, methods: { + parseTime, + formatTimeTwo, checkPermission, beforeInit() { this.url = 'api/yxStorePink' diff --git a/src/views/shop/order/index.vue b/src/views/shop/order/index.vue index dd32c66..a484a74 100644 --- a/src/views/shop/order/index.vue +++ b/src/views/shop/order/index.vue @@ -28,7 +28,7 @@