Showing
1 changed file
with
1 additions
and
1 deletions
@@ -229,7 +229,7 @@ function updateConformButtonClassAndText() { | @@ -229,7 +229,7 @@ function updateConformButtonClassAndText() { | ||
229 | if ($chosed.closest('.zero-stock').length === 2) { | 229 | if ($chosed.closest('.zero-stock').length === 2) { |
230 | $('#chose-btn-sure').css('background-color', '#c0c0c0').html('已售罄'); | 230 | $('#chose-btn-sure').css('background-color', '#c0c0c0').html('已售罄'); |
231 | } else { | 231 | } else { |
232 | - $('#chose-btn-sure').css('background-color', '#eb0313').html(isEdit ? '确认' : '立即购买'); | 232 | + $('#chose-btn-sure').css('background-color', '#eb0313').html(isEdit ? '确认' : '加入购物车'); |
233 | } | 233 | } |
234 | } | 234 | } |
235 | 235 |
-
Please register or login to post a comment