...
|
...
|
@@ -151,7 +151,7 @@ function render(data) { |
|
|
if (data.isDepositAdvance === 'Y') {
|
|
|
setTimeout(function() {
|
|
|
$('#addtoCart').text('立即购买').off('touchstart').on('touchstart', function() {
|
|
|
tip.show('只能在有货App购买');
|
|
|
tip.show('定金预售商品只能在有货App购买');
|
|
|
return false;
|
|
|
});
|
|
|
}, 200);
|
...
|
...
|
|