Explorar el Código

--解决合并冲突

zzy.zhiyuan.foxmail %!s(int64=7) %!d(string=hace) años
padre
commit
b99a2ca637
Se han modificado 1 ficheros con 1 adiciones y 10 borrados
  1. 1 10
      js/needSure.js

+ 1 - 10
js/needSure.js

@ -35,11 +35,7 @@ $(document).ready(function() {
35 35
					} else if($data.demandAim == 3) {
36 36
						oDemandAim = "其他咨询"
37 37
					}
38
<<<<<<< HEAD
39
					$("#dialt").text(oDemandAim);
40
=======
41 38
					$("#demandt").text(oDemandAim);
42
>>>>>>> refs/heads/dev
43 39
					$("#dialog_consultContent").text($data.demandContent);
44 40
					$("#nameS").text($data.professor.name);
45 41
					if($data.professor.hasHeadImage == 1) {
@ -55,13 +51,8 @@ $(document).ready(function() {
55 51
					$("#offt").text(oString);
56 52
					consuId = $data.professor.id;
57 53
					if(userid==$data.professor.id){
58
<<<<<<< HEAD
59
						$(".basicBtn").hide();
60
					}
61
=======
62 54
							$(".basicBtn").hide();
63 55
						}
64
>>>>>>> refs/heads/dev
65 56
					demandTitle = $data.demandTitle;
66 57
					demandContent = $data.demandContent;
67 58
					demandType = $data.demandAim
@ -134,4 +125,4 @@ $(document).ready(function() {
134 125
			}
135 126
		})
136 127
	}
137
})
128
})