|
@@ -13,10 +13,9 @@ import CatVideo from '@/components/CatVideo'
|
|
import Zhot from '@/components/Zhot'
|
|
import Zhot from '@/components/Zhot'
|
|
// import { myData } from '@/utils/http'
|
|
// import { myData } from '@/utils/http'
|
|
|
|
|
|
-// 待完善位置
|
|
|
|
-window.draggbleHotspotEvent = (ath: number, atv: number) => {
|
|
|
|
- console.log(`ath: ${ath}, atv: ${atv}`)
|
|
|
|
-}
|
|
|
|
|
|
+// window.draggbleHotspotEvent = (ath: number, atv: number) => {
|
|
|
|
+// console.log(`ath: ${ath}, atv: ${atv}`)
|
|
|
|
+// }
|
|
|
|
|
|
function A3banPano() {
|
|
function A3banPano() {
|
|
// 路由:/banPano/id
|
|
// 路由:/banPano/id
|
|
@@ -106,7 +105,7 @@ function A3banPano() {
|
|
history.push('/banquet?r=ren')
|
|
history.push('/banquet?r=ren')
|
|
}}
|
|
}}
|
|
// @ts-ignore
|
|
// @ts-ignore
|
|
- onDown='draggable_hotspot()'
|
|
|
|
|
|
+ // onDown='draggable_hotspot()'
|
|
>
|
|
>
|
|
<div className={styles.floorHotspot}>
|
|
<div className={styles.floorHotspot}>
|
|
<img src={FloorHotspotIcon} className={styles.floorHotspotIcon} alt='' />
|
|
<img src={FloorHotspotIcon} className={styles.floorHotspotIcon} alt='' />
|
|
@@ -175,7 +174,7 @@ function A3banPano() {
|
|
onOut={() => setActiveIdx(-1)}
|
|
onOut={() => setActiveIdx(-1)}
|
|
onClick={() => setAcName(item.name)}
|
|
onClick={() => setAcName(item.name)}
|
|
// @ts-ignore
|
|
// @ts-ignore
|
|
- onDown='draggable_hotspot()'
|
|
|
|
|
|
+ // onDown='draggable_hotspot()'
|
|
>
|
|
>
|
|
<HotIcon
|
|
<HotIcon
|
|
isPano
|
|
isPano
|