Authored by 郭成尧

invoice-style

... ... @@ -2,7 +2,6 @@
* @Author: Targaryen
* @Date: 2017-06-23 11:43:34
* @Last Modified by: Targaryen
* @Last Modified time: 2017-06-23 15:58:31
*/
require('cart/select-invoice.page.css');
... ... @@ -27,6 +26,7 @@ let isModifyTel = false;
let C_ID = window._ChannelVary[window.cookie('_Channel')] || 1;
require('common');
require('cartbuynow/select-invoice');
if (window.getUid() !== orderInfo('uid')) {
order.init();
... ...
... ... @@ -26,6 +26,7 @@ let isModifyTel = false;
let C_ID = window._ChannelVary[window.cookie('_Channel')] || 1;
require('common');
require('cartbuynow/select-invoice');
if (window.getUid() !== orderInfo('uid')) {
order.init();
... ...
/*
* @Author: Targaryen
* @Date: 2017-06-27 17:18:56
* @Last Modified by: Targaryen
*/
$('.invoice-info-page').css('min-height', function() {
return $(window).height();
});
... ...
... ... @@ -7,9 +7,6 @@
.invoice-info-page {
background: #f0f0f0;
padding-top: 30px;
top: 90px;
bottom: 0;
position: fixed;
header {
background: #f0f0f0;
... ...