Sha256: 0e3b994cd31a0687de8672006c451c3e13e3a776f50f490169e099515f7f7116
Contents?: true
Size: 432 Bytes
Versions: 2
Compression:
Stored size: 432 Bytes
Contents
{{#with cartItem}} <td>{{ name }}</td> <td class="price">¥{{ price }}</td> <td class="quantity"> {{#if hasParent }} {{ quantity }} {{else}} <a href="#" {{ action "decrease" }}>-</a> <span> {{ quantity }} </span> <a href="#" {{ action "increase" }}>+</a> {{/if}} </td> <td class="subtotal">¥{{ subtotal }}</td> <td><a href="#" {{ action "deleteRecord" }}>删除</a></td> {{/with}}
Version data entries
2 entries across 2 versions & 1 rubygems