Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
郭成尧
2017-06-27 17:31:21 +0800
Commit
455c6de9bc3cfd757b72161458d1f0009576f411
2 parents
78d8d1e9
822580d8
Merge branch 'feature/buynow' into release/5.8.1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
4 deletions
public/js/buynow/select-invoice.page.js
public/js/cart/select-invoice.page.js
public/js/cartbuynow/select-invoice.js
public/scss/cart/_invoice-info.css
public/js/buynow/select-invoice.page.js
View file @
455c6de
...
...
@@ -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
();
...
...
public/js/cart/select-invoice.page.js
View file @
455c6de
...
...
@@ -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
();
...
...
public/js/cartbuynow/select-invoice.js
0 → 100644
View file @
455c6de
/*
* @Author: Targaryen
* @Date: 2017-06-27 17:18:56
* @Last Modified by: Targaryen
*/
$
(
'.invoice-info-page'
).
css
(
'min-height'
,
function
()
{
return
$
(
window
).
height
();
});
...
...
public/scss/cart/_invoice-info.css
View file @
455c6de
...
...
@@ -7,9 +7,6 @@
.invoice-info-page
{
background
:
#f0f0f0
;
padding-top
:
30px
;
top
:
90px
;
bottom
:
0
;
position
:
fixed
;
header
{
background
:
#f0f0f0
;
...
...
Please
register
or
login
to post a comment