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
baoss
2019-03-14 18:17:08 +0800
Commit
24d44eabf49b882cbcf7152449b76ab6ef5125ab
2 parents
0a834af3
e0d17545
Merge branch 'feature/group-buy' of git.yoho.cn:fe/yohobuywap-node into feature/group-buy
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
package.json
public/js/cart/buynow-order-ensure.page.js
package.json
View file @
24d44ea
{
"name"
:
"yohobuywap-node"
,
"version"
:
"6.8.80-
3
"
,
"version"
:
"6.8.80-
5
"
,
"private"
:
true
,
"description"
:
"A New Yohobuy Project With Express"
,
"repository"
:
{
...
...
public/js/cart/buynow-order-ensure.page.js
View file @
24d44ea
...
...
@@ -571,7 +571,10 @@ $('.info-phone').html(phoneHidden($('.info-phone').html()));
if
(
orderInfo
(
'address'
)
&&
orderInfo
(
'address'
).
is_support
===
'N'
)
{
orderInfo
(
'delivery_way'
,
$
(
'.delivery-id .icon-cb-radio'
).
data
(
'id'
));
orderCompute
();
if
(
window
.
queryString
.
is_group
!==
'1'
)
{
orderCompute
();
}
}
// 校验手机号
...
...
Please
register
or
login
to post a comment