Browse Source

广告点击途径

luyanan 7 years ago
parent
commit
70c986a1b7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      js/public/shareCom.js

+ 1 - 1
js/public/shareCom.js

@ -229,7 +229,7 @@ $(document).ready(function(){
229 229
	$("body").on("click","a.advertsub",function(){
230 230
		var adId = this.getAttribute('data-id');
231 231
		console.log(adId)
232
		wlog("ad", adId ,"1");
232
		wlog("ad", adId ,"3");
233 233
		return true;	
234 234
	})
235 235
})