|
@@ -49,24 +49,25 @@
|
|
|
}
|
|
|
},
|
|
|
tabList() {
|
|
|
- this.list = [{
|
|
|
- name: "index",
|
|
|
- iconPath: "../../static/tabbar/index.png",
|
|
|
- selectedIconPath: "../../static/tabbar/index_select.png",
|
|
|
- text: "首页"
|
|
|
- },
|
|
|
+ this.list = [
|
|
|
+ // {
|
|
|
+ // name: "index",
|
|
|
+ // iconPath: "../../static/tabbar/index.png",
|
|
|
+ // selectedIconPath: "../../static/tabbar/index_select.png",
|
|
|
+ // text: "首页"
|
|
|
+ // },
|
|
|
{
|
|
|
name: "core",
|
|
|
iconPath: "../../static/tabbar/core.png",
|
|
|
selectedIconPath: "../../static/tabbar/core_select.png",
|
|
|
text: "商城"
|
|
|
},
|
|
|
- {
|
|
|
- name: "activity",
|
|
|
- iconPath: "../../static/tabbar/activity.png",
|
|
|
- selectedIconPath: "../../static/tabbar/activity_select.png",
|
|
|
- text: "抽奖"
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // name: "activity",
|
|
|
+ // iconPath: "../../static/tabbar/activity.png",
|
|
|
+ // selectedIconPath: "../../static/tabbar/activity_select.png",
|
|
|
+ // text: "抽奖"
|
|
|
+ // },
|
|
|
{
|
|
|
name: "user",
|
|
|
iconPath: "../../static/tabbar/user.png",
|