|
@@ -36,7 +36,7 @@
|
|
src="@/static/icon/taskBar/act.png"
|
|
src="@/static/icon/taskBar/act.png"
|
|
></image>
|
|
></image>
|
|
</u-tabbar-item>
|
|
</u-tabbar-item>
|
|
- <u-tabbar-item text="生活">
|
|
|
|
|
|
+ <!-- <u-tabbar-item text="生活">
|
|
<image
|
|
<image
|
|
class="u-page__item__slot-icon"
|
|
class="u-page__item__slot-icon"
|
|
slot="active-icon"
|
|
slot="active-icon"
|
|
@@ -48,7 +48,7 @@
|
|
slot="inactive-icon"
|
|
slot="inactive-icon"
|
|
src="@/static/icon/taskBar/life.png"
|
|
src="@/static/icon/taskBar/life.png"
|
|
></image>
|
|
></image>
|
|
- </u-tabbar-item>
|
|
|
|
|
|
+ </u-tabbar-item> -->
|
|
<u-tabbar-item text="我的">
|
|
<u-tabbar-item text="我的">
|
|
<image
|
|
<image
|
|
class="u-page__item__slot-icon"
|
|
class="u-page__item__slot-icon"
|
|
@@ -89,10 +89,10 @@ export default {
|
|
text: "活动",
|
|
text: "活动",
|
|
pagePath: "pages/activity/index",
|
|
pagePath: "pages/activity/index",
|
|
},
|
|
},
|
|
- {
|
|
|
|
- text: "生活",
|
|
|
|
- pagePath: "pages/life/index",
|
|
|
|
- },
|
|
|
|
|
|
+ // {
|
|
|
|
+ // text: "生活",
|
|
|
|
+ // pagePath: "pages/life/index",
|
|
|
|
+ // },
|
|
{
|
|
{
|
|
text: "我的",
|
|
text: "我的",
|
|
pagePath: "pages/my/index",
|
|
pagePath: "pages/my/index",
|