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

多语言调整

parent e9c753d7
...@@ -38,7 +38,7 @@ export default { ...@@ -38,7 +38,7 @@ export default {
loginOff() { loginOff() {
let that = this let that = this
uni.showModal({ uni.showModal({
title: '提示', title: that.$lang.lang.create.tips,
content: that.$lang.lang.site.logNotice, content: that.$lang.lang.site.logNotice,
success: function (res) { success: function (res) {
if (res.confirm) { if (res.confirm) {
......
...@@ -249,7 +249,7 @@ export default { ...@@ -249,7 +249,7 @@ export default {
if (res.code == 0) { if (res.code == 0) {
if (this.first) { if (this.first) {
uni.showToast({ uni.showToast({
title: '成功', title: this.$lang.lang.notices.success,
icon: 'none' icon: 'none'
}) })
uni.reLaunch({ uni.reLaunch({
......
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