Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
CFFP-HB
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
Chao Sun
CFFP-HB
Commits
93961b73
Commit
93961b73
authored
Jan 10, 2023
by
kyle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
底部菜单栏
parent
76b09e8b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
7 deletions
+10
-7
pages.json
+0
-3
pages/index/index.vue
+9
-3
pages/saleCourseLists/saleCourseLists.vue
+1
-1
No files found.
pages.json
View file @
93961b73
...
@@ -455,9 +455,6 @@
...
@@ -455,9 +455,6 @@
"selectedColor"
:
"#7A7E83"
,
//
tab
上的文字选中时的颜色
"selectedColor"
:
"#7A7E83"
,
//
tab
上的文字选中时的颜色
"borderStyle"
:
"black"
,
//
tabbar
上边框的颜色,可选值
black/white
"borderStyle"
:
"black"
,
//
tabbar
上边框的颜色,可选值
black/white
"backgroundColor"
:
"#ffffff"
,
//
tab
的背景色
"backgroundColor"
:
"#ffffff"
,
//
tab
的背景色
"fontSize"
:
"28rpx"
,
"iconWidth"
:
"60rpx"
,
"height"
:
"120rpx"
,
"list"
:
[{
//
最少
2
个、最多
5
个
tab
"list"
:
[{
//
最少
2
个、最多
5
个
tab
"pagePath"
:
"pages/index/index"
,
//
页面路径,必须在
pages
中先定义
"pagePath"
:
"pages/index/index"
,
//
页面路径,必须在
pages
中先定义
"iconPath"
:
"static/tabbar/home.png"
,
//
图片路径,icon
大小限制为
40
kb,建议尺寸为
81
px
*
81
px
"iconPath"
:
"static/tabbar/home.png"
,
//
图片路径,icon
大小限制为
40
kb,建议尺寸为
81
px
*
81
px
...
...
pages/index/index.vue
View file @
93961b73
...
@@ -240,9 +240,15 @@
...
@@ -240,9 +240,15 @@
});
});
return
false
return
false
}
else
if
(
featureItem
.
isOpen
&&
featureItem
.
link
)
{
}
else
if
(
featureItem
.
isOpen
&&
featureItem
.
link
)
{
uni
.
navigateTo
({
if
(
featureItem
.
key
==
'07'
){
url
:
featureItem
.
link
uni
.
switchTab
({
})
url
:
featureItem
.
link
})
}
else
{
uni
.
navigateTo
({
url
:
featureItem
.
link
})
}
}
else
{
}
else
{
uni
.
showToast
({
uni
.
showToast
({
title
:
'此功能暂未开放,敬请期待。'
,
title
:
'此功能暂未开放,敬请期待。'
,
...
...
pages/saleCourseLists/saleCourseLists.vue
View file @
93961b73
...
@@ -268,7 +268,7 @@
...
@@ -268,7 +268,7 @@
border-radius
:
20
rpx
;
border-radius
:
20
rpx
;
color
:
#4a4a4a
;
color
:
#4a4a4a
;
margin-bottom
:
20
rpx
;
margin-bottom
:
20
rpx
;
font-size
:
2
4
rpx
;
font-size
:
2
8
rpx
;
view{
view{
position
:
relative
;
position
:
relative
;
margin-bottom
:
20
rpx
;
margin-bottom
:
20
rpx
;
...
...
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