|  |  | 
 |  |  |          } | 
 |  |  |       }, | 
 |  |  |       onLoad:function(){ | 
 |  |  |          this.user.userName = uni.getStorageSync('userName') | 
 |  |  |          // #ifdef APP-PLUS | 
 |  |  |          var that=this | 
 |  |  |          plus.runtime.getProperty( plus.runtime.appid, function ( wgtinfo ) { | 
 |  |  |             that.version=wgtinfo.version | 
 |  |  |          }); | 
 |  |  |          // #endif | 
 |  |  |          let that = this | 
 |  |  |          that.user.userName = uni.getStorageSync('userName') | 
 |  |  | 			 | 
 |  |  | 			 | 
 |  |  |       }, | 
 |  |  |       methods: { | 
 |  |  |          changePassword: function() { | 
 |  |  | 
 |  |  |          onLogin() { | 
 |  |  |             let that = this | 
 |  |  |             uni.request({ | 
 |  |  |                url: 'http://127.0.0.1:9528/login.action', | 
 |  |  |                url: 'http://192.168.4.188:9528/login.action', | 
 |  |  |                fail(result) { | 
 |  |  |                   uni.showToast({title: '请求失败'}) | 
 |  |  |                }, | 
 |  |  | 
 |  |  |                      that.load.btnText = '登录中'; | 
 |  |  |                      uni.setStorageSync('token', res.data.token); | 
 |  |  |                      uni.setStorageSync('userName', that.user.userName); | 
 |  |  |                      uni.setStorageSync('baseUrl','http://192.168.4.188:9528') | 
 |  |  |                      setTimeout(()=> { | 
 |  |  |                         uni.showToast({title: '登录成功'}) | 
 |  |  |                         setTimeout(()=> { |