Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
apaas-ui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gzga-jzapi
apaas-ui
Commits
50e7b59d
Commit
50e7b59d
authored
Nov 03, 2020
by
徐一鸣
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
【技术支持-问答中心】贡献榜数量调整
parent
e60207ad
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
src/pages/technical-support/answer-center/index.vue
src/pages/technical-support/answer-center/index.vue
+6
-6
No files found.
src/pages/technical-support/answer-center/index.vue
View file @
50e7b59d
...
@@ -42,13 +42,13 @@
...
@@ -42,13 +42,13 @@
</li>
</li>
</ul>
</ul>
</div>
</div>
<div
class=
"contributor_info"
v-if=
"contributorQu
iz
List"
>
<div
class=
"contributor_info"
v-if=
"contributorQu
estion
List"
>
<h3
class=
"contributor_title"
>
<h3
class=
"contributor_title"
>
<span>
本月提问贡献榜
</span>
<span>
本月提问贡献榜
</span>
</h3>
</h3>
<ul
class=
"contributor_list"
>
<ul
class=
"contributor_list"
>
<li
<li
v-for=
"(item, index) in contributorQu
iz
List"
v-for=
"(item, index) in contributorQu
estion
List"
:key=
"'quiz_' + index"
:key=
"'quiz_' + index"
>
>
<span
class=
"list_index"
v-text=
"index + 1"
></span>
<span
class=
"list_index"
v-text=
"index + 1"
></span>
...
@@ -69,7 +69,7 @@ export default {
...
@@ -69,7 +69,7 @@ export default {
return
{
return
{
userInfo
:
null
,
userInfo
:
null
,
contributorAnswerList
:
null
,
contributorAnswerList
:
null
,
contributorQu
iz
List
:
null
,
contributorQu
estion
List
:
null
,
head_pic
:
require
(
"
../../../assets/imgs/img_head.png
"
),
head_pic
:
require
(
"
../../../assets/imgs/img_head.png
"
),
};
};
},
},
...
@@ -87,7 +87,7 @@ export default {
...
@@ -87,7 +87,7 @@ export default {
},
},
getAnwerList
()
{
getAnwerList
()
{
this
.
$http
this
.
$http
.
get
(
"
/apaas/support/qa/
question
/contribution
"
)
.
get
(
"
/apaas/support/qa/
answer
/contribution
"
)
.
then
(({
data
})
=>
{
.
then
(({
data
})
=>
{
if
(
data
.
success
)
{
if
(
data
.
success
)
{
this
.
contributorAnswerList
=
data
.
data
||
[];
this
.
contributorAnswerList
=
data
.
data
||
[];
...
@@ -95,10 +95,10 @@ export default {
...
@@ -95,10 +95,10 @@ export default {
});
});
this
.
$http
this
.
$http
.
get
(
"
/apaas/support/qa/
answer
/contribution
"
)
.
get
(
"
/apaas/support/qa/
question
/contribution
"
)
.
then
(({
data
})
=>
{
.
then
(({
data
})
=>
{
if
(
data
.
success
)
{
if
(
data
.
success
)
{
this
.
contributorQu
iz
List
=
data
.
data
||
[];
this
.
contributorQu
estion
List
=
data
.
data
||
[];
}
}
});
});
},
},
...
...
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