|
@@ -1,9 +1,9 @@
|
|
|
<template>
|
|
|
<div>
|
|
|
<div class="EntBlo" v-loading="loading">
|
|
|
- <div style="text-align: center;margin-bottom: 60px;">
|
|
|
+ <!-- <div style="text-align: center;margin-bottom: 60px;">
|
|
|
小学部
|
|
|
- </div>
|
|
|
+ </div> -->
|
|
|
<div class="EntBloConList">
|
|
|
<div class="EntBloCon" @click="loginLiyuan(i)" v-for="(i,index) in CampusList" :key="index">
|
|
|
<img style="width: 26px;margin-bottom: 10px;" :src="JSON.parse(i.json).basics.logo" alt="">
|
|
@@ -112,7 +112,7 @@ import { addrrole } from "@/api/user";
|
|
|
if (res.data.success != 1) {
|
|
|
this.$message.error('创建账号失败')
|
|
|
}else{
|
|
|
- this.loginLiyuan(this.uCode)
|
|
|
+ this.loginLiyuan(school)
|
|
|
}
|
|
|
this.loading = false
|
|
|
|