Commit 38ecb608 by amateur

1

1 parent 1c58f8ad
...@@ -63,7 +63,7 @@ public class UpdateUtils { ...@@ -63,7 +63,7 @@ public class UpdateUtils {
static void downH5Version(UpdateVersion update) { static void downH5Version(UpdateVersion update) {
String url = update.getLocation(); String url = update.getLocation();
if (TextUtils.isEmpty(url)) { if (TextUtils.isEmpty(url) || WebVersionUtils.getVersion().equals(update.getvNumber())) {
return; return;
} }
if (!url.startsWith("http")) { if (!url.startsWith("http")) {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!