xuminyi
xingyy 1 year ago
parent 5f37e71be3
commit 6973d6dba5

@ -13,5 +13,17 @@
"navigationBarBackgroundColor": "#F8F8F8", "navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8" "backgroundColor": "#F8F8F8"
}, },
"uniIdRouter": {} "uniIdRouter": {},
"tabBar": {
"list": [
{
"pagePath": "pages/home/index",
"text": "首页"
},
{
"pagePath": "pages/mine/index",
"text": "我的"
}
]
}
} }

@ -1,5 +1,6 @@
<template> <template>
<view class="content"> <view class="content">
<fl-tabbar :currentPage="'pages/mine/index'"></fl-tabbar>
<image class="logo" src="/static/logo.png"></image> <image class="logo" src="/static/logo.png"></image>
<view class="text-area"> <view class="text-area">
<text class="title">{{title}}</text> <text class="title">{{title}}</text>

Loading…
Cancel
Save