Commit 934bb483 authored by Z's avatar Z

Z: Next: Change YBF to EA Env.

parent 9d83bf0f
ovlGwUtiSAgGUQLs
\ No newline at end of file
...@@ -20,6 +20,7 @@ ...@@ -20,6 +20,7 @@
</head> </head>
<body> <body>
<div id="uri">Uri:</div>
<div class="qr-code"> <div class="qr-code">
<img id="image" src="" alt /> <img id="image" src="" alt />
</div> </div>
...@@ -48,7 +49,9 @@ ...@@ -48,7 +49,9 @@
// let pageUri = `${nowUrl}&detailid=${voucherId}&actionid=${activeId}&unionid=${unionId}`; // let pageUri = `${nowUrl}&detailid=${voucherId}&actionid=${activeId}&unionid=${unionId}`;
let pageUri = `${nowUrl}`; let pageUri = `${nowUrl}`;
pageUri = pageUri.split('&').slice(0, 5).join('&')
let pageUrl = `http://139.155.48.151:8085/workWx/auth/oauth2/wxMiniQrCode?pageUri=${pageUri}`; let pageUrl = `http://139.155.48.151:8085/workWx/auth/oauth2/wxMiniQrCode?pageUri=${pageUri}`;
document.getElementById('uri').innerHTML = 'Uri=' + String(pageUri)
// alert(`--->qrCode: Ajax: POST: pageUrl = ${pageUrl}`) // alert(`--->qrCode: Ajax: POST: pageUrl = ${pageUrl}`)
......
...@@ -13,7 +13,6 @@ ...@@ -13,7 +13,6 @@
margin: 0; margin: 0;
padding: 0; padding: 0;
} }
.main { .main {
width: 100%; width: 100%;
height: 100%; height: 100%;
...@@ -26,7 +25,6 @@ ...@@ -26,7 +25,6 @@
align-items: center; align-items: center;
overflow: hidden; overflow: hidden;
} }
.titles { .titles {
border: 1px solid yellow; border: 1px solid yellow;
width: 100%; width: 100%;
...@@ -35,7 +33,6 @@ ...@@ -35,7 +33,6 @@
color: white; color: white;
text-align: center; text-align: center;
} }
.cards { .cards {
background-color: whitesmoke; background-color: whitesmoke;
width: 100%; width: 100%;
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<div class="main"> <div class="main">
<!-- <div class="tops"></div> --> <!-- <div class="tops"></div> -->
<div class="lists"> <div class="lists">
<!-- <div v-if="this.$route.query.code !== undefined" style="font-size: 14px;">Code: {{this.$route.query.code}}</div> --> <div v-if="this.$route.query.code !== undefined" style="font-size: 14px;">Code: {{this.$route.query.code}}</div>
<div v-for="(item, index) of list.main" :key="index"> <div v-for="(item, index) of list.main" :key="index">
<div class="list" @click="listClick(item.redirect)"> <div class="list" @click="listClick(item.redirect)">
<div> <div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment