Browse Source

选择站点

xiaohaizhao 1 year ago
parent
commit
2bc8f64c8b
1 changed files with 3 additions and 0 deletions
  1. 3 0
      pages/login/selectSite.js

+ 3 - 0
pages/login/selectSite.js

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