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