Commit 75617085 authored by agping's avatar agping

商铺详情 h5 优化

parent 34c8d758
...@@ -292,9 +292,9 @@ ...@@ -292,9 +292,9 @@
} }
}); });
$("#fix_tel").click(function() { $("#fix_tel").click(function() {
var time = localStorage.getItem(_tel+"_"+_shangpuId); var _time = localStorage.getItem(_tel+"_"+_shangpuId);
var nowTime = (new Date()).getTime(); var _nowTime = (new Date()).getTime();
if(!time || nowTime-time > 24*3600*1000){ if(!_time || _nowTime-_time > 24*3600*1000){
$.ajax({ $.ajax({
url: '/api/recordCallNumShare', url: '/api/recordCallNumShare',
type: 'POST', type: 'POST',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment