From 36d134f03625de6a6d875caa8d8fa83a5c6d0642 Mon Sep 17 00:00:00 2001 From: tcubic <123456> Date: Tue, 2 Aug 2022 19:15:20 +0800 Subject: [PATCH] =?UTF-8?q?code=E9=AA=8C=E8=AF=813?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/LuckyWheel.vue | 8 +++++++- src/page/Home/Home.vue | 3 ++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/src/components/LuckyWheel.vue b/src/components/LuckyWheel.vue index 421b438..892a8cd 100644 --- a/src/components/LuckyWheel.vue +++ b/src/components/LuckyWheel.vue @@ -167,7 +167,7 @@ const btn = () => { .LuckyWheelCon { width: 100%; height: 800px; - position: top; + position: absolute; // z-index: 10; top: 0; left: 0; @@ -198,6 +198,12 @@ const btn = () => { // width: 831px; // height: 305px; + width: 100%; + height: 100%; + position: absolute; + top: 0; + left: 20px; + .li { width: 100px; height: 100px; diff --git a/src/page/Home/Home.vue b/src/page/Home/Home.vue index a27db03..fbf8597 100644 --- a/src/page/Home/Home.vue +++ b/src/page/Home/Home.vue @@ -79,7 +79,8 @@ const indexPage = (actions) => { // 授权获取code const getCode = () => { let redirect_uri = window.location.href; - service.post(process.env.VUE_APP_API + '/cms-activity/cms88/zsApi/xfhdAuthorize?redirect_uri='+redirect_uri, + // service.post(process.env.VUE_APP_API + '/cms-activity/cms88/zsApi/xfhdAuthorize?redirect_uri='+redirect_uri, + service.post(process.env.VUE_APP_XGL_DOMAIN + '?redirect_uri='+redirect_uri, // qs.stringify({ // redirect_uri: redirect_uri // })