Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
activities
/
web-lottery
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
1
Pipelines
Wiki
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
b73a9132
authored
Sep 05, 2025
by
levlin
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev'
parents
5cfd1329
7f0c9840
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
3 deletions
+14
-3
src/pages/message/index.vue
+14
-3
No files found.
src/pages/message/index.vue
View file @
b73a9132
...
...
@@ -41,7 +41,11 @@
<div
class=
"lottery-message__win-sub"
>
<!-- 实物 线下核销 -->
<template
v-if=
"winInfo.exchangeType === LOTTERY_EXCHANGE_TYPE.offline"
>
前往
<span
@
click=
"openRecordHandler"
>
抽奖记录
</span>
使用兑换码进行兑换
前往
<span
@
click=
"openRecordHandler"
>
抽奖记录
</span>
使用兑换码进行兑换
<span
v-if=
"lotteryInfo.showResult"
@
click=
"openWinnersHandler"
>
查看中奖名单
</span
>
</
template
>
<!-- 虚拟物品 -->
<!-- <template v-if="lotteryInfo.prizeType === LOTTERY_MESSAGE_PRIZE_TYPE.online"
...
...
@@ -150,8 +154,11 @@ export default {
contactPhone: addressInfo?.mobile || '',
name: addressInfo?.name || ''
}
this.winInfo = { ...this.winInfo,
address: `
$
{
addressInfo
?.
province
||
''
}
-
$
{
addressInfo
?.
city
||
''
}
-
$
{
addressInfo
?.
area
||
''
}
-
$
{
addressInfo
?.
detail
}
`,
this.winInfo = {
...this.winInfo,
address: `
$
{
addressInfo
?.
province
||
''
}
-
$
{
addressInfo
?.
city
||
''
}
-
$
{
addressInfo
?.
area
||
''
}
-
$
{
addressInfo
?.
detail
}
`,
contactPhone: addressInfo?.mobile || '',
name: addressInfo?.name || ''
}
...
...
@@ -420,6 +427,10 @@ export default {
color
:
#0091ff
;
font-size
:
12px
;
font-weight
:
500
;
&:nth-child(2)
{
margin-left
:
10px
;
margin-right
:
0
;
}
}
}
&
__lost
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment