zhaoxiaoqiang
2022-08-12 f183f85642efa96aba296a589946b98370e7f6e2
src/views/user/login.vue
@@ -2,7 +2,7 @@
 * @Author: 小明丶
 * @Date: 2019-08-15 10:20:56
 * @LastEditors: zxq
 * @LastEditTime: 2022-06-16 11:34:10
 * @LastEditTime: 2022-08-12 10:08:15
 * @Description: 登录页面
 -->
<template>
@@ -115,8 +115,8 @@
    if (this.code && !this.$route.query.whichPage) {
      this.$api.wechatUserInfo({ code: this.code}).then(res => {
          console.log('res.body.openid:',res.body.openid)
          localStorage.edu_ins_client_openId = res.body.openid;
          localStorage.edu_ins_client_userMation = JSON.stringify(res.body);
          localStorage.axx_ins_client_openId = res.body.openid;
          localStorage.axx_ins_client_userMation = JSON.stringify(res.body);
      });
    }
  },
@@ -155,7 +155,6 @@
        vm: this,
        mblNo: this.mblNo,
        verCode: this.verCode,
        openId: localStorage.edu_ins_client_openId
      });
    },
    sendCode() {