Authored by 郭成尧

localcss

... ... @@ -2,7 +2,7 @@
* @Author: Targaryen
* @Date: 2017-06-21 10:15:38
* @Last Modified by: Targaryen
* @Last Modified time: 2017-06-26 11:01:02
* @Last Modified time: 2017-06-26 11:10:48
*/
const _ = require('lodash');
const co = require('bluebird').coroutine;
... ... @@ -77,6 +77,7 @@ class BuyNowController {
page: 'order-ensure',
title: '确认订单',
width750: true,
localCss: true,
product_sku: product_sku,
orderEnsure: _.assign(
paymentProcess.tranformPayment(result.data, orderInfo, null, null, computeData.data),
... ...