From 19c9cb6ba910a2d4e769af4ff614b9b8581a54dd Mon Sep 17 00:00:00 2001 From: devil_gong Date: Tue, 25 Dec 2018 16:30:57 +0800 Subject: [PATCH] debug --- .../index/view/default/cart/Index.html | 152 ------------------ 1 file changed, 152 deletions(-) delete mode 100755 application/index/view/default/cart/Index.html diff --git a/application/index/view/default/cart/Index.html b/application/index/view/default/cart/Index.html deleted file mode 100755 index f5662ea1e..000000000 --- a/application/index/view/default/cart/Index.html +++ /dev/null @@ -1,152 +0,0 @@ -{{include file="public/header" /}} - - -{{include file="public/nav" /}} - - - -{{include file="public/header_top_nav" /}} - - -{{include file="public/nav_search" /}} - - -{{include file="public/header_nav" /}} - - -{{include file="public/goods_category" /}} - - -
- {{if !empty($cart_list)}} - - - - - - - - - - - - - {{foreach $cart_list as $goods}} - - - - - - - - {{/foreach}} - -
商品信息单价数量金额操作
- -
- - - -
- {{$goods.title}} - {{if !empty($goods.spec)}} -
    - {{foreach $goods.spec as $spec}} -
  • {{$spec.type}}:{{$spec.value}}
  • - {{/foreach}} -
- {{/if}} -
-
-
- {{if $goods['original_price'] gt 0}} - ¥{{$goods.original_price}} - {{/if}} - ¥{{$goods.price}} - x{{$goods.stock}} -
-
- {{if $goods['original_price'] gt 0}} -

¥{{$goods.original_price}}

- {{/if}} -

¥{{$goods.price}}

-
-
- - - - + -
- {{if $goods['is_shelves'] neq 1}} -

商品已下架

- {{/if}} - {{if $goods['is_delete_time'] neq 0}} -

商品已作废

- {{/if}} -
- ¥{{$goods.total_price}} - - 删除 -
- - -
- - -
- {{/if}} - {{if empty($cart_list)}} -
- -
-

您的购物车还是空的,您可以

- -
-
- {{/if}} -
- - -{{include file="public/footer" /}} - - - \ No newline at end of file -- GitLab