diff --git a/.env.production b/.env.production index d3bc3e1..2a4f841 100644 --- a/.env.production +++ b/.env.production @@ -6,7 +6,7 @@ ENV = 'production' VUE_APP_BASE_API = 'https://admintestpapi.sxczgkj.cn' # 生产 -VUE_APP_BASE_API = 'https://cashieradmin.sxczgkj.cn' +# VUE_APP_BASE_API = 'https://cashieradmin.sxczgkj.cn' # 预发布接口 # VUE_APP_BASE_API = 'https://pre-cashieradmin.sxczgkj.cn' diff --git a/src/App.vue b/src/App.vue index 2e2170d..a9fb2d3 100644 --- a/src/App.vue +++ b/src/App.vue @@ -139,5 +139,6 @@ export default { display: flex; align-items: center; justify-content: center; + font-size: 18px; } diff --git a/src/api/table.js b/src/api/table.js index 1a691c3..4e7cb83 100644 --- a/src/api/table.js +++ b/src/api/table.js @@ -461,3 +461,14 @@ export function $returnTableDetail(data) { } }); } +//获取订单可用优惠券 +export function $activateByOrderId(data) { + return request({ + url: '/api/tbShopCoupon/activateByOrderId', + method: "get", + params:{ + shopId: localStorage.getItem("shopId"), + ...data + } + }); +} \ No newline at end of file diff --git a/src/views/application/components/member_points/record.vue b/src/views/application/components/member_points/record.vue index 5a71d90..3f37a0b 100644 --- a/src/views/application/components/member_points/record.vue +++ b/src/views/application/components/member_points/record.vue @@ -14,8 +14,8 @@ - - + @@ -54,27 +54,38 @@
- - + + - + + + + - - +