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 @@
</head>
<body>
<div id="uri">Uri:</div>
<div class="qr-code">
<img id="image" src="" alt />
</div>
......@@ -48,7 +49,9 @@
// let pageUri = `${nowUrl}&detailid=${voucherId}&actionid=${activeId}&unionid=${unionId}`;
let pageUri = `${nowUrl}`;
pageUri = pageUri.split('&').slice(0, 5).join('&')
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}`)
......
......@@ -13,7 +13,6 @@
margin: 0;
padding: 0;
}
.main {
width: 100%;
height: 100%;
......@@ -26,7 +25,6 @@
align-items: center;
overflow: hidden;
}
.titles {
border: 1px solid yellow;
width: 100%;
......@@ -35,7 +33,6 @@
color: white;
text-align: center;
}
.cards {
background-color: whitesmoke;
width: 100%;
......
......@@ -6,7 +6,7 @@
<div class="main">
<!-- <div class="tops"></div> -->
<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 class="list" @click="listClick(item.redirect)">
<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