19 lines
606 B
Vue
19 lines
606 B
Vue
|
<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>
|