From 705d64d23829b7ac7aba49905939935452993139 Mon Sep 17 00:00:00 2001 From: linxi <957440651@qq.com> Date: Thu, 23 Oct 2025 15:55:48 +0800 Subject: [PATCH] =?UTF-8?q?Feat=EF=BC=9A=E6=97=85=E5=B1=85=E7=A4=BC?= =?UTF-8?q?=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg_product/views/sojoumOrderDetails.vue | 29 ++++++++++++++++++++++++ 1 file changed, 29 insertions(+) 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