Commit b6d60d79 authored by honghy's avatar honghy Committed by wux

【APP】法文状态下,用户协议

parent 5959d9b6
...@@ -249,8 +249,10 @@ export default { ...@@ -249,8 +249,10 @@ export default {
if (res.code == 0 && res.data) { if (res.code == 0 && res.data) {
if (that.$lang.locale == 'zh') { if (that.$lang.locale == 'zh') {
that.leviteInfo = res.data.contentZh that.leviteInfo = res.data.contentZh
} else { } else if (that.$lang.locale == 'en') {
that.leviteInfo = res.data.contentEn that.leviteInfo = res.data.contentEn
} else {
that.leviteInfo = res.data.contentFr
} }
} }
}) })
......
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