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

tabbar icon remove

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