Commit b2ea7406 authored by honghy's avatar honghy

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

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