342b46ef by 杨炀

no message

1 parent 16900587
......@@ -85,7 +85,7 @@
{{ matchData.beginTime?.slice(0, 10) }} ~ {{ matchData.endTime?.slice(0, 10) }}
</p>
<p class="ppl esp">
<label>{{ language == 0 ? '地&ensp;&ensp;&ensp;&ensp;点' : 'Location' }}:</label>
<label>{{ language == 0 ? '地&ensp;&ensp;&ensp;&ensp;点' : 'LOCATION' }}:</label>
{{ matchData.address }}
</p>
<p class="ppl"><label>{{ language == 0 ? '赛事级别' : 'EVENT LEVEL' }}:</label>{{ matchData.level }}</p>
......@@ -101,7 +101,7 @@
086-{{ matchData.contactTelno }}
</p>
<p class="ppl" v-if="matchData.contactEmail">
<label>{{ language == 0 ? '邮&ensp;&ensp;&ensp;&ensp;箱' : 'E-mail' }}:</label>
<label>{{ language == 0 ? '邮&ensp;&ensp;&ensp;&ensp;箱' : 'EMAIL' }}:</label>
{{ matchData.contactEmail }}</p>
</div>
<div style="height: 30px"></div>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!