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
ccbikai
2015-11-17 14:35:07 +0800
Commit
e5573a583063e78c1e380637bbf88783f2f54c26
1 parent
55fae26e
修改地址 JS
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
110 additions
and
0 deletions
template/m.yohobuy.com/actions/index/home/online-service-detail.phtml
template/m.yohobuy.com/actions/index/home/online-service.phtml
template/m.yohobuy.com/partials/me/address/address-list.phtml
template/m.yohobuy.com/partials/me/address/edit-address.phtml
template/m.yohobuy.com/actions/index/home/online-service-detail.phtml
0 → 100644
View file @
e5573a5
{
{>
layout/header
}
}
<div
class=
"online-service-detail-page yoho-page"
>
<div
class=
"qa-list"
>
{
{#
list
}
}
<div
class=
"question-item"
>
<div
class=
"question"
>Q:
{
{q
}
}</div>
<div
class=
"answer"
>
{
{a
}
}</div>
</div>
{
{/
list
}
}
</div>
</div>
{
{>
layout/footer
}
}
\ No newline at end of file
...
...
template/m.yohobuy.com/actions/index/home/online-service.phtml
0 → 100644
View file @
e5573a5
{
{>
layout/header
}
}
<div
class=
"online-service-page yoho-page"
>
{
{#
service
}
}
<div
class=
"question"
>
<div
class=
"question-title"
>问题查询</div>
<div
class=
"question-tab"
>
{
{#tab
}
}
<span
class=
"tab-item {{#current}}current{{/current}}"
data-tab=
"{{tabid}}"
>
{
{tabname
}
}</span>
{
{#iscut
}
}<span
class=
"line"
></span>
{
{/iscut
}
}
{
{/tab
}
}
</div>
{
{#question
}
}
<ul
class=
"question-list {{#current}}current{{/current}}"
data-tab-name=
"{{name}}"
>
{
{#list
}
}
<li
class=
"question-item"
>
<a
href=
"{{link}}"
title=
"{{title}}"
>
{
{title
}
}
<span
class=
"iconfont icon-yoho-enter"
>
604
;</span>
</a>
</li>
{
{/list
}
}
</ul>
{
{/question
}
}
</div>
{
{/
service
}
}
<div
class=
"connect-info"
>
<div
class=
"connect-item connect-online"
>
<a
href=
"http://chat80.live800.com/live800/chatClient/chatbox.jsp?companyID=493979&configID=123576&jid=9277320930"
target=
"_blank"
title=
"在线客服"
>
<span
class=
"icon iconfont icon-chat"
>
63
c;</span>
在线客服
<span
class=
"iconfont icon-yoho-enter"
>
604
;</span>
</a>
</div>
<div
class=
"connect-item connect-tel"
>
<a
href=
"tel:400-889-9649"
title=
"电话客服"
>
<span
class=
"icon iconfont icon-tel"
>
63
e;</span>
电话客服
<p>
400-889-9649
09
:
00
-
22
:
30
(周一至周日)
</p>
</a>
</div>
</div>
</div>
{
{>
layout/footer
}
}
\ No newline at end of file
...
...
template/m.yohobuy.com/partials/me/address/address-list.phtml
0 → 100644
View file @
e5573a5
<div class="my-address-list-page hide">
{{# addressList}}
<ul class="address-list">
<li class="address">
{{caption}}
<span class="iconfont"></span>
<ul>
{{# sub}}
<li class="address">
{{caption}}
<ul class="address-list">
{{# sub}}
<li class="address-last" data-id="{{code}}">
{{caption}}, {{code}}
</li>
{{/ sub}}
</ul>
</li>
{{/ sub}}
</ul>
</li>
</ul>
{{/ addressList}}
</div>
\ No newline at end of file
...
...
template/m.yohobuy.com/partials/me/address/edit-address.phtml
0 → 100644
View file @
e5573a5
<div class="my-edit-address-page hide">
<form class="edit-address">
<input type="hidden" name="id" value="">
<label class="username">
收件人
<input type="text" name="consignee" value="">
</label>
<label class="mobile">
手机号码
<input type="text" name="mobile" value="">
</label>
<label class="area">
省市区
<input type="hidden" name="area_code" value="">
<input type="text" name="area" value="">
<span class="iconfont"></span>
</label>
<label class="address">
详细地址
<textarea name="address"></textarea>
</label>
</form>
<div class="submit">
确认
</div>
</div>
\ No newline at end of file
...
...
Please
register
or
login
to post a comment