|
@@ -17,15 +17,16 @@
|
|
|
></el-image>
|
|
|
</div>
|
|
|
<div
|
|
|
- style="width: 100%; display: flex; justify-content: space-between"
|
|
|
+ style="width: 100%; display: flex; justify-content: space-between;align-items: center;"
|
|
|
>
|
|
|
- <div>
|
|
|
- <div v-if="steps == 1">
|
|
|
- <span v-if="showLoginMessage.name">{{
|
|
|
- showLoginMessage.name
|
|
|
- }}</span>
|
|
|
- <span style="margin: 0" v-else>{{ lang.KekeleboPlatform }}</span>
|
|
|
- </div>
|
|
|
+ <div v-if="steps == 1">
|
|
|
+ <span v-if="showLoginMessage.name">{{
|
|
|
+ showLoginMessage.name
|
|
|
+ }}</span>
|
|
|
+ <span style="margin: 0" v-else>{{ lang.KekeleboPlatform }}</span>
|
|
|
+ </div>
|
|
|
+ <div v-if="steps == 2">
|
|
|
+ <div style="margin-left: 10px;">{{ this.codeRes.school }}</div>
|
|
|
</div>
|
|
|
<div v-if="steps == 2" style="cursor: pointer" @click="steps = 1,stuInfoCode = {}">
|
|
|
<i style="font-size: 30px" class="el-icon-back"></i>
|
|
@@ -317,6 +318,7 @@ export default {
|
|
|
// 组织号查询区域结果
|
|
|
SuffixData: "",
|
|
|
orginfo: [],
|
|
|
+ codeRes:'',
|
|
|
CodeOptions: [],
|
|
|
// 随机码
|
|
|
icode: "",
|
|
@@ -357,7 +359,7 @@ export default {
|
|
|
banner:
|
|
|
"https://ccrb.s3.cn-northwest-1.amazonaws.com.cn/20250421-1139511745206807965.jpg",
|
|
|
logo: "https://ccrb.s3.cn-northwest-1.amazonaws.com.cn/image%2051744962188550.svg",
|
|
|
- name: "荔园小学教育集团",
|
|
|
+ name: "深圳市福田区荔园小学(荔园教育集团)智慧教育平台",
|
|
|
list: [
|
|
|
"3823a6a5-1b6e-11f0-a66a-005056924926",
|
|
|
"292e34dc-1b6e-11f0-a66a-005056924926",
|
|
@@ -1022,7 +1024,7 @@ export default {
|
|
|
.post(API_CONFIG.baseUrl, params)
|
|
|
.then((res) => {
|
|
|
if (res.data.length && res.data[0].length) {
|
|
|
- this.res = res.data[0][0];
|
|
|
+ this.codeRes = res.data[0][0];
|
|
|
this.courseId = res.data[0][0].courseId;
|
|
|
this.getClass(res.data[0][0].classid);
|
|
|
} else {
|