Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
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
Email Patches
Plain Diff
Browse Files
Authored by
cailing
9 years ago
Commit
e06a11e9a3d1a6a005b8eb80603869cb287d8ca5
1 parent
405aa82c
gulp ge
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
5 deletions
static/dist/myohobuy/4.6.5/index-debug.js
static/dist/myohobuy/4.6.5/index.css
static/dist/myohobuy/4.6.5/index.js
static/dist/myohobuy/4.6.5/index-debug.js
View file @
e06a11e
...
...
@@ -13590,6 +13590,15 @@ require("js/common");
lazyLoad
();
// 初始化发票信息
function
invoiceInit
()
{
if
(
orderCont
.
invoiceType
)
{
$
(
'.invoice-type'
).
text
(
invoiceCont
[
orderCont
.
invoiceType
]
+
'('
+
invoicesType
[
orderCont
.
invoicesType
]
+
')'
);
}
else
{
$
(
'.invoice-type'
).
text
(
'服装(电子)'
);
}
}
function
getQueryParam
()
{
var
queryArray
=
location
.
search
.
substr
(
1
).
split
(
'&'
),
i
,
...
...
@@ -13684,6 +13693,9 @@ $invoice.on('touchend', '.checkbox', function() {
orderInfo
(
'invoicesType'
,
null
);
orderInfo
(
'invoiceTitle'
,
null
);
}
orderCont
=
window
.
cookie
(
'order-info'
)
&&
JSON
.
parse
(
window
.
cookie
(
'order-info'
));
invoiceInit
();
});
...
...
@@ -13949,11 +13961,8 @@ if (orderInfo('address') && orderInfo('address').is_support === 'N') {
orderCompute
();
}
if
(
orderCont
.
invoiceType
)
{
$
(
'.invoice-type'
).
text
(
invoiceCont
[
orderCont
.
invoiceType
]
+
'('
+
invoicesType
[
orderCont
.
invoicesType
]
+
')'
);
}
else
{
$
(
'.invoice-type'
).
text
(
'服装(电子)'
);
}
// 初始化发票信息内容
invoiceInit
();
});
define
(
"js/cart/order-info"
,
[
"jquery"
,
"hammer"
],
function
(
require
,
exports
,
module
){
/**
...
...
static/dist/myohobuy/4.6.5/index.css
View file @
e06a11e
This diff could not be displayed because it is too large.
static/dist/myohobuy/4.6.5/index.js
View file @
e06a11e
This diff could not be displayed because it is too large.
Please
register
or
login
to post a comment