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