Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
R
rongtong-app
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
融通安全管理系统
rongtong-app
Commits
a9485f95
Commit
a9485f95
authored
Jul 08, 2023
by
胡占生
🇨🇳
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 底部状态栏功能修复
parent
ce5d2251
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
src/components/TabBar.vue
src/components/TabBar.vue
+3
-3
src/views/riskProject/add/taskList.vue
src/views/riskProject/add/taskList.vue
+0
-1
No files found.
src/components/TabBar.vue
View file @
a9485f95
...
...
@@ -23,7 +23,7 @@ export default {
data
()
{
return
{
active
:
"
0
"
,
active
:
localStorage
.
getItem
(
'
active
'
)?
localStorage
.
getItem
(
'
active
'
):
1
,
tabBarList
:
[
{
key
:
"
1
"
,
...
...
@@ -53,11 +53,11 @@ export default {
};
},
mounted
()
{
this
.
active
=
this
.
index
//
this.active = this.index
},
methods
:
{
onChange
(
index
)
{
this
.
active
=
index
;
localStorage
.
setItem
(
'
active
'
,
index
)
;
if
(
this
.
active
==
index
){
this
.
tabBarList
.
forEach
((
item
)
=>
{
if
(
item
.
name
==
this
.
active
){
...
...
src/views/riskProject/add/taskList.vue
View file @
a9485f95
...
...
@@ -48,7 +48,6 @@
v-model=
"active"
color=
"#2980f7"
animated
:sticky=
"true"
offset-top=
"2.93rem"
>
<van-tab
title=
"任务详情"
>
...
...
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