1. 调整分享弹窗打开时传入的参数为正确的oidCode/orgCode和inviteCode 2. 修改分享链接的参数名,将ccid改为orgnum、classid改为classcode
@@ -932,7 +932,8 @@ export default {
},
// 打开分享弹窗
openShareDialog() {
- this.$refs.shareDialogRef.open(this.id, this.tcid2)
+ let code = this.userJson.oidCode || this.userJson.orgCode
+ this.$refs.shareDialogRef.open(code, this.inviteCode)
}
destroyed() {
@@ -88,7 +88,7 @@ export default {
else if (this.lang.lang === 'en') {
url = 'https://cloud.cocorobo.com'
- this.form.url = `${url}/admin.htm?ccid=${this.courseId}&classid=${this.classId}`;
+ this.form.url = `${url}/admin.htm?orgnum=${this.courseId}&classcode=${this.classId}`;
// this.getData();
close() {