Showing
2 changed files
with
2 additions
and
2 deletions
@@ -174,7 +174,7 @@ | @@ -174,7 +174,7 @@ | ||
174 | {{/if}} | 174 | {{/if}} |
175 | </button> | 175 | </button> |
176 | 176 | ||
177 | - <button class="buynow join-group-btn" id="joinBtn" {{#ifcond activityIdDetail.peopleNum "==" '0'}} style="background-color: #b0b0b0;" {{/ifcond}} | 177 | + <button class="buynow join-group-btn" {{#ifcond activityIdDetail.peopleNum "==" '0'}} style="background-color: #b0b0b0;" {{/ifcond}} |
178 | id="buynow"> | 178 | id="buynow"> |
179 | <span class="bottom-title">{{activityIdDetail.formatCollagePrice}}</span> | 179 | <span class="bottom-title">{{activityIdDetail.formatCollagePrice}}</span> |
180 | {{#if groupNo}} | 180 | {{#if groupNo}} |
@@ -250,7 +250,7 @@ class Detail extends Page { | @@ -250,7 +250,7 @@ class Detail extends Page { | ||
250 | actionFlag = dif > 0 ? false : true; | 250 | actionFlag = dif > 0 ? false : true; |
251 | } | 251 | } |
252 | if (dif > 0) { | 252 | if (dif > 0) { |
253 | - document.getElementById('joinBtn').style.background = '#b0b0b0'; | 253 | + document.getElementById('buynow').style.background = '#b0b0b0'; |
254 | } | 254 | } |
255 | this.selector.$label[0].innerText = label; | 255 | this.selector.$label[0].innerText = label; |
256 | time = setInterval(() => { | 256 | time = setInterval(() => { |
-
Please register or login to post a comment