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
毕凯
9 years ago
Commit
15abf3e1de19d50059e1e26ecb82b8f892fd3a6f
1 parent
e8e319d0
发票选项修改
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
framework
template/m.yohobuy.com/actions/index/shoppingCart/order-ensure.phtml
yohobuy/m.yohobuy.com/application/controllers/ShoppingCart.php
framework
@
75bbc3b0
Subproject commit
e9d066dd88a8e7e37103021c427a205a5cfcdcec
Subproject commit
75bbc3b075de19f239532f60c5995d06c5f814e2
...
...
template/m.yohobuy.com/actions/index/shoppingCart/order-ensure.phtml
View file @
15abf3e
...
...
@@ -78,7 +78,7 @@
</li>
{
{/
yohoCoin
}
}
{
{#
invoice
}
}
{
{#
if
invoice
}
}
<li
class=
"invoice"
>
<span
class=
"title"
>发票</span>
<span
class=
"iconfont checkbox icon-checkbox"
></span>
...
...
@@ -87,13 +87,14 @@
<label>
发票类型
<select
class=
"invoice-type"
name=
"invoice-type"
>
<option
value
=
"A"
>服装</option>
<option
value
=
"B"
>图书</option>
{
{#
invoice
}
}
<option
value=
"{{id}}"
>
{
{name
}
}</option>
{
{/
invoice
}
}
</select>
</label>
</form>
</li>
{
{/
invoice
}
}
{
{/
if
}
}
</ul>
<ul
class=
"total"
>
...
...
yohobuy/m.yohobuy.com/application/controllers/ShoppingCart.php
View file @
15abf3e
...
...
@@ -155,7 +155,6 @@ class ShoppingCartController extends AbstractAction
'orderEnsure'
=>
CartModel
::
cartPay
(
$uid
,
$cartType
)
);
$this
->
_view
->
display
(
'order-ensure'
,
$data
);
}
...
...
Please
register
or
login
to post a comment