|
@@ -54,10 +54,10 @@
|
|
<input
|
|
<input
|
|
v-model.trim="hotspot.hotspotTitle"
|
|
v-model.trim="hotspot.hotspotTitle"
|
|
type="text"
|
|
type="text"
|
|
- maxlength="15"
|
|
|
|
|
|
+ maxlength="50"
|
|
:placeholder="$i18n.t('hotspot.title_placeholder')"
|
|
:placeholder="$i18n.t('hotspot.title_placeholder')"
|
|
/>
|
|
/>
|
|
- <span class="count">{{ hotspot.hotspotTitle.length }}/15</span>
|
|
|
|
|
|
+ <span class="count">{{ hotspot.hotspotTitle.length }}/50</span>
|
|
</div>
|
|
</div>
|
|
<div class="remark">
|
|
<div class="remark">
|
|
{{ $i18n.t("hotspot.title_show_mode") }}
|
|
{{ $i18n.t("hotspot.title_show_mode") }}
|
|
@@ -130,6 +130,7 @@
|
|
:scene="hotspot.secne"
|
|
:scene="hotspot.secne"
|
|
@imageChange="
|
|
@imageChange="
|
|
(data) => {
|
|
(data) => {
|
|
|
|
+
|
|
hotspot.image = data;
|
|
hotspot.image = data;
|
|
}
|
|
}
|
|
"
|
|
"
|