...
|
...
|
@@ -250,7 +250,7 @@ class Detail extends Page { |
|
|
actionFlag = dif > 0 ? false : true;
|
|
|
}
|
|
|
if (dif > 0) {
|
|
|
document.getElementById('joinBtn').style.background = '#b0b0b0';
|
|
|
document.getElementById('buynow').style.background = '#b0b0b0';
|
|
|
}
|
|
|
this.selector.$label[0].innerText = label;
|
|
|
time = setInterval(() => {
|
...
|
...
|
|