Authored by yyq

fix

... ... @@ -528,7 +528,7 @@ coupon = {
getList: function(code) {
var that = this;
if (!this.unsupport && !order.deliveryWay) {
if (this.unsupport || !order.deliveryWay) {
return;
}
... ...