Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
J
jz_Travel
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
zhengke
jz_Travel
Commits
3ff6d980
Commit
3ff6d980
authored
Oct 09, 2021
by
吴春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
样式修改
parent
1c4bac8c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
14 deletions
+0
-14
index.vue
components/navpage/index.vue
+0
-1
index.vue
components/tabbar/index.vue
+0
-13
No files found.
components/navpage/index.vue
View file @
3ff6d980
...
...
@@ -202,7 +202,6 @@ export default {
};
},
created
()
{
console
.
log
(
this
.
navs
);
this
.
mainColor
=
this
.
$uiConfig
.
mainColor
;
this
.
secondary
=
this
.
$uiConfig
.
secondary
;
let
tempArray
=
[];
...
...
components/tabbar/index.vue
View file @
3ff6d980
...
...
@@ -149,10 +149,8 @@ export default {
};
},
created
()
{
console
.
log
(
"A join..."
);
},
mounted
()
{
console
.
log
(
"B join..."
);
this
.
flagTypeInfo
=
this
.
$uiConfig
.
is_bang
;
let
tempSystem
=
uni
.
getSystemInfoSync
();
this
.
platforms
=
tempSystem
.
platform
;
...
...
@@ -175,17 +173,6 @@ export default {
}
this
.
activeHandler
();
},
// activated(){
// if(uni.getStorageSync("navs")){
// this.navs = uni.getStorageSync("navs")??[];
// }else{
// setTimeout(()=>{
// this.navs = uni.getStorageSync("navs")??[];
// this.activeHandler();
// },3000)
// }
// this.activeHandler();
// },
methods
:
{
activeHandler
()
{
let
t
=
getCurrentPages
();
...
...
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