增加下方tab栏
parent
40a1a34d1c
commit
a66b4fc5c4
44
pages.json
44
pages.json
|
@ -273,6 +273,20 @@
|
||||||
"navigationBarTitleText": "组件"
|
"navigationBarTitleText": "组件"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
,
|
||||||
|
{
|
||||||
|
"path": "pages/takeaway/index",
|
||||||
|
"style": {
|
||||||
|
"navigationBarTitleText": "外卖"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
,
|
||||||
|
{
|
||||||
|
"path": "pages/partJob/index",
|
||||||
|
"style": {
|
||||||
|
"navigationBarTitleText": "兼职"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
],
|
],
|
||||||
"tabBar": {
|
"tabBar": {
|
||||||
|
@ -282,20 +296,34 @@
|
||||||
"backgroundColor": "#ffffff",
|
"backgroundColor": "#ffffff",
|
||||||
"list": [{
|
"list": [{
|
||||||
"pagePath": "pages/index",
|
"pagePath": "pages/index",
|
||||||
"iconPath": "static/images/tabbar/home.png",
|
"iconPath": "static/images/tabbar/tu1-2.png",
|
||||||
"selectedIconPath": "static/images/tabbar/home_.png",
|
"selectedIconPath": "static/images/tabbar/tu1-1.png",
|
||||||
"text": "首页"
|
"text": "首页"
|
||||||
}, {
|
}, {
|
||||||
"pagePath": "pages/activity/index",
|
"pagePath": "pages/activity/index",
|
||||||
"iconPath": "static/images/tabbar/tu1-4.png",
|
"iconPath": "static/images/tabbar/tu1-4.png",
|
||||||
"selectedIconPath": "static/images/tabbar/tu1-3.png",
|
"selectedIconPath": "static/images/tabbar/tu1-3.png",
|
||||||
"text": "活动"
|
"text": "活动"
|
||||||
}, {
|
}
|
||||||
"pagePath": "pages/work/index",
|
// , {
|
||||||
"iconPath": "static/images/tabbar/work.png",
|
// "pagePath": "pages/work/index",
|
||||||
"selectedIconPath": "static/images/tabbar/work_.png",
|
// "iconPath": "static/images/tabbar/work.png",
|
||||||
"text": "工作台"
|
// "selectedIconPath": "static/images/tabbar/work_.png",
|
||||||
}, {
|
// "text": "工作台"
|
||||||
|
// }
|
||||||
|
,{
|
||||||
|
"pagePath": "pages/partJob/index",
|
||||||
|
"iconPath": "static/images/tabbar/tu1-6.png",
|
||||||
|
"selectedIconPath": "static/images/tabbar/tu1-5.png",
|
||||||
|
"text": "兼职"
|
||||||
|
}
|
||||||
|
,{
|
||||||
|
"pagePath": "pages/takeaway/index",
|
||||||
|
"iconPath": "static/images/tabbar/tu1-8.png",
|
||||||
|
"selectedIconPath": "static/images/tabbar/tu1-7.png",
|
||||||
|
"text": "外卖"
|
||||||
|
}
|
||||||
|
, {
|
||||||
"pagePath": "pages/mine/index",
|
"pagePath": "pages/mine/index",
|
||||||
"iconPath": "static/images/tabbar/tu1-10.png",
|
"iconPath": "static/images/tabbar/tu1-10.png",
|
||||||
"selectedIconPath": "static/images/tabbar/tu1-9.png",
|
"selectedIconPath": "static/images/tabbar/tu1-9.png",
|
||||||
|
|
|
@ -0,0 +1,19 @@
|
||||||
|
<template class="content">
|
||||||
|
<view class="fixed-header">
|
||||||
|
兼职
|
||||||
|
</view>
|
||||||
|
</template>
|
||||||
|
<script setup>
|
||||||
|
import { listInfo, getInfo, delInfo, addInfo, updateInfo } from "@/api/activityInfo/info";
|
||||||
|
import ActiInfoList from '../common/activityList/index.vue'
|
||||||
|
import { onShow, onLoad ,onPullDownRefresh} from '@dcloudio/uni-app'
|
||||||
|
import { getDicts } from "@/api/system/dict/data"
|
||||||
|
import { ref, reactive, getCurrentInstance, toRefs } from 'vue'
|
||||||
|
import { useStore } from 'vuex';
|
||||||
|
import { func } from "uview-plus/libs/function/test";
|
||||||
|
const { proxy } = getCurrentInstance();
|
||||||
|
|
||||||
|
</script>
|
||||||
|
<style lang="scss">
|
||||||
|
|
||||||
|
</style>
|
|
@ -0,0 +1,19 @@
|
||||||
|
<template class="content">
|
||||||
|
<view class="fixed-header">
|
||||||
|
外卖
|
||||||
|
</view>
|
||||||
|
</template>
|
||||||
|
<script setup>
|
||||||
|
import { listInfo, getInfo, delInfo, addInfo, updateInfo } from "@/api/activityInfo/info";
|
||||||
|
import ActiInfoList from '../common/activityList/index.vue'
|
||||||
|
import { onShow, onLoad ,onPullDownRefresh} from '@dcloudio/uni-app'
|
||||||
|
import { getDicts } from "@/api/system/dict/data"
|
||||||
|
import { ref, reactive, getCurrentInstance, toRefs } from 'vue'
|
||||||
|
import { useStore } from 'vuex';
|
||||||
|
import { func } from "uview-plus/libs/function/test";
|
||||||
|
const { proxy } = getCurrentInstance();
|
||||||
|
|
||||||
|
</script>
|
||||||
|
<style lang="scss">
|
||||||
|
|
||||||
|
</style>
|
Binary file not shown.
Before Width: | Height: | Size: 2.9 KiB |
Binary file not shown.
Before Width: | Height: | Size: 2.7 KiB |
Loading…
Reference in New Issue