|
@@ -43,24 +43,18 @@ import { getVolunteerOrderList } from '@/api/volunteer.js'
|
|
|
import { onMounted } from 'vue'
|
|
|
import { useDict } from '@/utils/dict.js'
|
|
|
import { onLoad, onShow } from '@dcloudio/uni-app'
|
|
|
-import OrderList from '@/pages/common/classify/orderlist.vue'
|
|
|
import NoneView from '@/components/NoneView/index.vue'
|
|
|
import { userMainOrderList, systemDictdaTalist } from '@/api/userList.js'
|
|
|
import CustomTabBar from '@/components/CustomTabBar/index.vue'
|
|
|
import { wxMakePhoneCall } from '@/utils/wxRequest.js'
|
|
|
const {
|
|
|
order_status,
|
|
|
- // lrr_service_status
|
|
|
} = useDict('order_status', 'lrr_service_status')
|
|
|
|
|
|
provide('order_status', order_status) //订单/服务状态
|
|
|
-// provide('lrr_service_status', lrr_service_status); //订单/服务状态
|
|
|
|
|
|
const userType = uni.getStorageSync('userType') //读取本地存储
|
|
|
|
|
|
-// 用户/志愿者 识别标识
|
|
|
-const userOrWorker = uni.getStorageSync('storage_data').vuex_userOrWorker //读取本地存储
|
|
|
-
|
|
|
const tab = ref('')
|
|
|
const tabKey = ref(0)
|
|
|
const dataList = ref([]) //用户
|