Skip to content

Commit

Permalink
Vant组件
Browse files Browse the repository at this point in the history
  • Loading branch information
Mynameisfwk committed Mar 25, 2021
1 parent 1b3f798 commit a011975
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pages/detail/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,9 @@
<van-goods-action>
<van-goods-action-icon icon="chat-o" text="客服" dot />
<van-goods-action-icon icon="cart-o" text="购物车" :badge="$store.state.cart.carts.length" />
<van-goods-action-icon icon="star-o" size="2rem" @click="addCollection(list)" text="收藏" />
<van-goods-action-button type="warning" @click="addCart(list)" text="加入购物车" />
<van-goods-action-button type="danger" @click="jumpPay(list)" text="立即购买" />
<van-goods-action-icon icon="star-o" text="收藏" @click="addCollection(list)" />
<van-goods-action-button type="warning" text="加入购物车" @click="addCart(list)"/>
<van-goods-action-button type="danger" text="立即购买" @click="jumpPay(list)" />
</van-goods-action>
</li>
</ul>
Expand Down

0 comments on commit a011975

Please sign in to comment.