Showing
1 changed file
with
2 additions
and
1 deletions
@@ -2,7 +2,7 @@ | @@ -2,7 +2,7 @@ | ||
2 | * @Author: Targaryen | 2 | * @Author: Targaryen |
3 | * @Date: 2017-06-21 10:15:38 | 3 | * @Date: 2017-06-21 10:15:38 |
4 | * @Last Modified by: Targaryen | 4 | * @Last Modified by: Targaryen |
5 | - * @Last Modified time: 2017-06-26 11:01:02 | 5 | + * @Last Modified time: 2017-06-26 11:10:48 |
6 | */ | 6 | */ |
7 | const _ = require('lodash'); | 7 | const _ = require('lodash'); |
8 | const co = require('bluebird').coroutine; | 8 | const co = require('bluebird').coroutine; |
@@ -77,6 +77,7 @@ class BuyNowController { | @@ -77,6 +77,7 @@ class BuyNowController { | ||
77 | page: 'order-ensure', | 77 | page: 'order-ensure', |
78 | title: '确认订单', | 78 | title: '确认订单', |
79 | width750: true, | 79 | width750: true, |
80 | + localCss: true, | ||
80 | product_sku: product_sku, | 81 | product_sku: product_sku, |
81 | orderEnsure: _.assign( | 82 | orderEnsure: _.assign( |
82 | paymentProcess.tranformPayment(result.data, orderInfo, null, null, computeData.data), | 83 | paymentProcess.tranformPayment(result.data, orderInfo, null, null, computeData.data), |
-
Please register or login to post a comment