From c3c0483625e92b1fda4db8205bf55e9d2ee970b6 Mon Sep 17 00:00:00 2001 From: LinCyJang Date: Thu, 30 Apr 2026 02:04:25 +0800 Subject: [PATCH] =?UTF-8?q?Feat=EF=BC=9A=E6=8A=BD=E5=A5=962.0=EF=BC=88?= =?UTF-8?q?=E6=9F=A5=E6=BC=8F=E8=A1=A5=E7=BC=BA=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 10 +- pages/order/MyOrder/index.vue | 96 +++++++++- pages/order/OrderDetails/index.vue | 34 +++- pkg-video/views/county-claim-address.vue | 160 +++++++++------- pkg-video/views/county-lottery-rules.vue | 10 +- pkg-video/views/county-lottery.vue | 98 +++++++--- pkg-video/views/county-my-tickets.vue | 23 ++- pkg-video/views/county-realname.vue | 51 +++-- pkg-video/views/county-winners.vue | 226 +++++++++++++++++------ todo.md | 8 + 10 files changed, 515 insertions(+), 201 deletions(-) create mode 100644 todo.md diff --git a/pages.json b/pages.json index 669ba7a..4722cc4 100644 --- a/pages.json +++ b/pages.json @@ -416,31 +416,31 @@ { "path": "views/county-lottery-rules", "style": { - "navigationStyle": "custom" + "navigationBarTitleText": "活动规则" } }, { "path": "views/county-my-tickets", "style": { - "navigationStyle": "custom" + "navigationBarTitleText": "我的抽奖码" } }, { "path": "views/county-winners", "style": { - "navigationStyle": "custom" + "navigationBarTitleText": "中奖名单" } }, { "path": "views/county-claim-address", "style": { - "navigationStyle": "custom" + "navigationBarTitleText": "填写收货地址" } }, { "path": "views/county-realname", "style": { - "navigationStyle": "custom" + "navigationBarTitleText": "实名认证" } } ] diff --git a/pages/order/MyOrder/index.vue b/pages/order/MyOrder/index.vue index 7bed4eb..ca308c4 100644 --- a/pages/order/MyOrder/index.vue +++ b/pages/order/MyOrder/index.vue @@ -186,6 +186,61 @@ + + + + + + + + {{ (order.drawOrderInfo && order.drawOrderInfo.prizeName) || '抽奖商品' }} + + + + {{ force2Decimal((order.drawOrderInfo && order.drawOrderInfo.prizePrice) || 0) }} + + x1 + + + + + + + {{ order.createTime }} + + + 共{{ order.totalNum || 0 }}件商品 + + + ,总金额 + + + ¥ + + + {{ force2Decimal(order.payPrice) }} + + + + + + + + + + 抽奖码: + + {{ order.drawOrderInfo && order.drawOrderInfo.ticketCode }} + + + + {{ order.drawOrderInfo.drawStatusName }} + + + - + {{ order.createTime }} @@ -293,8 +348,9 @@ v-if="!order.isGiftCardSend && !order.experienceOrderInfo" class="bottom flex jc-between ai-center" > +