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
     }
23
     }
24
     if (qs.token) {
24
     if (qs.token) {
25
         token = qs.token;
25
         token = qs.token;
26
-    } else {
27
-        showMsg('未提供token!')
28
-    }
26
+    } 
29
     $(".goOfficialNetwork i").html(city_name)
27
     $(".goOfficialNetwork i").html(city_name)
30
     goBack()
28
     goBack()
31
 });
29
 });