Authored by 郭成尧

isOrdinaryCart

... ... @@ -2,7 +2,7 @@
* @Author: Targaryen
* @Date: 2017-06-21 10:15:38
* @Last Modified by: Targaryen
* @Last Modified time: 2017-06-26 11:20:25
* @Last Modified time: 2017-06-26 16:19:38
*/
const _ = require('lodash');
const co = require('bluebird').coroutine;
... ... @@ -87,7 +87,8 @@ class BuyNowController {
selectAddressUrl: helpers.urlFormat('/cart/index/buynow/selectAddress', {
product_sku: product_sku,
buy_number: buy_number
})
}),
isOrdinaryCart: true
}
)
});
... ...