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" > +