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) {