xiuli.gao 6 years ago
parent
commit
3d0d49c948
1 changed files with 1 additions and 3 deletions
  1. 1 3
      fund_h5/js/queryHelp.js

+ 1 - 3
fund_h5/js/queryHelp.js

@@ -23,9 +23,7 @@ $().ready(function() {
23 23
     }
24 24
     if (qs.token) {
25 25
         token = qs.token;
26
-    } else {
27
-        showMsg('未提供token!')
28
-    }
26
+    } 
29 27
     $(".goOfficialNetwork i").html(city_name)
30 28
     goBack()
31 29
 });