...
|
...
|
@@ -229,7 +229,7 @@ function updateConformButtonClassAndText() { |
|
|
if ($chosed.closest('.zero-stock').length === 2) {
|
|
|
$('#chose-btn-sure').css('background-color', '#c0c0c0').html('已售罄');
|
|
|
} else {
|
|
|
$('#chose-btn-sure').css('background-color', '#eb0313').html(isEdit ? '确认' : '立即结算');
|
|
|
$('#chose-btn-sure').css('background-color', '#eb0313').html(isEdit ? '确认' : '立即购买');
|
|
|
}
|
|
|
}
|
|
|
|
...
|
...
|
|