Commit 4e2a2b18 authored by honghy's avatar honghy Committed by wux

多语言调整

parent 76c31c6f
<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