瀏覽代碼

微信登陆

西昌缴费二期
杨晓琪 2 年之前
父節點
當前提交
1af6e2c8c6
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. +0
    -2
      Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/weixinLogin.vue

+ 0
- 2
Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/weixinLogin.vue 查看文件

@@ -132,7 +132,6 @@ export default {
this.LOADING("加载中...")
this.HTTP_POST("weixinapi/getweixinaccess_token?code="+this.code,null).then(success=>{
this.HIDE_LOADING()
return
if(!success){
location.href = "http://" + window.location.host;
return
@@ -143,7 +142,6 @@ export default {
token: success.baseinfo.token,
date: moment().format('yyyy-MM-dd hh:mm:ss')
};
this.ready = true
this.SET_STORAGE("token",success.baseinfo.token)
// this.SET_STORAGE("logininfo",logininfo)
// this.SET_STORAGE("userinfo",success)


Loading…
取消
儲存