|
@@ -170,6 +170,10 @@ useApp().then((app) => {
|
|
|
if (!isNotclickType.includes(hotspot.hotspotType)) {
|
|
|
console.log("click", hotspot);
|
|
|
store.commit("functions/setPauseFrom", "");
|
|
|
+ if (hotspot.hotspotType == "phone" && unref(isMobile)) {
|
|
|
+ window.open(`tel:${hotspot.phoneInfo.phone}`, '_self');
|
|
|
+ return;
|
|
|
+ }
|
|
|
if (hotspot.hotspotType == "scene") {
|
|
|
store.commit(
|
|
|
"scene/setCurrentScene",
|