zs преди 2 години
родител
ревизия
c197f50e6e
променени са 2 файла, в които са добавени 2 реда и са изтрити 1 реда
  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 {