Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
community_vote
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hanfeng zhang
community_vote
Commits
999943f3
Commit
999943f3
authored
Jan 07, 2022
by
xhx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:文本
parent
1d7229c4
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
6 deletions
+8
-6
Attend.vue
src/components/mine/Attend.vue
+2
-0
navigator.vue
src/layouts/navigator.vue
+4
-4
founder_initiate.vue
src/views/initiate_comp/founder_initiate.vue
+2
-2
No files found.
src/components/mine/Attend.vue
View file @
999943f3
...
@@ -115,6 +115,8 @@ export default Vue.extend({
...
@@ -115,6 +115,8 @@ export default Vue.extend({
title
:
'提示'
,
title
:
'提示'
,
message
:
'确认关闭当前活动?'
,
message
:
'确认关闭当前活动?'
,
}).
then
(()
=>
{
}).
then
(()
=>
{
this
.
$store
.
commit
(
'app/SET_TEXT'
,
'发起的活动'
)
this
.
$store
.
commit
(
'app/SET_TEXT1'
,
'活动'
)
service
.
memberCloseVote
({
service
.
memberCloseVote
({
voteId
:
id
voteId
:
id
}).
then
(
res
=>
{
}).
then
(
res
=>
{
...
...
src/layouts/navigator.vue
View file @
999943f3
<
template
>
<
template
>
<div
class=
"flex w-full justify-around bg-app-blue-1 z-50"
>
<div
class=
"flex w-full justify-around bg-app-blue-1 z-50"
>
{{
currentIndex
}}
<!--
{{
currentIndex
}}
-->
<div
v-for=
"(i,index) in routeList"
:key=
"index"
class=
"py-3 flex flex-col text-center "
@
click=
"navigating(i,index)"
>
<div
v-for=
"(i,index) in routeList"
:key=
"index"
class=
"py-3 flex flex-col text-center "
@
click=
"navigating(i,index)"
>
<div
class=
"self-center"
>
<div
class=
"self-center"
>
<app-icon
customize
:type=
'i.meta.icon'
size=
'18px'
:color=
'index===activedIndex?"#FFBB00":" #FFFFFF"'
></app-icon>
<app-icon
customize
:type=
'i.meta.icon'
size=
'18px'
:color=
'index===activedIndex?"#FFBB00":" #FFFFFF"'
></app-icon>
...
@@ -96,9 +96,9 @@ export default Vue.extend({
...
@@ -96,9 +96,9 @@ export default Vue.extend({
}
}
return
value
return
value
},
},
currentIndex
()
{
//
currentIndex() {
return
this
.
$store
.
state
.
app
.
index
//
return this.$store.state.app.index
},
//
},
address
():
string
{
address
():
string
{
return
this
.
$store
.
state
.
app
.
address
return
this
.
$store
.
state
.
app
.
address
},
},
...
...
src/views/initiate_comp/founder_initiate.vue
View file @
999943f3
...
@@ -220,9 +220,9 @@ export default Vue.extend({
...
@@ -220,9 +220,9 @@ export default Vue.extend({
params
.
isOpen
=
this
.
checked
params
.
isOpen
=
this
.
checked
params
.
startHeight
=
parseInt
(
params
.
startHeight
)
params
.
startHeight
=
parseInt
(
params
.
startHeight
)
params
.
endHeight
=
parseInt
(
params
.
endHeight
)
params
.
endHeight
=
parseInt
(
params
.
endHeight
)
this
.
$store
.
commit
(
'app/SET_TEXT'
,
'发起的
提案
'
)
this
.
$store
.
commit
(
'app/SET_TEXT'
,
'发起的
活动
'
)
service
.
createVote
(
params
).
then
(()
=>
{
service
.
createVote
(
params
).
then
(()
=>
{
this
.
$store
.
commit
(
'app/SET_TEXT1'
,
'
提案
'
)
this
.
$store
.
commit
(
'app/SET_TEXT1'
,
'
活动
'
)
})
})
},
},
setPerson
()
{
setPerson
()
{
...
...
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