|
@@ -23,7 +23,7 @@ export default class Tags extends Emiter {
|
|
|
let ath = this.app.krpanoDom.get("curscreen_ath");
|
|
|
let atv = this.app.krpanoDom.get("curscreen_atv");
|
|
|
this.app.krpanoDom.call(`addImgTextHotSpot(
|
|
|
- ${param.img.replace('static/','showviewer/').replace('.svg','.png')},
|
|
|
+ ${param.img.replace('static/','showviewer/').replace('.svg','.png').replace('@2x','')},
|
|
|
${param.name},
|
|
|
${param.hotspotTitle},
|
|
|
${param.ath != '' ? param.ath : ath},
|