Commit 04246c5e by dhn

mini购物车显示商品属性

parent f1d29e5e
...@@ -31,11 +31,8 @@ ...@@ -31,11 +31,8 @@
<!-- /ko --> <!-- /ko -->
</strong> </strong>
<!-- ko if: options.length --> <!-- ko if: options.length -->
<div class="product options" data-mage-init='{"collapsible":{"openedState": "active", "saveState": false}}'> <div class="product options">
<span data-role="title" class="toggle"><!-- ko i18n: 'See Details' --><!-- /ko --></span>
<div data-role="content" class="content"> <div data-role="content" class="content">
<strong class="subtitle"><!-- ko i18n: 'Options Details' --><!-- /ko --></strong>
<dl class="product options list"> <dl class="product options list">
<!-- ko foreach: { data: options, as: 'option' } --> <!-- ko foreach: { data: options, as: 'option' } -->
<dt class="label"><!-- ko text: option.label --><!-- /ko --></dt> <dt class="label"><!-- ko text: option.label --><!-- /ko --></dt>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment