|
@@ -54,21 +54,14 @@
|
|
|
import {
|
|
|
typeOptionSelect
|
|
|
} from "@/api/volunteerDetailsApi/details.js"
|
|
|
-<<<<<<< HEAD
|
|
|
-
|
|
|
- // Toast 控制宫格
|
|
|
- const uToastRef = ref(null);
|
|
|
- const userType = uni.getStorageSync('userType') //读取本地存储
|
|
|
- // 用户/志愿者 识别标识
|
|
|
- const userOrWorker = uni.getStorageSync('storage_data').vuex_userOrWorker //读取本地存储
|
|
|
-=======
|
|
|
- import dayjs from 'dayjs';
|
|
|
import { workDate,getDataTime } from '@/api/volunteer.js'
|
|
|
import Calendar from '../../components/uni-calendar/components/uni-calendar/uni-calendar.vue'
|
|
|
|
|
|
// Toast 控制宫格
|
|
|
const uToastRef = ref(null);
|
|
|
const userType = uni.getStorageSync('userType') //读取本地存储
|
|
|
+ // 用户/志愿者 识别标识
|
|
|
+ const userOrWorker = uni.getStorageSync('storage_data').vuex_userOrWorker //读取本地存储
|
|
|
|
|
|
const calendar = ref(null)
|
|
|
const info = ref({
|
|
@@ -80,7 +73,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
->>>>>>> e304b330bbea412ab178beebd8b9788292f4e724
|
|
|
// 普通用户
|
|
|
const serviceList1 = ref([
|
|
|
{
|