code验证3

This commit is contained in:
tcubic 2022-08-02 19:15:20 +08:00
parent adbe28f168
commit 36d134f036
2 changed files with 9 additions and 2 deletions

View File

@ -167,7 +167,7 @@ const btn = () => {
.LuckyWheelCon { .LuckyWheelCon {
width: 100%; width: 100%;
height: 800px; height: 800px;
position: top; position: absolute;
// z-index: 10; // z-index: 10;
top: 0; top: 0;
left: 0; left: 0;
@ -198,6 +198,12 @@ const btn = () => {
// width: 831px; // width: 831px;
// height: 305px; // height: 305px;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 20px;
.li { .li {
width: 100px; width: 100px;
height: 100px; height: 100px;

View File

@ -79,7 +79,8 @@ const indexPage = (actions) => {
// code // code
const getCode = () => { const getCode = () => {
let redirect_uri = window.location.href; 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({ // qs.stringify({
// redirect_uri: redirect_uri // redirect_uri: redirect_uri
// }) // })