mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
36 lines
989 B
Plaintext
36 lines
989 B
Plaintext
<demo-block title="基础用法">
|
|
<van-goods-action custom-class="goods-action">
|
|
<van-goods-action-icon
|
|
icon="chat"
|
|
text="客服"
|
|
open-type="contact"
|
|
/>
|
|
<van-goods-action-icon
|
|
icon="cart"
|
|
text="购物车"
|
|
bind:click="onClickIcon"
|
|
/>
|
|
<van-goods-action-button
|
|
text="加入购物车"
|
|
type="warning"
|
|
bind:click="onClickButton"
|
|
/>
|
|
<van-goods-action-button
|
|
text="立即购买"
|
|
bind:click="onClickButton"
|
|
/>
|
|
</van-goods-action>
|
|
</demo-block>
|
|
|
|
<demo-block title="图标提示">
|
|
<van-goods-action custom-class="goods-action">
|
|
<van-goods-action-icon icon="chat" text="客服" />
|
|
<van-goods-action-icon icon="cart" text="购物车" info="5" />
|
|
<van-goods-action-icon icon="shop" text="店铺" />
|
|
<van-goods-action-button text="加入购物车" type="warning" />
|
|
<van-goods-action-button text="立即购买" />
|
|
</van-goods-action>
|
|
</demo-block>
|
|
|
|
<van-toast id="van-toast" />
|