luohailiang 2 lat temu
rodzic
commit
5f0878df2c
2 zmienionych plików z 3 dodań i 2 usunięć
  1. 2 1
      static/scripts/transfer.js
  2. 1 1
      transfer.html

+ 2 - 1
static/scripts/transfer.js

@@ -20,7 +20,8 @@ if (location.search.includes('zlb_token')) {
         dataType: 'json',
         data: {
             type: 'login',
-            zlb_token: zlb_token
+            zlb_token: zlb_token,
+            client:'h5'
         },
         success: (res) => {
             if (res.code == '1') {

+ 1 - 1
transfer.html

@@ -22,7 +22,7 @@
 <script src="static/scripts/vue.min.js"></script>
 <script src="static/scripts/axios.min.js"></script>
 <script src="static/scripts/qs.min.js"></script>
-<script src="static/scripts/transfer.js?v=20221227"></script>
+<script src="static/scripts/transfer.js?v=20221228"></script>
 <script>
     var _hmt = _hmt || [];
     (function() {