Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
shareConfig
Overview
Overview
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
gic-web
shareConfig
Commits
cdea6637
Commit
cdea6637
authored
Nov 29, 2019
by
无尘
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 增加奖励
parent
31d24149
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
9 deletions
+7
-9
reward-config.vue
src/components/active-config/reward-config.vue
+7
-9
No files found.
src/components/active-config/reward-config.vue
View file @
cdea6637
...
@@ -1068,17 +1068,15 @@ export default {
...
@@ -1068,17 +1068,15 @@ export default {
changeModeData
()
{
changeModeData
()
{
const
that
=
this
;
const
that
=
this
;
// 根据路径
// 根据路径
console
.
log
(
that
);
for
(
const
i
in
that
.
switchObj
)
{
for
(
const
i
in
that
.
switchObj
)
{
that
.
activeInfoData
[
i
]
=
names
[
names
.
length
-
1
].
includes
(
that
.
switchObj
[
i
])
?
1
:
0
;
that
.
basePath
.
forEach
(
ele
=>
{
if
(
ele
.
transName
==
that
.
switchObj
[
i
])
{
that
.
ProgressiveData
.
push
(
that
[
i
]);
}
});
}
}
console
.
log
(
that
.
ProgressiveData
);
that
.
basePath
.
forEach
(
ele
=>
{
/* if (ele.transName == that.switchObj) {
}
that.ProgressiveData.push(that.data[]) */
});
},
},
/**
/**
* 选择tab
* 选择tab
...
...
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