Commit cf1410eb authored by agping's avatar agping

修改

parent ec7f373e
......@@ -275,7 +275,7 @@
$("#fix_tel").click(function() {
var time = localStorage.getItem(_shangpuId+"_"+_tel);
var nowTime = (new Date()).getTime();
if(!time || nowtime-time > 24*3600*1000){
if(!time || nowTime-time > 24*3600*1000){
$.ajax({
url: '/api/recordCallNumShare',
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