|
@@ -65,145 +65,6 @@ const info = ref({
|
|
|
})
|
|
|
const selected = ref([])
|
|
|
|
|
|
-// 普通用户
|
|
|
-const serviceList1 = [{
|
|
|
- icon: '/static/Tioimages/父母体检.png',
|
|
|
- name: '老人生活',
|
|
|
- key: 1,
|
|
|
-},
|
|
|
-{
|
|
|
- icon: '/static/Tioimages/1 妇女儿童权益保护服务.png',
|
|
|
- name: '孩子成长',
|
|
|
- key: 2,
|
|
|
-},
|
|
|
-{
|
|
|
- icon: '/static/Tioimages/临时帮手.png',
|
|
|
- name: '临时帮手',
|
|
|
- key: 3,
|
|
|
-},
|
|
|
-{
|
|
|
- icon: '/static/Tioimages/家庭保洁.png',
|
|
|
- name: '家庭保洁',
|
|
|
- key: 4,
|
|
|
-},
|
|
|
-{
|
|
|
- icon: '/static/Tioimages/家电维修.png',
|
|
|
- name: '家电维护',
|
|
|
- key: 5,
|
|
|
-},
|
|
|
-{
|
|
|
- icon: '/static/Tioimages/专家服务.png',
|
|
|
- name: '专家服务',
|
|
|
- key: 6,
|
|
|
-},
|
|
|
- // {
|
|
|
- // icon: '/static/Tioimages/15-旅游服务-01.png',
|
|
|
- // name: '旅游服务',
|
|
|
- // key: 7,
|
|
|
- // },
|
|
|
- // {
|
|
|
- // icon: '/static/Tioimages/交友.png',
|
|
|
- // name: '交友专区',
|
|
|
- // key: 8,
|
|
|
- // },
|
|
|
- // {
|
|
|
- // icon: '/static/Tioimages/休闲娱乐.png',
|
|
|
- // name: '娱乐专区',
|
|
|
- // key: 9,
|
|
|
- // },
|
|
|
- // {
|
|
|
- // icon: '/static/Tioimages/福利商城_购物车.png',
|
|
|
- // name: '商城购物',
|
|
|
- // key: 10,
|
|
|
- // },
|
|
|
- // {
|
|
|
- // icon: '/static/Tioimages/本地生活.png',
|
|
|
- // name: '本地生活',
|
|
|
- // key: 11,
|
|
|
- // },
|
|
|
- // {
|
|
|
- // icon: '/static/Tioimages/其他服务.png',
|
|
|
- // name: '其他服务',
|
|
|
- // key: 12,
|
|
|
- // },
|
|
|
-]
|
|
|
-
|
|
|
-//志愿者
|
|
|
-const serviceList2 = [{
|
|
|
- icon: '/static/Tioimages/父母体检.png',
|
|
|
- name: '老人生活',
|
|
|
- key: 1,
|
|
|
-},
|
|
|
-{
|
|
|
- icon: '/static/Tioimages/1 妇女儿童权益保护服务.png',
|
|
|
- name: '孩子成长',
|
|
|
- key: 2,
|
|
|
-},
|
|
|
-{
|
|
|
- icon: '/static/Tioimages/临时帮手.png',
|
|
|
- name: '临时帮手',
|
|
|
- key: 4,
|
|
|
-},
|
|
|
-{
|
|
|
- icon: '/static/Tioimages/家庭保洁.png',
|
|
|
- name: '家庭保洁',
|
|
|
- key: 3,
|
|
|
-},
|
|
|
-{
|
|
|
- icon: '/static/Tioimages/家电维修.png',
|
|
|
- name: '家电维护',
|
|
|
- key: 5,
|
|
|
-},
|
|
|
-{
|
|
|
- icon: '/static/Tioimages/专家服务.png',
|
|
|
- name: '专家服务',
|
|
|
- key: 6,
|
|
|
-},
|
|
|
-// {
|
|
|
-// icon: '/static/Tioimages/15-旅游服务-01.png',
|
|
|
-// name: '旅游服务',
|
|
|
-// key: 7,
|
|
|
-// },
|
|
|
-// {
|
|
|
-// icon: '/static/Tioimages/交友.png',
|
|
|
-// name: '交友专区',
|
|
|
-// key: 8,
|
|
|
-// },
|
|
|
-// {
|
|
|
-// icon: '/static/Tioimages/休闲娱乐.png',
|
|
|
-// name: '娱乐专区',
|
|
|
-// key: 9,
|
|
|
-// },
|
|
|
-// {
|
|
|
-// icon: '/static/Tioimages/福利商城_购物车.png',
|
|
|
-// name: '商城购物',
|
|
|
-// key: 10,
|
|
|
-// },
|
|
|
-// {
|
|
|
-// icon: '/static/Tioimages/本地生活.png',
|
|
|
-// name: '本地生活',
|
|
|
-// key: 11,
|
|
|
-// },
|
|
|
-// {
|
|
|
-// icon: '/static/Tioimages/其他服务.png',
|
|
|
-// name: '其他服务',
|
|
|
-// key: 12,
|
|
|
-// },
|
|
|
-{
|
|
|
- icon: '/static/serverImg/home/icon/icon8.png',
|
|
|
- name: '排班管理',
|
|
|
- key: 13
|
|
|
-},
|
|
|
-]
|
|
|
-
|
|
|
-// const serveiceList = computed(() => {
|
|
|
-// console.log('userType ____>', userType);
|
|
|
-
|
|
|
-// if (userType === 1) {
|
|
|
-// return serviceList1
|
|
|
-// }
|
|
|
-// return serviceList2
|
|
|
-// })
|
|
|
const serveiceList = ref([]);
|
|
|
|
|
|
|
|
@@ -409,7 +270,8 @@ onMounted(() => {
|
|
|
.paiban-sty {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
- justify-content: center;
|
|
|
+ /* justify-content: center; */
|
|
|
margin: 20rpx 0;
|
|
|
+ padding: 0 20rpx;
|
|
|
}
|
|
|
</style>
|