|
|
@@ -19,7 +19,10 @@
|
|
|
|
|
|
</view>
|
|
|
|
|
|
- <footTabbarVue :currentTabNumber="0"></footTabbarVue>
|
|
|
+ <CustomTabBar :currentTabNumber="0"></CustomTabBar>
|
|
|
+ <CustomTabBar :levelId="levelId" :currentTabNumber="3" :typeId="typeId" :subjectId="subjectId"
|
|
|
+ :tipFlag="tipFlag">
|
|
|
+ </CustomTabBar>
|
|
|
</template>
|
|
|
|
|
|
<script setup>
|
|
|
@@ -27,7 +30,7 @@
|
|
|
import shuxueListVue from "./components/shuxueList.vue";
|
|
|
import {onLoad} from "@dcloudio/uni-app"
|
|
|
import * as shuxueHttp from "@/api/chanpinShuxue.js"
|
|
|
- import footTabbarVue from "./components/footTabbar.vue";
|
|
|
+ import CustomTabBar from "@/components/custom-tabbar/custom-tabbar.vue";
|
|
|
|
|
|
const data = reactive({
|
|
|
list: [
|