Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mallapp
Project
Project
Details
Activity
Releases
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
viitto
mallapp
Commits
3ff6ca24
Commit
3ff6ca24
authored
Jan 18, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
47215c2f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
activeContent.vue
pages/friendcircle/activeContent.vue
+0
-2
activitylist.vue
pages/friendcircle/activitylist.vue
+2
-2
No files found.
pages/friendcircle/activeContent.vue
View file @
3ff6ca24
...
@@ -131,8 +131,6 @@
...
@@ -131,8 +131,6 @@
</view>
</view>
<view
style=
"width: 100%;height: 10px;"
></view>
<view
style=
"width: 100%;height: 10px;"
></view>
</view>
</view>
</view>
</view>
</view>
</view>
<view
class=
"active_Title"
>
活动有效期
</view>
<view
class=
"active_Title"
>
活动有效期
</view>
...
...
pages/friendcircle/activitylist.vue
View file @
3ff6ca24
...
@@ -34,7 +34,7 @@
...
@@ -34,7 +34,7 @@
<view
class=
"speed"
>
<view
class=
"speed"
>
<text
v-if=
"calculation(x)==100 && x.IsFinish==2"
:style=
"
{'color':mainColor}">已完成活动,等待发放奖励
</text>
<text
v-if=
"calculation(x)==100 && x.IsFinish==2"
:style=
"
{'color':mainColor}">已完成活动,等待发放奖励
</text>
<text
style=
"margin-left: 5px;"
v-if=
"x.IsFinish==1"
:style=
"
{'color':mainColor}">已完成
</text>
<text
style=
"margin-left: 5px;"
v-if=
"x.IsFinish==1"
:style=
"
{'color':mainColor}">已完成
</text>
<text
v-if=
"msg.QActivityState ==2 && x.IsFinish==2"
style=
"color: #777777;"
>
未完成
</text>
<text
v-if=
"msg.QActivityState ==2 && x.IsFinish==2
&& calculation(x)!=100
"
style=
"color: #777777;"
>
未完成
</text>
</view>
</view>
</view>
</view>
...
@@ -184,7 +184,7 @@
...
@@ -184,7 +184,7 @@
if
(
x
.
IsFinish
==
1
||
percent
>
100
){
//如果完成了直接是百分百
if
(
x
.
IsFinish
==
1
||
percent
>
100
){
//如果完成了直接是百分百
percent
=
100
percent
=
100
}
else
{
}
else
{
percent
.
toFixed
(
2
)
percent
=
percent
.
toFixed
(
2
)
}
}
return
percent
return
percent
},
},
...
...
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