Feat:盲盒模式的收礼界面-我也要送礼

This commit is contained in:
LinCyJang
2025-07-28 02:02:50 +08:00
parent 2640b049b5
commit 07618635f1
2 changed files with 6 additions and 3 deletions
+2 -2
View File
@@ -344,7 +344,7 @@ export default {
this.isLoad = false
giftCardReceiveList({
page: 1,
limit: 10
limit: 999
}).then(res => {
const { success, data } = res
if (success) {
@@ -360,7 +360,7 @@ export default {
this.isLoad = false
giftCardSendList({
page: 1,
limit: 10
limit: 999
}).then(res => {
const { success, data } = res
if (success) {