|
@@ -850,7 +850,10 @@ define(['jquery', "template", "Tools", 'swiper', 'itemsApi', 'swiper'], function |
|
|
tools.doPost(biddingSubmit, data, module.biddingSubmitOpen); |
|
|
tools.doPost(biddingSubmit, data, module.biddingSubmitOpen); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
module.biddingSubmitOpen = function(){ |
|
|
|
|
|
|
|
|
module.biddingSubmitOpen = function(data1){ |
|
|
|
|
|
if (data1.code == 200) { |
|
|
|
|
|
tools.initError('出价成功'); |
|
|
|
|
|
} |
|
|
tools.doGet(getBiddingStopTime+getQueryVariable('id'), {}, function(data){ |
|
|
tools.doGet(getBiddingStopTime+getQueryVariable('id'), {}, function(data){ |
|
|
if (data.code == 200) { |
|
|
if (data.code == 200) { |
|
|
var nowDate = Date.parse(new Date($.ajax({type:'HEAD',async:false,data:{i: Date.parse(new Date())}}).getResponseHeader("Date"))); |
|
|
var nowDate = Date.parse(new Date($.ajax({type:'HEAD',async:false,data:{i: Date.parse(new Date())}}).getResponseHeader("Date"))); |
|
@@ -871,7 +874,6 @@ define(['jquery', "template", "Tools", 'swiper', 'itemsApi', 'swiper'], function |
|
|
module.data.biddingTimeType = 2; |
|
|
module.data.biddingTimeType = 2; |
|
|
return; |
|
|
return; |
|
|
} |
|
|
} |
|
|
tools.initError('出价成功'); |
|
|
|
|
|
} |
|
|
} |
|
|
},true); |
|
|
},true); |
|
|
// $('#money').val(0) |
|
|
// $('#money').val(0) |
|
|