no message
Showing
1 changed file
with
6 additions
and
6 deletions
| ... | @@ -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> | ... | ... |
-
Please register or sign in to post a comment