更新记录
1.0.3(2024-09-28)
下载此版本
添加最小高度
1.0.2(2024-09-23)
下载此版本
修复选中和非选中状态下的大小不一致问题
1.0.1(2024-09-23)
下载此版本
价格增加数字类型
查看更多
平台兼容性
App |
快应用 |
微信小程序 |
支付宝小程序 |
百度小程序 |
字节小程序 |
QQ小程序 |
HBuilderX 3.1.0 app-vue |
× |
√ |
√ |
√ |
√ |
√ |
钉钉小程序 |
快手小程序 |
飞书小程序 |
京东小程序 |
√ |
× |
× |
× |
H5-Safari |
Android Browser |
微信浏览器(Android) |
QQ浏览器(Android) |
Chrome |
IE |
Edge |
Firefox |
PC-Safari |
√ |
√ |
√ |
√ |
√ |
× |
√ |
√ |
√ |
z-commodity-card
<view style="display: flex;overflow-y: scroll;width: 600rpx;padding: 30rpx;">
<z-commodity-card active duration="1个月" price="14" desc="物体移动时录像" buttonText="低至0.8元/天"></z-commodity-card>
<z-commodity-card showTag duration="6个月" price="18" desc="物体移动时录像" buttonText="低至0.8元/天"></z-commodity-card>
<z-commodity-card showTag tagText="其他优惠" duration="1年" price="18" desc="物体移动时录像" buttonText="低至0.8元/天"></z-commodity-card>
<z-commodity-card showTag tagText="其他优惠" duration="永久" price="18" desc="物体移动时录像" buttonText="低至0.8元/天"></z-commodity-card>
</view>
props
属性 |
说明 |
类型 |
默认值 |
active |
是否选中 |
Boolean |
false |
showTag |
是否显示左上角标签 |
Boolean |
false |
tagText |
标签文本 |
String |
'限时优惠' |
duration |
时长 |
String |
'' |
price |
价格 |
String |
'' |
desc |
描述 |
String |
'' |
buttonText |
按钮文字 |
String |
'' |