jack лет назад: 8
Родитель
Сommit
7358f0474a
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      app/js/professorArticle.js

+ 3 - 3
app/js/professorArticle.js

@ -245,7 +245,7 @@ mui.plusReady(function() {
245 245
			show: {
246 246
				aniShow: "slide-in-bottom"
247 247
			},
248
			extra: {
248
			extras: {
249 249
				flag: 1
250 250
			}
251 251
		});
@ -270,7 +270,7 @@ mui.plusReady(function() {
270 270
					"operateId": userid,
271 271
					"articleId": proId
272 272
				},
273
				success: function(data) {oThumsflag="1"
273
				success: function(data) {
274 274
					if(data.success) {
275 275
						if(data.data==null){
276 276
							document.getElementById("appreciate").classList.add("icon-appreciate");
@ -344,7 +344,7 @@ mui.plusReady(function() {
344 344
			});
345 345
		}
346 346
	}
347
		document.getElementById("collect").addEventListener("click", function() {
347
		document.getElementById("collect").addEventListener("tap", function() {
348 348
	var userid = plus.storage.getItem('userid');
349 349
	oCollectFlag = this.getAttribute("collectFlag");
350 350
	if(!userid) {