|
@@ -30,6 +30,8 @@
|
|
|
<icon @click="handleClose" class="yxsm-close-btn"></icon>
|
|
|
</view>
|
|
|
</commonDialogVue>
|
|
|
+ <!-- 导航 -->
|
|
|
+ <CustomTabBar :currentTabNumber="1"></CustomTabBar>
|
|
|
</view>
|
|
|
</template>
|
|
|
|
|
@@ -39,6 +41,8 @@
|
|
|
import gooseVue from "./components/goose.vue";
|
|
|
import foodSelectVue from "./components/foodSelect.vue";
|
|
|
import commonDialogVue from "@/components/dialog/commonDialog.vue";
|
|
|
+ import CustomTabBar from '@/components/custom-tabbar/custom-tabbar.vue';
|
|
|
+
|
|
|
import { useGame } from "./useGame";
|
|
|
const { credit,growth,growthType,progress,shiwuId ,handleWeishi } = useGame();
|
|
|
const yxsmContent = reactive([{
|