Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
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
罗超
SuperMan
Commits
b0b614e4
Commit
b0b614e4
authored
2 months ago
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
选择页面修改
parent
5fc844c9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
indexSlider1.vue
src/components/WebSet/home/indexSlider1.vue
+3
-1
choose_menu.vue
src/components/WebSet/plug-in/choose_menu.vue
+4
-2
No files found.
src/components/WebSet/home/indexSlider1.vue
View file @
b0b614e4
...
...
@@ -337,7 +337,9 @@
var
chooseMenuObj
=
this
.
$refs
.
chooseMenu
.
getChooseMenu
();
this
.
isShowMenuDialog
=
false
;
if
(
chooseMenuObj
)
{
this
.
clickItem
.
SubName
=
chooseMenuObj
.
MenuName
;
if
(
chooseMenuObj
.
LtName
&&
chooseMenuObj
.
LtName
!=
''
)
{
this
.
clickItem
.
SubName
=
chooseMenuObj
.
LtName
;
}
if
(
chooseMenuObj
.
MenuSubName
)
{
this
.
clickItem
.
SubDescribe
=
chooseMenuObj
.
MenuSubName
;
}
...
...
This diff is collapsed.
Click to expand it.
src/components/WebSet/plug-in/choose_menu.vue
View file @
b0b614e4
...
...
@@ -332,6 +332,7 @@
MenuUrl
:
""
,
ImgUrl
:
""
,
MenuSubName
:
""
,
LtName
:
""
,
};
var
domainUrl
=
this
.
getLocalStorage
().
B2BDomain
;
//自定义页面
...
...
@@ -355,7 +356,9 @@
this
.
dataList
.
forEach
((
item
)
=>
{
if
(
item
.
Checked
)
{
obj
.
MenuName
=
item
.
Title
;
console
.
log
(
"item.ProductRecommend"
,
item
.
ProductRecommend
)
if
(
item
.
LtName
&&
item
.
LtName
!=
''
)
{
obj
.
LtName
=
item
.
LtName
;
}
if
(
item
.
ProductRecommend
&&
item
.
ProductRecommend
!=
''
)
{
obj
.
MenuSubName
=
item
.
ProductRecommend
;
}
...
...
@@ -371,7 +374,6 @@
obj
.
MenuUrl
=
domainUrl
+
obj
.
MenuUrl
;
}
}
console
.
log
(
"chooseObj"
,
obj
);
return
obj
;
},
//选中切换
...
...
This diff is collapsed.
Click to expand it.
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