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
536efbef
Commit
536efbef
authored
Mar 23, 2021
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
494e00ce
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletion
+8
-1
nav-page.vue
src/components/sallCenter/plugin/nav-page.vue
+7
-1
templateEdit.vue
src/components/sallCenter/templateEdit.vue
+1
-0
No files found.
src/components/sallCenter/plugin/nav-page.vue
View file @
536efbef
...
...
@@ -200,6 +200,12 @@
<el-form-item
label=
"左右滑动"
>
<el-switch
v-model=
"navData.data.scroll"
></el-switch>
</el-form-item>
<el-form-item
label=
"导航类型"
>
<el-radio-group
v-model=
"navData.data.navType"
>
<el-radio
:label=
"1"
>
导航模式
</el-radio>
<el-radio
:label=
"2"
>
Tab模式
</el-radio>
</el-radio-group>
</el-form-item>
<el-form-item
label=
"拉取商城导航"
>
<el-button
size=
"small"
@
click=
"isShowNavLink=true"
>
选择
</el-button>
</el-form-item>
...
...
@@ -423,7 +429,7 @@
url
:
""
,
//组件URL
TemplateId
:
0
,
TemplateShowName
:
""
,
isShow
:
1
,
//1-显示,0-隐藏
isShow
:
1
,
//1-显示,0-隐藏
}
this
.
navData
.
data
.
navs
.
push
(
obj
);
},
...
...
src/components/sallCenter/templateEdit.vue
View file @
536efbef
...
...
@@ -1492,6 +1492,7 @@
mode
:
1
,
//填充方式
backgroundHeight
:
100
,
//背景图宽
backgroundWidth
:
100
,
//背景图高
navType
:
1
//导航类型 1导航模式 2Tab模式
}
}
this
.
dataList
.
push
(
navPageObj
);
...
...
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