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
83b8416b6142aef740c7cf71830fe03edc20feed
1 parent
567d5a0a
送货时间修改
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
template/m.yohobuy.com/actions/cart/index/order-ensure.phtml
template/m.yohobuy.com/actions/cart/index/order-ensure.phtml
View file @
83b8416
...
...
@@ -54,7 +54,7 @@
{
{/each
}
}
</ul>
</div>
<div
class=
"sub-block d
elivery
-time"
>
<div
class=
"sub-block d
ispatch
-time"
>
<h
3
>
<p>送货时间</p>
<span>工作日、双休日和节假日均送货</span>
...
...
@@ -63,9 +63,9 @@
</h
3
>
<ul>
{
{#each
dispatchTime
}
}
<li
{
{#if
isSelected
}
}class=
"chosed"
{
{/if
}
}
>
<li
{
{#if
isSelected
}
}class=
"chosed"
{
{/if
}
}
data-id=
"{{id}}"
>
<span>
{
{name
}
}</span>
<i
class=
"right iconfont radio {{#if isSelected}}icon-cb-radio{{else}}icon-radio{{/if}}"
data-id=
"{{id}}"
></i>
<i
class=
"right iconfont radio {{#if isSelected}}icon-cb-radio{{else}}icon-radio{{/if}}"
></i>
</li>
{
{/each
}
}
</ul>
...
...
Please
register
or
login
to post a comment