|
|
@@ -116,12 +116,6 @@ const actions = computed(() => [{
|
|
|
id: 'copy',
|
|
|
name: '复制'
|
|
|
}])
|
|
|
-const skeleton = [{
|
|
|
- num: 3,
|
|
|
- type: 'line',
|
|
|
- gap: '30rpx',
|
|
|
- style: ['height: 100rpx']
|
|
|
-}]
|
|
|
|
|
|
const popup = ref<InstanceType<typeof IePopup>>()
|
|
|
const popupGroup = ref<ProfessionGroup>()
|
|
|
@@ -224,7 +218,6 @@ const handlePhone = () => {
|
|
|
uni.$ie.showToast('未提供电话')
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
const handlePreview = (index: number) => {
|
|
|
if (!baseInfo.value.images?.length) return
|
|
|
// TODO: #1 uni.previewImage 与 ie-popup 在H5端有遮挡问题 #2 previewImage有些图片在微信端里加载不出来?见民政
|
|
|
@@ -234,7 +227,6 @@ const handlePreview = (index: number) => {
|
|
|
indicator: "number"
|
|
|
})
|
|
|
}
|
|
|
-
|
|
|
const handleActionSelect = (e: ActionItem) => {
|
|
|
if (e.id == 'call') {
|
|
|
uni.makePhoneCall({phoneNumber: baseInfo.value.tel})
|
|
|
@@ -251,7 +243,6 @@ const handleActionSelect = (e: ActionItem) => {
|
|
|
})
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
const handleProfessionGroup = (g: ProfessionGroup) => {
|
|
|
popupGroup.value = g
|
|
|
popup.value?.open()
|