...
|
...
|
@@ -246,7 +246,6 @@ $('.regbtn').click(function () { |
|
|
date += result[i].value+'/'
|
|
|
}
|
|
|
}
|
|
|
alert(date)
|
|
|
var currentdate = new Date();
|
|
|
var startDate = new Date(date);
|
|
|
var newDate = currentdate.getTime() - startDate.getTime();
|
...
|
...
|
@@ -256,9 +255,6 @@ $('.regbtn').click(function () { |
|
|
if (isNaN(age)){
|
|
|
age = "";
|
|
|
}
|
|
|
alert(currentdate);
|
|
|
alert(startDate);
|
|
|
alert(age);
|
|
|
console.log(age);
|
|
|
that.find('.guanxitxt').hide(date);
|
|
|
that.find('.tip_guanximiantxt').html(age)
|
...
|
...
|
|