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
9e75e803
Commit
9e75e803
authored
Mar 19, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
319ac63f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
index.vue
components/matchmaking/index.vue
+1
-1
activeInner.vue
pages/kotra/activeInner.vue
+1
-1
No files found.
components/matchmaking/index.vue
View file @
9e75e803
...
...
@@ -18,7 +18,7 @@
<view
class=
"boxtc-b-item"
>
{{
item
.
Marriage
}}
</view>
</view>
</view>
<view
class=
"boxt-r"
>
<view
class=
"boxt-r"
v-if=
"item.MatchingRate>0"
>
匹配度
{{
item
.
MatchingRate
}}
%
</view>
</view>
...
...
pages/kotra/activeInner.vue
View file @
9e75e803
...
...
@@ -142,7 +142,7 @@
</view>
<view
class=
"ac-x-r"
:style=
"
{'color':mainColor}">
<view
style=
"margin-bottom: 5px;"
>
{{
item
.
IsFree
==
1
?
'免费'
:
'需要星星:'
+
item
.
Price
}}
{{
item
.
IsFree
==
1
||
item
.
Price
==
0
?
'免费'
:
'需要星星:'
+
item
.
Price
}}
</view>
<view
class=
"activeJoin-x"
:style=
"
{'background-color':IsOpenMiAi==1?mainColor:'#000450'}" v-if="item.ActivityStatus==0">未开始
</view>
<view
class=
"activeJoin-x"
:style=
"
{'background-color':IsOpenMiAi==1?mainColor:'#000450'}" v-if="item.ActivityStatus==1">马上加入
</view>
...
...
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