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

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

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