zhaoxiaoqiang
2022-08-18 3a1fec20c81fa4ef84d3203ba58b32a5f9db9382
src/views/user/front-login.vue
@@ -2,7 +2,7 @@
 * @Author: 小明丶
 * @Date: 2020-06-04 09:55:50
 * @LastEditors: zxq
 * @LastEditTime: 2022-08-04 10:36:30
 * @LastEditTime: 2022-08-12 15:31:56
 * @Description:
-->
<template>
@@ -13,7 +13,7 @@
import Vue from "vue";
import { RadioGroup, Radio } from "vant";
import { Checkbox, CheckboxGroup } from "vant";
// import { GoWeChat } from "../../utils/wechat";
import { GoWeChat } from "../../utils/wechat";
Vue.use(Checkbox);
Vue.use(CheckboxGroup);
@@ -32,7 +32,7 @@
    //本地是否存储有openId,有就调用openId登录
    if (localStorage.axx_ins_client_openId && localStorage.axx_ins_client_openId != undefined) {
      //this.$router.push("/login");
        this.openIdLogin({
      this.openIdLogin({
          vm: _this,
          openId: localStorage.axx_ins_client_openId
        });