Sfoglia il codice sorgente

删除回答之后跳转来源页面

luyanan 7 anni fa
parent
commit
f56b09f9e0
1 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  1. 3 1
      app/js/moreItem.js

+ 3 - 1
app/js/moreItem.js

@ -150,7 +150,9 @@ mui.ready(function(){
150 150
						success: function(data) {
151 151
							if(data.success) {
152 152
								plus.nativeUI.toast("该回答已删除", toastStyle);
153
								mui.back();
153
								var w1 = plus.webview.getWebviewById('qa-answer-show.html');
154
							  	plus.webview.close(self);
155
							  	plus.webview.close(w1);
154 156
							}
155 157
						}
156 158
					});