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
Plain Diff
Browse Files
Authored by
uedxwg
2016-04-26 13:48:51 +0800
Commit
a4a1185bdc4184335c55d743b8d493251209c273
2 parents
0c1de979
0bd681d5
Merge branch 'hotfix/order-bug' into develop/wap
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 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 @
a4a1185
...
...
@@ -343,4 +343,7 @@ function phoneHidden(phone) {
$
(
'.info-phone'
).
html
(
phoneHidden
(
$
(
'.info-phone'
).
html
()));
if
(
orderInfo
(
'address'
).
is_support
===
'N'
)
{
orderInfo
(
'deliveryId'
,
$
(
'.delivery-id .icon-cb-radio'
).
data
(
'id'
));
orderCompute
();
}
\ No newline at end of file
...
...
template/m.yohobuy.com/actions/cart/index/order-ensure.phtml
View file @
a4a1185
...
...
@@ -51,7 +51,7 @@
{
{#each
dispatchMode
}
}
<li
{
{#if
isSelected
}
}class=
"chosed"
{
{/if
}
}
data-id=
"{{id}}"
>
<span>
{
{name
}
}:运费¥
{
{cost
}
}</span>
<i
class=
"right iconfont {{#if isSelected}}icon-cb-radio{{else}}icon-radio{{/if}}"
></i>
<i
class=
"right iconfont {{#if isSelected}}icon-cb-radio{{else}}icon-radio{{/if}}"
data-id=
"{{id}}"
></i>
</li>
{
{/each
}
}
</ul>
...
...
Please
register
or
login
to post a comment