# goods
# 示例
{
"wv-goods": "@wjh666/mp-w-vant-ui/goods/index"
}
<wv-goods
direction="block"
image=""
title="商品名称商品名称商品名称商品名称商品名称商品名称商品名称商品名称"
remarks="xxx购买"
price="¥100"
/>
<wv-goods
direction="row"
image=""
title="商品名称商品名称商品名称商品名称商品名称商品名称商品名称商品名称"
remarks="xxx购买"
price="¥100"
/>
# api
# props
参数 | 说明 | 类型 | 默认值 |
---|---|---|---|
direction | 块儿,行 | block / row | block |
image | 图片 | String | '' |
title | 文字 | String | '' |
price | 价格 | String | '' |
remarks | 备注 | String | '' |
# event
参数 | 说明 |
---|
← WVPage