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
3eec844f
Commit
3eec844f
authored
Jan 10, 2023
by
kyle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
卡顿问题
parent
2334811a
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
36 additions
and
36 deletions
+36
-36
pages.json
+32
-32
pages/courselist/courselist.vue
+1
-1
pages/index/index.vue
+1
-1
pages/personalCenter/personalCenter.vue
+1
-1
pages/product/product.vue
+1
-1
No files found.
pages.json
View file @
3eec844f
...
...
@@ -450,38 +450,38 @@
}
],
//
"tabBar"
:
{
//
"color"
:
"#7A7E83"
,
//
tab
上的文字默认颜色
//
"selectedColor"
:
"#7A7E83"
,
//
tab
上的文字选中时的颜色
//
"borderStyle"
:
"black"
,
//
tabbar
上边框的颜色,可选值
black/white
//
"backgroundColor"
:
"#ffffff"
,
//
tab
的背景色
//
"fontSize"
:
"28rpx"
,
//
"iconWidth"
:
"60rpx"
,
//
"height"
:
"120rpx"
,
//
"list"
:
[{
//
最少
2
个、最多
5
个
tab
//
"pagePath"
:
"pages/index/index"
,
//
页面路径,必须在
pages
中先定义
//
"iconPath"
:
"static/tabbar/home.png"
,
//
图片路径,icon
大小限制为
40
kb,建议尺寸为
81
px
*
81
px
//
"selectedIconPath"
:
"static/tabbar/home_active.png"
,
//
选中时的图片路径
//
"text"
:
"首页"
//
tab
上按钮文字
//
},
//
//
{
//
最少
2
个、最多
5
个
tab
//
//
"pagePath"
:
"pages/index/index
"
,
//
页面路径,必须在
pages
中先定义
//
//
"iconPath"
:
"static/tabbar/sfp.png"
,
//
图片路径,icon
大小限制为
40
kb,建议尺寸为
81
px
*
81
px
//
//
"selectedIconPath"
:
"static/tabbar/sfp_active.png"
,
//
选中时的图片路径
//
//
"text"
:
"SFP智能财策"
//
tab
上按钮文字
//
//
},
//
{
//
最少
2
个、最多
5
个
tab
//
"pagePath"
:
"pages/index/index
"
,
//
页面路径,必须在
pages
中先定义
//
"iconPath"
:
"static/tabbar/cffp.png"
,
//
图片路径,icon
大小限制为
40
kb,建议尺寸为
81
px
*
81
px
//
"selectedIconPath"
:
"static/tabbar/cffp_active.png"
,
//
选中时的图片路径
//
"text"
:
"CFFP认证"
//
tab
上按钮文字
//
},{
//
"pagePath"
:
"pages/personalCenter/personalCenter"
,
//
"iconPath"
:
"static/tabbar/my.png"
,
//
"selectedIconPath"
:
"static/tabbar/my_active.png"
,
//
"text"
:
"我的"
//
}]
//
},
"tabBar"
:
{
"color"
:
"#7A7E83"
,
//
tab
上的文字默认颜色
"selectedColor"
:
"#7A7E83"
,
//
tab
上的文字选中时的颜色
"borderStyle"
:
"black"
,
//
tabbar
上边框的颜色,可选值
black/white
"backgroundColor"
:
"#ffffff"
,
//
tab
的背景色
"fontSize"
:
"28rpx"
,
"iconWidth"
:
"60rpx"
,
"height"
:
"120rpx"
,
"list"
:
[{
//
最少
2
个、最多
5
个
tab
"pagePath"
:
"pages/index/index"
,
//
页面路径,必须在
pages
中先定义
"iconPath"
:
"static/tabbar/home.png"
,
//
图片路径,icon
大小限制为
40
kb,建议尺寸为
81
px
*
81
px
"selectedIconPath"
:
"static/tabbar/home_active.png"
,
//
选中时的图片路径
"text"
:
"首页"
//
tab
上按钮文字
},
{
//
最少
2
个、最多
5
个
tab
"pagePath"
:
"pages/product/product
"
,
//
页面路径,必须在
pages
中先定义
"iconPath"
:
"static/tabbar/sfp.png"
,
//
图片路径,icon
大小限制为
40
kb,建议尺寸为
81
px
*
81
px
"selectedIconPath"
:
"static/tabbar/sfp_active.png"
,
//
选中时的图片路径
"text"
:
"SFP智能财策"
//
tab
上按钮文字
},
{
//
最少
2
个、最多
5
个
tab
"pagePath"
:
"pages/courselist/courselist
"
,
//
页面路径,必须在
pages
中先定义
"iconPath"
:
"static/tabbar/cffp.png"
,
//
图片路径,icon
大小限制为
40
kb,建议尺寸为
81
px
*
81
px
"selectedIconPath"
:
"static/tabbar/cffp_active.png"
,
//
选中时的图片路径
"text"
:
"CFFP认证"
//
tab
上按钮文字
},{
"pagePath"
:
"pages/personalCenter/personalCenter"
,
"iconPath"
:
"static/tabbar/my.png"
,
"selectedIconPath"
:
"static/tabbar/my_active.png"
,
"text"
:
"我的"
}]
},
"globalStyle"
:
{
"navigationBarTextStyle"
:
"black"
,
"navigationBarTitleText"
:
"uni-app"
,
...
...
pages/courselist/courselist.vue
View file @
3eec844f
...
...
@@ -11,7 +11,7 @@
</view>
</view>
</view>
<
tabBar
:currentPage=
"currentPage"
v-if=
"onlyShowList!=0"
></tabBar
>
<
!--
<tabBar
:currentPage=
"currentPage"
v-if=
"onlyShowList!=0"
></tabBar>
--
>
</
template
>
<
script
>
...
...
pages/index/index.vue
View file @
3eec844f
...
...
@@ -48,7 +48,7 @@
</view>
<courselist
:tagIds=
"[1111]"
:onlyShowList=
"0"
></courselist>
</view>
<
tabBar
:currentPage=
"currentPage"
></tabBar
>
<
!--
<tabBar
:currentPage=
"currentPage"
></tabBar>
--
>
</view>
<uni-popup
ref=
"popup"
type=
"top"
background-color=
"#fff"
>
<view
class=
"description"
>
...
...
pages/personalCenter/personalCenter.vue
View file @
3eec844f
...
...
@@ -47,7 +47,7 @@
</view>
</view>
</view>
<
tabBar
:currentPage=
"currentPage"
></tabBar
>
<
!--
<tabBar
:currentPage=
"currentPage"
></tabBar>
--
>
<!-- 我的邀请码 -->
<view
class=
"inviteQrcodeContainer"
>
<uni-popup
ref=
"popup1"
background-color=
"#fff"
>
...
...
pages/product/product.vue
View file @
3eec844f
...
...
@@ -22,7 +22,7 @@
</view>
</view>
<
tabBar
:currentPage=
"currentPage"
></tabBar
>
<
!--
<tabBar
:currentPage=
"currentPage"
></tabBar>
--
>
</view>
</
template
>
...
...
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