Feat:盲盒模式的收礼界面-我也要送礼
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user