...
|
...
|
@@ -10,7 +10,8 @@ var $ = require('jquery'), |
|
|
lazyLoad = require('yoho.lazyload');
|
|
|
|
|
|
var dialog = require('../me/dialog'),
|
|
|
tip = require('../plugin/tip');
|
|
|
tip = require('../plugin/tip'),
|
|
|
orderInfo = require('./order-info').orderInfo;
|
|
|
|
|
|
var $selectAllBtn = $('.balance .checkbox'),
|
|
|
cartType = $('#cartType').val(),
|
...
|
...
|
@@ -106,6 +107,8 @@ $('.cart-goods').on('touchstart', '.checkbox', function() { |
|
|
autoHide: true,
|
|
|
fast: true
|
|
|
});
|
|
|
orderInfo('couponCode', null);
|
|
|
orderInfo('couponValue', null);
|
|
|
history.go(0);
|
|
|
} else {
|
|
|
tip.show(data.message);
|
...
|
...
|
@@ -223,5 +226,3 @@ $selectAllBtn.on('touchend', function() { |
|
|
$('.down').on('touchend', function() {
|
|
|
chosePanel.show();
|
|
|
}); |
|
|
|
|
|
|
...
|
...
|
|