|
@@ -103,48 +103,7 @@
|
|
<!-- <view class="exit" @click="exit" v-if="userInfo.phone">
|
|
<!-- <view class="exit" @click="exit" v-if="userInfo.phone">
|
|
退出账号
|
|
退出账号
|
|
</view> -->
|
|
</view> -->
|
|
- <u-tabbar
|
|
|
|
- :value="tabbarCheck"
|
|
|
|
- @change="tabbarChange"
|
|
|
|
- activeColor="#5F7DE9"
|
|
|
|
- >
|
|
|
|
- <u-tabbar-item name="team" text="加入">
|
|
|
|
- <image
|
|
|
|
- class="u-page__item__slot-icon"
|
|
|
|
- slot="active-icon"
|
|
|
|
- src="@/static/image/nav-icon/antOutline-team Copy.png"
|
|
|
|
- ></image>
|
|
|
|
- <image
|
|
|
|
- class="u-page__item__slot-icon"
|
|
|
|
- slot="inactive-icon"
|
|
|
|
- src="@/static/image/nav-icon/antOutline-team.png"
|
|
|
|
- ></image>
|
|
|
|
- </u-tabbar-item>
|
|
|
|
- <u-tabbar-item name="notification" text="通知">
|
|
|
|
- <image
|
|
|
|
- class="u-page__item__slot-icon"
|
|
|
|
- slot="active-icon"
|
|
|
|
- src="@/static/image/nav-icon/md-notifications_none Copy.png"
|
|
|
|
- ></image>
|
|
|
|
- <image
|
|
|
|
- class="u-page__item__slot-icon"
|
|
|
|
- slot="inactive-icon"
|
|
|
|
- src="@/static/image/nav-icon/md-notifications_none.png"
|
|
|
|
- ></image>
|
|
|
|
- </u-tabbar-item>
|
|
|
|
- <u-tabbar-item name="user" text="我的">
|
|
|
|
- <image
|
|
|
|
- class="u-page__item__slot-icon"
|
|
|
|
- slot="active-icon"
|
|
|
|
- src="@/static/image/nav-icon/antOutline-user1 Copy.png"
|
|
|
|
- ></image>
|
|
|
|
- <image
|
|
|
|
- class="u-page__item__slot-icon"
|
|
|
|
- slot="inactive-icon"
|
|
|
|
- src="@/static/image/nav-icon/antOutline-user1.png"
|
|
|
|
- ></image>
|
|
|
|
- </u-tabbar-item>
|
|
|
|
- </u-tabbar>
|
|
|
|
|
|
+
|
|
<login-pop-up ref='loginpopup' :content='"手机登录后才能查看我的哦~"'></login-pop-up>
|
|
<login-pop-up ref='loginpopup' :content='"手机登录后才能查看我的哦~"'></login-pop-up>
|
|
</view>
|
|
</view>
|
|
</template>
|
|
</template>
|