From 07618635f14d1d5368dd9d47fa0f04fe7d3b8a0d Mon Sep 17 00:00:00 2001 From: LinCyJang Date: Mon, 28 Jul 2025 02:02:50 +0800 Subject: [PATCH] =?UTF-8?q?Feat=EF=BC=9A=E7=9B=B2=E7=9B=92=E6=A8=A1?= =?UTF-8?q?=E5=BC=8F=E7=9A=84=E6=94=B6=E7=A4=BC=E7=95=8C=E9=9D=A2-?= =?UTF-8?q?=E6=88=91=E4=B9=9F=E8=A6=81=E9=80=81=E7=A4=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg_user/views/gift/components/GiftCard.vue | 5 ++++- pkg_user/views/giftList.vue | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/pkg_user/views/gift/components/GiftCard.vue b/pkg_user/views/gift/components/GiftCard.vue index d0d329e..98faaa4 100644 --- a/pkg_user/views/gift/components/GiftCard.vue +++ b/pkg_user/views/gift/components/GiftCard.vue @@ -36,6 +36,7 @@ 您已领取礼包 查看礼包详情>> + 我也要送礼 @@ -122,7 +123,9 @@ export default { } }, methods: { - + searchGift() { + this.$yrouter.push('/pages/shop/GoodsList/index?s=' +'送礼' ) + }, // 分享到微信好友 toShare() { // 分享到微信好友 diff --git a/pkg_user/views/giftList.vue b/pkg_user/views/giftList.vue index e254245..b970cab 100644 --- a/pkg_user/views/giftList.vue +++ b/pkg_user/views/giftList.vue @@ -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) {