Browse Source

修复刷新组件页面在荣耀手机上,不触发刷新问题

guohh 5 years ago
parent
commit
3fcd712d6c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      show-server/src/main/webapp/biz/js/refresh.js

+ 1 - 1
show-server/src/main/webapp/biz/js/refresh.js

@ -1,5 +1,5 @@
1 1
require([ "ipuUI", "jquery" ], function(ipuUI, $) {
2
	$(function() {
2
	$.sizeReady(function() {
3 3
4 4
		var totalPage = 3; // 总页数
5 5
		var nowPage = 1; // 当前显示第几页,因为默认有一些数据了,所以为1