yangbiao 9 年之前
父節點
當前提交
83ff2cfecf
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      display-server/web/biz/js/plugin/ui.js

+ 5 - 0
display-server/web/biz/js/plugin/ui.js

8
		}, 2000);
8
		}, 2000);
9
	});
9
	});
10
	
10
	
11
	$("#progressBar2").tap(function() {
12
		WadeMobile.loadingStart('加载中……', '进度条','true');
13
		
14
	});
15
	
11
	$("#toastLong").tap(function() {
16
	$("#toastLong").tap(function() {
12
		WadeMobile.tip('我是一条提示信息!', 1);
17
		WadeMobile.tip('我是一条提示信息!', 1);
13
	});
18
	});