Authored by lijing

加入购物车按钮修改

@@ -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