Browse Source

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

luyanan 7 years ago
parent
commit
f56b09f9e0
1 changed files with 3 additions and 1 deletions
  1. 3 1
      app/js/moreItem.js

+ 3 - 1
app/js/moreItem.js

150
						success: function(data) {
150
						success: function(data) {
151
							if(data.success) {
151
							if(data.success) {
152
								plus.nativeUI.toast("该回答已删除", toastStyle);
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
					});