| | |
| | | url: { |
| | | bindingThirdPhone: '/sys/thirdLogin/bindingThirdPhone' |
| | | }, |
| | | baseIP:'', |
| | | type:'', |
| | | userName:'', |
| | | password:'', |
| | |
| | | } else { |
| | | that.IP = ''; |
| | | } |
| | | |
| | | }, |
| | | onLoad:function(){ |
| | | // #ifdef APP-PLUS |
| | |
| | | this.$refs.inputDialog.open() |
| | | }, |
| | | dialogInputConfirm(type){ |
| | | this.baseUrl=type |
| | | this.IP = type |
| | | this.UIP = type |
| | | uni.setStorageSync('UIP',type) |
| | | }, |
| | | this.baseIP = type |
| | | }, |
| | | checkboxChange: function(e) { |
| | | if (e.detail.value.length == 1) { |
| | | |
| | |
| | | } |
| | | uni.showLoading(); |
| | | uni.request({ |
| | | url: this.baseUrl + '/login.action', |
| | | url: this.baseHttp + this.baseIP + this.baseUrl + '/login.action', |
| | | data: { |
| | | mobile:this.userName, |
| | | password:md5.hex_md5(this.password) |