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

入仓通知

parent b6d60d79
......@@ -33,10 +33,13 @@
if(that.$lang.locale=='zh'){
that.title = res.data.titleZh
that.leviteInfo = res.data.contentZh
}else{
}else if(that.$lang.locale=='en'){
that.title = res.data.titleEn
that.leviteInfo = res.data.contentEn
}
} else {
that.title = res.data.titleFr
that.leviteInfo = res.data.contentFr
}
}
})
},
......@@ -51,6 +54,6 @@
}
.text{
overflow: auto;
}
</style>
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