|
@@ -252,7 +252,7 @@
|
|
|
</div>
|
|
|
<div class="lp_r_b_iconBtn">
|
|
|
<div
|
|
|
- @click="(loginType = 'code')"
|
|
|
+ @click="getData"
|
|
|
v-show="false"
|
|
|
>
|
|
|
<!-- v-if="['default', 'weChat', 'orgL', 'code'].includes(loginType)" -->
|
|
@@ -1033,11 +1033,14 @@ export default {
|
|
|
// let userjson = await getUser({ userid: this.stuInfoCode.userid });
|
|
|
|
|
|
// console.log("userjson", userjson);
|
|
|
+ console.log('this.stuInfoCode',this.stuInfoCode);
|
|
|
+
|
|
|
|
|
|
window.topU.postMessage(
|
|
|
{
|
|
|
tools: "inviteLogin",
|
|
|
userid: this.stuInfoCode.userid,
|
|
|
+ courseId: ''
|
|
|
},
|
|
|
"*"
|
|
|
);
|