摘要:
post: function(params){ var _this = this; if (plus.networkinfo.getCurrentType() == plus.networkinfo.CONNECTION_NONE) { mui.confirm('网络异常,请检查网络设置!','提示 阅读全文
摘要:
getServer:function(){ // console.log(Http.HOST + Http.API_URL.GETSMSCODE) this.showMaskView = false //第三方登录 if(this.authId == ''){ plus.oauth.getServi 阅读全文
摘要:
// 微信登录 APP wxLogin() { this.auths.authorize((e) => { console.log(e); this.auths.login(e1 => { console.log(e1, 2); // this.auths.getUserInfo(info=>{ / 阅读全文
摘要:
timer() { const app = this app.smsState = true const inter = setInterval(() => { app.times = app.times - 1 if (app.times <= 0) { app.smsState = false 阅读全文