diff --git a/pkg_product/views/sojoumOrderDetails.vue b/pkg_product/views/sojoumOrderDetails.vue
index 81c69a3..b2ada95 100644
--- a/pkg_product/views/sojoumOrderDetails.vue
+++ b/pkg_product/views/sojoumOrderDetails.vue
@@ -110,6 +110,28 @@
{{orderInfo.payTypeName}}
+
+
+
+
+ {{ `已领取${orderInfo.giftCardInfo.receiveNum}/${orderInfo.giftCardInfo.giftNum}份礼包` }}
+
+ {{ `剩余${orderInfo.giftCardInfo.refundNum}份已退回` }}
+
+
+ {{ receive.userNickname }}
+ {{ receive.receiveStatus ? '已领取' : '未领取' }}
+
+
@@ -139,6 +161,7 @@ export default {
},
data() {
return {
+ webUrl: this.$VUE_APP_RESOURCES_URL,
key: '',
popContent: '',
title: '',
@@ -544,4 +567,10 @@ export default {
}
}
}
+.gift-wrap{
+ background: #fff;
+ border-radius: 20rpx;
+ margin-top: 30rpx;
+ padding: 30rpx;
+}
\ No newline at end of file