first commit
This commit is contained in:
22
custom-tab-bar/data.js
Normal file
22
custom-tab-bar/data.js
Normal file
@@ -0,0 +1,22 @@
|
||||
export default [
|
||||
{
|
||||
icon: 'home',
|
||||
text: '首页',
|
||||
url: 'pages/index/index',
|
||||
},
|
||||
{
|
||||
icon: 'form',
|
||||
text: '分类',
|
||||
url: 'pages/category/index',
|
||||
},
|
||||
{
|
||||
icon: 'calendar',
|
||||
text: '预约',
|
||||
url: 'pages/appointment/index',
|
||||
},
|
||||
{
|
||||
icon: 'user-1',
|
||||
text: '个人中心',
|
||||
url: 'pages/usercenter/index',
|
||||
},
|
||||
];
|
||||
Reference in New Issue
Block a user