Browse Source

微信登录优化4

chao 4 years ago
parent
commit
7dcf2a3872

+ 2 - 2
src/main/resources/templates/single-page/investment.html

@@ -39,14 +39,14 @@
                 <img src="/img/investment/pc_3.jpg">
                 <div class="btn">
                     <a href="javascript:void(0);" class="more" @click="showMore()"></a>
-                    <a href="javascript:void(0);" class="down" @click="toDownload()"></a>
+                    <!--<a href="javascript:void(0);" class="down" @click="toDownload()"></a>-->
                 </div>
             </template>
             <template v-else>
                 <img src="/img/investment/pc_4.jpg">
                 <div class="btn">
                     <a href="javascript:void(0);" class="back" @click="goBack()"></a>
-                    <a href="javascript:void(0);" class="down" @click="toDownload()"></a>
+                    <!--<a href="javascript:void(0);" class="down" @click="toDownload()"></a>-->
                 </div>
             </template>
         </div>

+ 2 - 2
src/main/resources/templates/we_chat/redirect_uri.html

@@ -4,10 +4,10 @@
 <head>
     <meta charset="UTF-8">
     <title>微信授权</title>
-    <input type="hidden" th:value="${spiServer}" id="spiServer">
-    <input type="hidden" th:value="${agent}" id="userAgent">
 </head>
 <body>
+<input type="hidden" th:value="${spiServer}" id="spiServer">
+<input type="hidden" th:value="${agent}" id="userAgent">
 <template th:replace="components/foot-link"></template>
 <script charset="utf-8" type="text/javascript">
     // 如果用户同意授权,页面将跳转至 redirect_uri/?code=CODE&state=STATE