Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
T
techbook
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
front-end-dev
techbook
Commits
27dc33a6
Commit
27dc33a6
authored
Sep 01, 2020
by
zhangyanni
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
65e00d6e
805612b7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
guessdetail.vue
src/views/integralpage/guessdetail.vue
+1
-1
integralguesslist.vue
src/views/integralpage/integralguesslist.vue
+2
-2
No files found.
src/views/integralpage/guessdetail.vue
View file @
27dc33a6
...
...
@@ -24,7 +24,7 @@
<p
style=
"margin: 0 20px;"
>
{{
contentdata
.
peopleNum
}}
人次参与
</p>
<p
v-if=
"contentdata.guessState != 3"
>
{{
contentdata
.
guessTime
}}{{
contentdata
.
guessState
==
1
?
'截止'
:
'公布结果'
}}
</p>
<div
v-if=
"contentdata.isBets&&contentdata.guessState==3"
>
<p>
您押注了
<span
>
{{
contentdata
.
empBetsIntegral
}}
</span>
积分,
{{
contentdata
.
empWinIntegral
>
0
?
'赢了'
:
'输了'
}}
<span
>
{{
contentdata
.
empWinIntegral
>
0
?
contentdata
.
empWinIntegral
:
contentdata
.
empWinIntegral
*-
1
}}
</span>
积分
</p>
<p>
您押注了
<span
style=
"font-weight: bold;color: #FF5D5D;"
>
{{
contentdata
.
empBetsIntegral
}}
</span>
积分,
{{
contentdata
.
empWinIntegral
>
0
?
'赢了'
:
'输了'
}}
<span
style=
"font-weight: bold;color: #FF5D5D;"
>
{{
contentdata
.
empWinIntegral
>
0
?
contentdata
.
empWinIntegral
:
contentdata
.
empWinIntegral
*-
1
}}
</span>
积分
</p>
</div>
</div>
</div>
...
...
src/views/integralpage/integralguesslist.vue
View file @
27dc33a6
...
...
@@ -40,7 +40,7 @@
<span
style=
"margin-right: 35px;"
>
{{
item
.
peopleNum
}}
人次参与
</span>
<span
v-if=
"item.guessState != 3"
>
{{
item
.
guessTime
}}{{
item
.
guessState
==
1
?
'截止'
:
'公布结果'
}}
</span>
<div
v-if=
"item.isBets&&item.guessState==3"
>
<p>
您押注了
<span
>
{{
item
.
empBetsIntegral
}}
</span>
积分,
{{
item
.
empWinIntegral
>
0
?
'赢了'
:
'输了'
}}
<span
>
{{
item
.
empWinIntegral
>
0
?
item
.
empWinIntegral
:
item
.
empWinIntegral
*-
1
}}
</span>
积分
</p>
<p>
您押注了
<span
style=
"font-weight: bold;color: #FF5D5D;"
>
{{
item
.
empBetsIntegral
}}
</span>
积分,
{{
item
.
empWinIntegral
>
0
?
'赢了'
:
'输了'
}}
<span
style=
"font-weight: bold;color: #FF5D5D;"
>
{{
item
.
empWinIntegral
>
0
?
item
.
empWinIntegral
:
item
.
empWinIntegral
*-
1
}}
</span>
积分
</p>
</div>
</div>
<div
style=
"margin-top: 25px;"
>
...
...
@@ -55,7 +55,7 @@
</p>
</div>
<i
v-if=
"item.guessAnswerId == itemchild.id"
style=
"position: absolute;left: -15px;top: -20px;font-size: 40px;color: #FF9E29;"
class=
"iconfont icon-huoshengfang"
></i>
<el-progress
:class=
"item.guessAnswerId == itemchild.id?'guessback':''"
:percentage=
"itemchild.optionsPercentage"
:color=
"item.guessAnswerId == itemchild.id?'#ffffff':'5D78FF'"
:show-text=
"false"
></el-progress>
<el-progress
:class=
"item.guessAnswerId == itemchild.id?'guessback':''"
:percentage=
"itemchild.optionsPercentage"
:color=
"item.guessAnswerId == itemchild.id?'#ffffff':'
#
5D78FF'"
:show-text=
"false"
></el-progress>
</div>
<div
v-else
class=
"gendisplay"
>
<div
class=
"gendisplay Placeabet"
>
...
...
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