Commit 23b855cb authored by Smile's avatar Smile Committed by wux

bug编号150:(ios)设置-实名认证 英文/法文状态下,实名认证字段值没有翻译过来。请看截图

parent 9b385000
......@@ -242,6 +242,9 @@ export default {
// #ifdef H5
window.location.reload();
// #endif
if (uni.getSystemInfoSync().platform === 'ios') {
plus.runtime.restart();
}
},
getLeviteData() {
let that = this
......
......@@ -429,8 +429,11 @@ export default {
// #ifdef H5
window.location.reload();
// #endif
this.getIdcard()
;(this.companyNotice = this.$lang.lang.site.unauth),
this.getIdcard();
if (uni.getSystemInfoSync().platform === 'ios') {
plus.runtime.restart();
}
(this.companyNotice = this.$lang.lang.site.unauth),
uni.showToast({
title: data == 'zh' ? '切换成功' : 'Handover successful'
})
......
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