Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mayi-mp-shop
Overview
Overview
Details
Activity
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
程默
mayi-mp-shop
Commits
baab6581
Commit
baab6581
authored
Apr 11, 2024
by
侯体倬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
PC 平台不展示自定义导航栏
parent
36d91f1d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
2 deletions
+9
-2
src/components/common/CustomNav.vue
+9
-2
No files found.
src/components/common/CustomNav.vue
View file @
baab6581
<
template
>
<div
class=
"CustomNav"
:style=
"zIndexStyle"
>
<div
v-if=
"!isPcPlatform"
class=
"CustomNav"
:style=
"zIndexStyle"
>
<div
class=
"navFixedBg"
:style=
"navFixedBgStyle"
></div>
<div
class=
"navBg"
:style=
"navBgStyle"
>
<div
class=
"content"
:style=
"contentStyle"
>
{{
showShopName
}}
</div>
...
...
@@ -29,15 +29,22 @@ export default {
zIndexStyle
:
''
,
navFixedBgStyle
:
''
,
navBgStyle
:
''
,
contentStyle
:
''
contentStyle
:
''
,
isPcPlatform
:
false
,
// 是否是PC平台
}
},
created
()
{
const
deviceInfo
=
wx
.
getDeviceInfo
()
this
.
isPcPlatform
=
[
'mac'
,
'windows'
].
includes
(
deviceInfo
.
platform
);
if
(
!
this
.
isPcPlatform
)
{
this
.
getNavbarInfo
();
this
.
initialize
();
}
},
onPageScroll
(
el
)
{
if
(
!
this
.
isPcPlatform
)
{
this
.
getScroll
(
el
);
}
},
watch
:
{
customBgOpacity
()
{
...
...
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