Authored by 张孝茹

注释

... ... @@ -384,6 +384,7 @@ $subBlock.on('touchstart', 'li', function() {
});
let self = $(this);
// 点击货到付款弹出提示语
if (self.find('span').data('message') && delivery === 0 &&
parseInt(self.find('i').data('payment-type'), 10) === 2) {
... ...
... ... @@ -417,6 +417,7 @@ $subBlock.on('touchstart', 'li', function() {
});
let self = $(this);
// 点击货到付款弹出提示语
if (self.find('span').data('message') && delivery === 0 &&
parseInt(self.find('i').data('payment-type'), 10) === 2) {
... ...