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

多语言调整

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