Authored by Kennaki

s_n->s_w

... ... @@ -39,7 +39,7 @@ function mapDispatchToProps(dispatch) {
function orderWithString(str) {
if (str.indexOf('s_n')>=0) {
if (str.indexOf('s_w')>=0) {
return 0;
}
if (str.indexOf('s_t')>=0) {
... ...
... ... @@ -366,7 +366,7 @@ function parseCouponList(json) {
});
}
});
return {
shopCoupons,
logShopCoupons,
... ... @@ -587,7 +587,7 @@ function exploseProductList(shopId, order, allFilterFactors, brandId, recId, lis
function orderWithString(str) {
if (str.indexOf('s_n')>=0) {
if (str.indexOf('s_w')>=0) {
return 0;
}
if (str.indexOf('s_t')>=0) {
... ...