d216d310 by 杨炀

no message

1 parent 0fef3f34
...@@ -404,14 +404,14 @@ watch( ...@@ -404,14 +404,14 @@ watch(
404 404
405 <!-- bottom --> 405 <!-- bottom -->
406 <div class="container bottom"> 406 <div class="container bottom">
407 <div class="title"> 407 <!-- <div class="title">-->
408 {{ languageFormat(language, "活动介绍", "Event Details") }} 408 <!-- {{ languageFormat(language, "活动介绍", "Event Details") }}-->
409 </div> 409 <!-- </div>-->
410 <div class="rich_content" v-html="detail.data?.introduceInfo"></div> 410 <div class="rich_content" v-html="detail.data?.introduceInfo"></div>
411 411
412 <div class="title" style="margin-top: 30px"> 412 <!-- <div class="title" style="margin-top: 30px">-->
413 {{ languageFormat(language, "购票须知", "Ticketing Information") }} 413 <!-- {{ languageFormat(language, "购票须知", "Ticketing Information") }}-->
414 </div> 414 <!-- </div>-->
415 <div class="rich_content" v-html="detail.data?.buyNotice"></div> 415 <div class="rich_content" v-html="detail.data?.buyNotice"></div>
416 </div> 416 </div>
417 </div> 417 </div>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!