@@ -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('选择站点')
+ })
}