Commit f331e596 authored by honghy's avatar honghy

多语言调整

parent 278fefc1
<template> <template>
<div v-html="detail.contentZh"> <div v-html="$i18n.locale==='zh_CN'?detail.contentZh:detail.contentEn">
{{ detail.contentZh }}
</div> </div>
</template> </template>
<script> <script>
......
<template> <template>
<div v-html="detail.contentZh"> <div v-html="$i18n.locale==='zh_CN'?detail.contentZh:detail.contentEn">
{{ detail.contentZh }}
</div> </div>
</template> </template>
<script> <script>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment