Commit 75617085 authored by agping's avatar agping

商铺详情 h5 优化

parent 34c8d758
......@@ -292,9 +292,9 @@
}
});
$("#fix_tel").click(function() {
var time = localStorage.getItem(_tel+"_"+_shangpuId);
var nowTime = (new Date()).getTime();
if(!time || nowTime-time > 24*3600*1000){
var _time = localStorage.getItem(_tel+"_"+_shangpuId);
var _nowTime = (new Date()).getTime();
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