From 1bde710eb8d44a38bd0102f96045138ef76399b0 Mon Sep 17 00:00:00 2001 From: "liu.xiaofeng@ebiz-digits.com" Date: Mon, 27 Jun 2022 16:12:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=85=A5=E5=8F=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/poster/PosterLoading.vue | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/src/views/ebiz/poster/PosterLoading.vue b/src/views/ebiz/poster/PosterLoading.vue index c46743085..9f8f68856 100644 --- a/src/views/ebiz/poster/PosterLoading.vue +++ b/src/views/ebiz/poster/PosterLoading.vue @@ -43,8 +43,8 @@ export default { methods: { // 初始化页面 async initThisPage() { - let res = await this.saveShareRecord('1',this.$route.query.token,this.$route.query.linkType) - await this.sharePosterLoading('1',this.$route.query.token,this.$route.query.linkType,this.$route.query.schoolName,this.$route.query.className) + let res = await this.saveShareRecord('1',this.$route.query.token) + await this.sharePosterLoading('1',this.$route.query.token) // console.log(111+newRes) // if (this.herfUrl) { // window.location.href = this.herfUrl @@ -59,7 +59,6 @@ export default { */ saveShareRecord(flag,key,linkType) { let data = { - linkType: linkType, flag: flag, redisKey: key } @@ -70,13 +69,10 @@ export default { }) }) }, - sharePosterLoading(flag,key,linkType,schoolName,className) { + sharePosterLoading(flag,key,linkType) { let data = { - linkType: linkType, flag: flag, redisKey: key, - schoolName:schoolName, - className:className } sharePosterLoading(data).then((res) => { console.log(res)