zs %!s(int64=2) %!d(string=hai) anos
pai
achega
c197f50e6e
Modificáronse 2 ficheiros con 2 adicións e 1 borrados
  1. 1 1
      pagesHome/exchange/index.vue
  2. 1 0
      pagesHome/order/order.vue

+ 1 - 1
pagesHome/exchange/index.vue

@@ -83,7 +83,7 @@
 					skip: that.skip,
 					limit: that.limit,
 				}
-				const res = await that.$api(`/coupon`, 'GET', {
+				const res = await that.$api(`/coupon/userView`, 'GET', {
 					...info
 				})
 				if (res.errcode == '0') {

+ 1 - 0
pagesHome/order/order.vue

@@ -515,6 +515,7 @@
 		flex-direction: column;
 		max-height: 100vw;
 		min-height: 100vw;
+		overflow-y: auto;
 		background-color: var(--f5Color);
 
 		.one {