|
@@ -86,6 +86,7 @@ export default class Utils {
|
|
|
krpano.call("screentosphere(curscreen_x, curscreen_y, curscreen_ath, curscreen_atv);");
|
|
|
let ath = krpano.get("curscreen_ath");
|
|
|
let atv = krpano.get("curscreen_atv");
|
|
|
+ // console.log('------',param)
|
|
|
// 修改标签图片
|
|
|
krpano.call(`addImgTextHotSpot(
|
|
|
|
|
@@ -98,7 +99,7 @@ export default class Utils {
|
|
|
${type},
|
|
|
${param.link},
|
|
|
${true},
|
|
|
- ${param.visible},
|
|
|
+ ${true},
|
|
|
${(100) || 1},
|
|
|
${Number(param.fontSize)})`);
|
|
|
|