Commit 8ff23e3f authored by honghy's avatar honghy Committed by wux

入仓通知

parent b6d60d79
...@@ -33,9 +33,12 @@ ...@@ -33,9 +33,12 @@
if(that.$lang.locale=='zh'){ if(that.$lang.locale=='zh'){
that.title = res.data.titleZh that.title = res.data.titleZh
that.leviteInfo = res.data.contentZh that.leviteInfo = res.data.contentZh
}else{ }else if(that.$lang.locale=='en'){
that.title = res.data.titleEn that.title = res.data.titleEn
that.leviteInfo = res.data.contentEn that.leviteInfo = res.data.contentEn
} else {
that.title = res.data.titleFr
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