xiaohaizhao 1 год назад
Родитель
Сommit
2bc8f64c8b
1 измененных файлов с 3 добавлено и 0 удалено
  1. 3 0
      pages/login/selectSite.js

+ 3 - 0
pages/login/selectSite.js

@@ -13,5 +13,8 @@ Page({
         this.setData({
             account_list: wx.getStorageSync('account_list')
         })
+        if (wx.getStorageSync('languagecode') != 'ZH') wx.setNavigationBarTitle({
+            title: getApp().globalData.Language.getMapText('选择站点')
+        })
     }
 })