diff --git a/api/giftList.js b/api/giftList.js
new file mode 100644
index 0000000..ade0a4f
--- /dev/null
+++ b/api/giftList.js
@@ -0,0 +1,22 @@
+import request from '@/utils/request'
+
+/**
+ * 收到的礼品卡列表
+ * */
+export function giftCardReceiveList(param) {
+ return request.get('/giftCard/receiveList', param)
+}
+
+/**
+ * 送出的礼品卡列表
+ * */
+export function giftCardSendList(param) {
+ return request.get('/giftCard/sendList', param)
+}
+
+/**
+ * 赠礼须知
+ * */
+export function giftNotice(param) {
+ return request.get('/giftCard/giftNotice', param)
+}
diff --git a/pkg_user/views/gift/components/giftTips.vue b/pkg_user/views/gift/components/giftTips.vue
index 1793bcd..df90409 100644
--- a/pkg_user/views/gift/components/giftTips.vue
+++ b/pkg_user/views/gift/components/giftTips.vue
@@ -10,7 +10,7 @@
>
diff --git a/pkg_user/views/giftList.vue b/pkg_user/views/giftList.vue
index ded0179..f3c11c9 100644
--- a/pkg_user/views/giftList.vue
+++ b/pkg_user/views/giftList.vue
@@ -14,82 +14,186 @@
-
-
-
-
-
-
-
-
- {{ item.goodName }}
+
+
+
+
+
+
+
+
+
+
+ {{ cart.productInfo.storeName }}
+
+
+ {{ cart.productInfo.attrInfo.sku }}
+
+
+
+ ¥{{ item.payPrice }}
+
+ 数量 X {{ cart.cartNum }}
+
+
-
- {{ item.attrName }}
-
-
-
- ¥{{ item.price }}
+
+
+ 赠言:{{ item.message }}
+
+
+
+ 送给朋友
+
+
+
+ 已全部领取
+
+
+ 已过期
- 数量 X {{ item.num }}
-
-
-
- 赠言:{{ item.txt }}
-
-
- 送给朋友
-
-
-
- 已全部领取
-
-
- 灰色按钮
+
+
+
+
-
+
+
+
+
+
+
+
+
+
+ {{ cart.productInfo.storeName }}
+
+
+ {{ cart.productInfo.attrInfo.sku }}
+
+
+
+ ¥{{ item.payPrice }}
+
+
+
+
+
+
+ 赠言:{{ item.message }}
+
+
+ 送给朋友
+
+
+
+ 已全部领取
+
+
+ 灰色按钮
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+