diff --git a/pkg_user/views/gift/components/GiftCard.vue b/pkg_user/views/gift/components/GiftCard.vue
index a61fc96..9ebc4ca 100644
--- a/pkg_user/views/gift/components/GiftCard.vue
+++ b/pkg_user/views/gift/components/GiftCard.vue
@@ -16,21 +16,21 @@
-
+
+
-
+
您已领取礼包
查看礼包详情>>
-
+
礼包已被领取
@@ -138,13 +138,12 @@ export default {
this.$refs.addressDialog.close()
this.$refs.AddressList.close()
this.order = res.data.orderId
- this.$emit('receive')
+ this.$emit('receive', this.order)
}).finally(() => {
uni.hideLoading()
})
},
setAddress(flag) {
- console.log(flag);
getAddressList().then(res => {
if (res.data.length === 0) {
this.$refs.addressDialog.open()