Browse Source

bug修改

raolu 6 years ago
parent
commit
a37f2dd3b5
1 changed files with 4 additions and 4 deletions
  1. 4 4
      index.html

+ 4 - 4
index.html

@ -26,10 +26,10 @@
			var wgtVer = null;
			var latestVersion = "";
			function plusReady() {
				if(isdemo == true){
					plus.nativeUI.toast("友情提醒:当前使用版本是演示版本");
				}
				
//				if(isdemo == true){
//					plus.nativeUI.toast("友情提醒:当前使用版本是演示版本");
//				}
//				
				// 获取本地应用资源版本号
			    plus.runtime.getProperty(plus.runtime.appid, function(inf){
			        wgtVer = inf.version;