提交 a27c4428 编写于 作者: 杜庆泉's avatar 杜庆泉

tabbar icon remove

上级 3a1e871b
...@@ -46,24 +46,16 @@ ...@@ -46,24 +46,16 @@
"backgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8",
"list": [{ "list": [{
"pagePath": "pages/tabBar/Primer/Primer", "pagePath": "pages/tabBar/Primer/Primer",
"iconPath": "static/tabbar_easy.png",
"selectedIconPath": "static/tabbar_easy_select.png",
"text": "入门" "text": "入门"
}, },
{ {
"pagePath": "pages/tabBar/Advance/Advance", "pagePath": "pages/tabBar/Advance/Advance",
"iconPath": "static/tabbar_high.png",
"selectedIconPath": "static/tabbar_high_select.png",
"text": "进阶" "text": "进阶"
}, { }, {
"pagePath": "pages/tabBar/SystemAPI/SystemAPI", "pagePath": "pages/tabBar/SystemAPI/SystemAPI",
"iconPath": "static/tabbar_api.png",
"selectedIconPath": "static/tabbar_api_select.png",
"text": "系统API" "text": "系统API"
}, { }, {
"pagePath": "pages/tabBar/SDKIntegration/SDKIntegration", "pagePath": "pages/tabBar/SDKIntegration/SDKIntegration",
"iconPath": "static/tabbar_sdk.png",
"selectedIconPath": "static/tabbar_sdk_select.png",
"text": "三方SDK" "text": "三方SDK"
} }
] ]
......
<template> <template>
<view> <view>
<text>sdk集成</text> <page-head :title="title"></page-head>
</view> </view>
</template> </template>
...@@ -8,7 +9,7 @@ ...@@ -8,7 +9,7 @@
export default { export default {
data() { data() {
return { return {
title: 'SDK集成示例',
} }
}, },
methods: { methods: {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册