Browse Source

咨询谢绝修改

xuchunyang 8 years ago
parent
commit
059943c28e
1 changed files with 3 additions and 3 deletions
  1. 3 3
      js/consultSure.js

+ 3 - 3
js/consultSure.js

@ -196,10 +196,10 @@ function submtbut(consultId, sendId, newtemp) {
196 196
		traditional: true, //传数组必须加这个
197 197
		success: function(data) {
198 198
			if(data.success) {
199
				$.MsgBox.Confirm('提示', "已谢绝对方的咨询——您可以再看看其他需求。", function() {
200
					$("#mb_btn_no").hide();
199
				$.MsgBox.Alert('提示', "已谢绝对方的咨询——您可以再看看其他需求。");
200
				setInterval (function(){
201 201
					window.location.href = "index.html";
202
				});
202
				},1000);
203 203
			}
204 204
		},
205 205
		error: function() {