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
uedxwg
9 years ago
Commit
61c59617dfe49a492293090b2d538657784e04a6
1 parent
8f72d0d0
帮助中心,修改 @ 赵彪
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
24 additions
and
4 deletions
template/m.yohobuy.com/actions/index/home/currency.phtml
template/m.yohobuy.com/actions/index/home/helpDetail.phtml
yohobuy/m.yohobuy.com/application/controllers/Home.php
template/m.yohobuy.com/actions/index/home/currency.phtml
View file @
61c5961
...
...
@@ -3,9 +3,30 @@
{
{#
yohoCoin
}
}
<p
class=
"coin-num"
>
<em>
{
{coinNum
}
}</em>
<span>个YOHO币</span>
YOHO币
</p>
<div
class=
"check"
><a
href=
""
>查看明细</a></div>
<section>
<p
class=
"title"
>YOHO币</p>
<hr>
<p>
<span
class=
"sub-title"
>YOHO币是什么,有什么用?</span>
YOHO币是有货商城的虚拟货币,与现金比例
1
:
1
,没有任何使用期限,YOHO币可直接用于有货线上购物使用,不可转让他人,不可兑换为现金。使用YOHO币支付的金额不可计入消费金额。
</p>
<p>
<span
class=
"sub-title"
>如何查看自己的YOHO币?</span>
<span
class=
"path"
>登录
>
个人中心
>
我的YOHO币</span>
</p>
<p>
<span
class=
"sub-title"
>YOHO币如何购买支付?</span>
在购买支付页面输入您要使用的YOHO币金额即可完成支付
<div
class=
"remark"
>
<span>※
</span>
如果超过了我们约定的期限的非正常退货,我们将会于您的退款金额中直接扣除赠送YOHO币等值的金额。赠送给您的YOHO币还将保留在您的账户中,敬请谅解。
</div>
</p>
</section>
{
{/
yohoCoin
}
}
</div>
{
{>
layout/footer
}
}
\ No newline at end of file
...
...
template/m.yohobuy.com/actions/index/home/helpDetail.phtml
View file @
61c5961
{
{>
layout/header
}
}
{
{
iHelp
}
}
{
{>
layout/footer
}
}
\ No newline at end of file
...
...
yohobuy/m.yohobuy.com/application/controllers/Home.php
View file @
61c5961
...
...
@@ -895,7 +895,6 @@ class HomeController extends AbstractAction
$data
=
array
(
'iHelp'
=>
$service
,
);
print_r
(
$service
);
$this
->
_view
->
display
(
'helpDetail'
,
$data
);
}
}
...
...
Please
register
or
login
to post a comment