Showing
1 changed file
with
25 additions
and
25 deletions
@@ -117,31 +117,6 @@ | @@ -117,31 +117,6 @@ | ||
117 | </div> | 117 | </div> |
118 | {{/if}} | 118 | {{/if}} |
119 | 119 | ||
120 | - {{#if offShelves}} | ||
121 | - <div class="mt20"> | ||
122 | - <div class="cart-table"> | ||
123 | - <ul class="table"> | ||
124 | - {{#offShelves}} | ||
125 | - {{> mix/cart/cart-item}} | ||
126 | - {{/offShelves}} | ||
127 | - </ul> | ||
128 | - </div> | ||
129 | - </div> | ||
130 | - {{/if}} | ||
131 | - | ||
132 | - <!-- --> | ||
133 | - {{#if soldOuts}} | ||
134 | - <div class="mt20"> | ||
135 | - <div class="cart-table"> | ||
136 | - <ul class="table"> | ||
137 | - {{#soldOuts}} | ||
138 | - {{> mix/cart/cart-item}} | ||
139 | - {{/soldOuts}} | ||
140 | - </ul> | ||
141 | - </div> | ||
142 | - </div> | ||
143 | - {{/if}} | ||
144 | - | ||
145 | <!--可选的加价购商品 --> | 120 | <!--可选的加价购商品 --> |
146 | <!--priceGifts--> | 121 | <!--priceGifts--> |
147 | <!--可选择的赠品--> | 122 | <!--可选择的赠品--> |
@@ -166,6 +141,31 @@ | @@ -166,6 +141,31 @@ | ||
166 | {{/promotionInfos}} | 141 | {{/promotionInfos}} |
167 | </div> | 142 | </div> |
168 | {{/if}} | 143 | {{/if}} |
144 | + | ||
145 | + {{#if offShelves}} | ||
146 | + <div class="mt20"> | ||
147 | + <div class="cart-table"> | ||
148 | + <ul class="table"> | ||
149 | + {{#offShelves}} | ||
150 | + {{> mix/cart/cart-item}} | ||
151 | + {{/offShelves}} | ||
152 | + </ul> | ||
153 | + </div> | ||
154 | + </div> | ||
155 | + {{/if}} | ||
156 | + | ||
157 | + <!-- --> | ||
158 | + {{#if soldOuts}} | ||
159 | + <div class="mt20"> | ||
160 | + <div class="cart-table"> | ||
161 | + <ul class="table"> | ||
162 | + {{#soldOuts}} | ||
163 | + {{> mix/cart/cart-item}} | ||
164 | + {{/soldOuts}} | ||
165 | + </ul> | ||
166 | + </div> | ||
167 | + </div> | ||
168 | + {{/if}} | ||
169 | </div> | 169 | </div> |
170 | {{/ordinaryCart}} | 170 | {{/ordinaryCart}} |
171 | 171 |
-
Please register or login to post a comment