Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
uedxwg
9 years ago
Commit
43c7776720308e54783fc92870ae5b2c88eaa234
1 parent
f09da1ff
订单bug修改
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
8 deletions
static/js/cart/order-ensure.js
template/m.yohobuy.com/actions/cart/index/order-ensure.phtml
static/js/cart/order-ensure.js
View file @
43c7776
...
...
@@ -165,10 +165,6 @@ function submitOrder() {
var
invoiceText
=
$invoice
.
find
(
'[name="invoice-title"]'
).
val
()
||
orderInfo
(
'invoiceText'
),
msg
=
$
(
'#msg'
).
find
(
'input'
).
val
()
||
orderInfo
(
'msg'
);
if
(
orderInfo
(
'deliveryId'
)
===
2
&&
!
$addressWrap
.
data
(
'support'
))
{
tip
.
show
(
'当前地址不支持顺丰快递'
);
return
;
}
if
(
isSubmiting
)
{
return
false
;
}
...
...
template/m.yohobuy.com/actions/cart/index/order-ensure.phtml
View file @
43c7776
...
...
@@ -27,10 +27,12 @@
</h
3
>
<ul>
{
{#each
paymentWay
}
}
<li
{
{#if
isSelected
}
}class=
"chosed"
{
{/if
}
}>
<span>
{
{name
}
}</span>
<i
class=
"right iconfont {{#if recommend}}icon-cb-radio{{else}}icon-radio{{/if}}"
data-id=
"{{paymentType}}"
></i>
</li>
{
{#if
isSupport
}
}
<li
{
{#if
recommend
}
}class=
"chosed"
{
{/if
}
}>
<span>
{
{name
}
}</span>
<i
class=
"right iconfont {{#if recommend}}icon-cb-radio{{else}}icon-radio{{/if}}"
data-id=
"{{paymentType}}"
></i>
</li>
{
{/if
}
}
{
{/each
}
}
</ul>
</div>
...
...
Please
register
or
login
to post a comment