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
Plain Diff
Browse Files
Authored by
xuqi
9 years ago
Commit
6a4648e6c200f458e54793d022c5a4b28994a7ff
2 parents
aa1068b9
df534f81
Merge branch 'hotfix/pay'
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
17 deletions
template/www.yohobuy.com/actions/shopping/pay/index.phtml
template/www.yohobuy.com/actions/shopping/pay/index.phtml
View file @
6a4648e
...
...
@@ -28,34 +28,28 @@
<div
id=
"tab-box"
>
<ul
class=
"tabs"
id=
"tabs"
>
<li
class=
"thistab"
><a
href=
"#"
tab=
"tab1"
>支付宝等平台</a></li>
<
!--li><a
href=
"#"
tab=
"tab2"
>使用银行卡</a></li--
>
<
li><a
href=
"#"
tab=
"tab2"
>使用银行卡</a></li
>
</ul>
<ul
class=
"tab-conbox"
>
<li
id=
"tab1"
class=
"tab-con"
>
<div
class=
"count"
>
<div
class=
"mode"
data-id=
"2"
data-value=
"2_platform"
>
<div
id=
"2"
></div>
<img
src=
"http://static.yohobuy.com/images/pay/icon/zhifubao.png"
alt=
"支付宝"
id=
"2_platform"
>
</div>
<div
class=
"mode"
data-id=
"25"
data-value=
"25_platform"
>
<div
id=
"25"
></div>
<img
src=
"http://static.yohobuy.com/images/pay/icon/zaixianzhifu.png"
alt=
"银联在线支付"
id=
"25_platform"
>
</div>
<div
class=
"mode"
data-id=
"21"
data-value=
"21_platform"
>
<div
id=
"21"
></div>
<img
src=
"http://static.yohobuy.com/images/pay/icon/weixinzhifu.png"
alt=
"微信扫码支付"
id=
"21_platform"
>
</div>
{
{#each
list
}
}
<div
class=
"mode"
data-id=
"{{dataId}}"
data-value=
"{{dataVal}}"
>
<div
id=
"{{idNum}}"
></div>
<img
src=
"{{ico}}"
alt=
"{{name}}"
id=
"{{imgId}}"
>
</div>
{
{/each
}
}
</div>
</li>
<li
id=
"tab2"
class=
"tab-con"
style=
"display:none;"
>
<div
class=
"count"
>
{
{#
each
entry
}
}
<div
class=
"mode"
data-id=
"{{dataId}}"
data-value=
"{{dataVal}}"
>
<div
id=
"{{idNum}}"
></div>
<img
src=
"{{ico}}"
alt=
"{{name}}"
id=
"{{imgId}}"
>
</div>
<div
class=
"mode"
data-id=
"{{dataId}}"
data-value=
"{{dataVal}}"
>
<div
id=
"{{idNum}}"
></div>
<img
src=
"{{ico}}"
alt=
"{{name}}"
id=
"{{imgId}}"
>
</div>
{
{/each
}
}
</div>
</li>
...
...
Please
register
or
login
to post a comment