main
wwl 2024-04-16 18:09:24 +08:00
parent 1a40b0ad77
commit 1d51fdf078
1 changed files with 2 additions and 14 deletions

View File

@ -91,23 +91,11 @@
import { onShow } from '@dcloudio/uni-app'
import Order from '../order/index.vue'
const { $Router, $api, $store } = getCurrentInstance().proxy
const { $Router, $api, $store, $dialog } = getCurrentInstance().proxy
const userRole = computed(() => $store.user.userInfo.roleName ?? 'simple')
const isLogin = computed(() => !!$store.user.token)
const searchVal = ref('')
const swiperList = ref([])
// {
// images: 'https://cdn.uviewui.com/uview/swiper/1.jpg',
// title: '西'
// },
// {
// images: 'https://cdn.uviewui.com/uview/swiper/2.jpg',
// title: ''
// },
// {
// images: 'https://cdn.uviewui.com/uview/swiper/3.jpg',
// title: ''
// }
// 线
const gridList = ref([
{
@ -175,7 +163,7 @@ const gridList = ref([
title: '成为陪诊师',
// icon: '/personal/qiehuan.png',
iconPath: 'https://pei-zhen.oss-cn-shanghai.aliyuncs.com/h-icon-11.png',
path: ''
path: '/pages/other/switch'
}
])