Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
U
uview-ui
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
李晖
uview-ui
Commits
2e7e8d3a
Commit
2e7e8d3a
authored
Jul 24, 2023
by
北桥
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bugfix: dropdown not found
parent
66a7013c
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
133 additions
and
125 deletions
+133
-125
pages.json
src/pages.json
+7
-0
index.vue
src/pages/componentsB/tabbar/index.vue
+126
-125
No files found.
src/pages.json
View file @
2e7e8d3a
...
@@ -663,6 +663,13 @@
...
@@ -663,6 +663,13 @@
{
{
"root"
:
"pages/componentsB"
,
"root"
:
"pages/componentsB"
,
"pages"
:
[
"pages"
:
[
//
dropdown-下拉菜单
{
"path"
:
"dropdown/index"
,
"style"
:
{
"navigationBarTitleText"
:
"dropdown-下拉菜单"
}
},
//
tabbar-底部导航栏
//
tabbar-底部导航栏
{
{
"path"
:
"tabbar/index"
,
"path"
:
"tabbar/index"
,
...
...
src/pages/componentsB/tabbar/index.vue
View file @
2e7e8d3a
...
@@ -36,12 +36,13 @@
...
@@ -36,12 +36,13 @@
:mid-button=
"midButton"
:mid-button=
"midButton"
:inactive-color=
"inactiveColor"
:inactive-color=
"inactiveColor"
:activeColor=
"activeColor"
:activeColor=
"activeColor"
:hideTabBar=
"false"
></u-tabbar>
></u-tabbar>
</view>
</view>
</
template
>
</
template
>
<
script
>
<
script
>
export
default
{
export
default
{
data
()
{
data
()
{
return
{
return
{
current
:
0
,
current
:
0
,
...
@@ -123,11 +124,11 @@
...
@@ -123,11 +124,11 @@
this
.
midButton
=
!
index
;
this
.
midButton
=
!
index
;
}
}
}
}
}
}
</
script
>
</
script
>
<
style
scoped
lang=
"scss"
>
<
style
scoped
lang=
"scss"
>
.u-demo-area
{
.u-demo-area
{
margin
:
0
-40rpx
;
margin
:
0
-40rpx
;
}
}
</
style
>
</
style
>
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