Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
ElectricitySheep
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
黄媛媛
ElectricitySheep
Commits
1a77c191
Commit
1a77c191
authored
Dec 09, 2024
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
11
parent
418c0ca4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
CustomPage.vue
src/components/sallCenter/CustomPage.vue
+6
-0
No files found.
src/components/sallCenter/CustomPage.vue
View file @
1a77c191
...
...
@@ -88,6 +88,11 @@
<el-switch
v-model=
"addMsg.IsShowNav"
active-color=
"#409EFF"
:active-value=
"1"
:inactive-value=
"0"
>
</el-switch>
</el-form-item>
<el-form-item
label=
"显示底部导航条"
>
<el-switch
v-model=
"addMsg.IsShowBottomTabBar"
active-color=
"#409EFF"
:active-value=
"1"
:inactive-value=
"0"
>
</el-switch>
</el-form-item>
<el-form-item
label=
"模板和导航"
>
<div
style=
"max-width:480px;"
>
<div
class=
"Custom_item"
v-for=
"(item,index) in addMsg.DetailsList"
:key=
"index"
>
...
...
@@ -154,6 +159,7 @@
IsHome
:
0
,
IsUse
:
1
,
IsShowNav
:
0
,
IsShowBottomTabBar
:
1
,
//是否显示底部导航
DetailsList
:
[]
},
total
:
0
,
...
...
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