Commit f331e596 authored by honghy's avatar honghy

多语言调整

parent 278fefc1
<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