|
@@ -128,7 +128,7 @@ export default defineComponent({
|
|
const { origin } = location
|
|
const { origin } = location
|
|
let str = origin + '/student/#/videoDetail'
|
|
let str = origin + '/student/#/videoDetail'
|
|
const params = this.$route.query
|
|
const params = this.$route.query
|
|
- str += `?recomUserId=${this.recomUserId}&groupId=${params.groupId}`
|
|
|
|
|
|
+ str += `?recomUserId=${params.userType && params.userType == 'STUDENT' ? '' : this.recomUserId}&groupId=${params.groupId}`
|
|
console.log(str)
|
|
console.log(str)
|
|
shareCall(str, {})
|
|
shareCall(str, {})
|
|
},
|
|
},
|