Browse Source

健康咨询页面和消息设置页面相关bug修改

raolu 6 years ago
parent
commit
d90fee4315

+ 4 - 4
html/message/js/p2dzixun.js

@ -87,10 +87,10 @@
					wv.reload(true);
				}
			}
//			var wv = plus.webview.getWebviewById("zhidingzixun");
//			if(wv) {
//				mui.fire(wv, "refresh");	
//			}
			var wv = plus.webview.getWebviewById("zhidingzixun");
			if(wv) {
				mui.fire(wv, "refresh");	
			}
			old_back();
		}
	}

+ 1 - 1
html/mine/html/xiaoxitongzhishezhi.html

@ -130,7 +130,7 @@
					</li>
				</ul>
				<div class="tishi" style="margin-top: 10px;margin-bottom:20px;line-height: 100px;">
					<h5 style="width: 95%;margin: 0 auto;">关闭后您收到的新签约消息将不再推送通知</h5>
					<h5 style="width: 95%;margin: 0 auto;">关闭后您收到的新关注消息将不再推送通知</h5>
				</div>
				
				<!---->

+ 8 - 1
html/zdzx/html/zhidingzixun.html

@ -579,7 +579,14 @@
		
		//刷新
		window.addEventListener("refresh", function() {
			plus.webview.currentWebview().reload();
//			plus.webview.currentWebview().reload();
            ask_me_json=[];
            my_respont_json=[];
            over_json=[];
            loadMore0 = false;
            loadMore1 = false;
            loadMore10 = false;
            $(".sign-comonhd div.curr").trigger("click");
		});
	</script>