|
@@ -1,10 +1,10 @@
|
|
|
<template>
|
|
|
<view class="container">
|
|
|
<order v-if='tabCurrent == 0'></order>
|
|
|
- <message v-if='tabCurrent == 1'></message>
|
|
|
- <extend v-if='tabCurrent == 2'></extend>
|
|
|
- <store v-if='tabCurrent == 3'></store>
|
|
|
- <mine v-if='tabCurrent == 4'></mine>
|
|
|
+ <!-- <message v-if='tabCurrent == 1'></message> -->
|
|
|
+ <!-- <extend v-if='tabCurrent == 2'></extend> -->
|
|
|
+ <store v-if='tabCurrent == 1'></store>
|
|
|
+ <mine v-if='tabCurrent == 2'></mine>
|
|
|
<customizeTabbar @tabbarChange='handlerTabbarChange' ></customizeTabbar>
|
|
|
</view>
|
|
|
</template>
|