Browse Source

h5回答点赞排序

luyanan 7 years ago
parent
commit
c495697ac1
1 changed files with 5 additions and 2 deletions
  1. 5 2
      e/wen.html

+ 5 - 2
e/wen.html

@ -76,7 +76,8 @@
76 76
					dataO = {
77 77
						time: "",
78 78
						id: "",
79
						score: ""
79
						score: "",
80
						agree:""
80 81
					};
81 82
				var pkey = [],
82 83
					byway;
@ -159,6 +160,7 @@
159 160
							dataStr = {
160 161
								"qid": questionId,
161 162
								"score": dataO.score,
163
								"agree":dataO.agree,
162 164
								"id": dataO.id,
163 165
								"rows": rows
164 166
							}
@ -320,7 +322,8 @@
320 322
					dataO = {
321 323
						time: "",
322 324
						id: "",
323
						score: ""
325
						score: "",
326
						agree:""
324 327
					}
325 328
					answerList()
326 329
				});