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

多语言调整

parent 76c31c6f
<template>
<div v-html="detail.contentZh">
{{ detail.contentZh }}
<div v-html="$i18n.locale==='zh_CN'?detail.contentZh:detail.contentEn">
</div>
</template>
<script>
......
<template>
<div v-html="detail.contentZh">
{{ detail.contentZh }}
<div v-html="$i18n.locale==='zh_CN'?detail.contentZh:detail.contentEn">
</div>
</template>
<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