wechat-miniprogram-rate-plugin
微信小程序可高定制评分组件:glowing_star:
没找到合适的就自己做一个了,可换icon使用svg
大小颜色都可以随便调,满足一切需求
下载
git clone https://github.com/callmesoul/wechat-miniprogram-rate-plugin.git
使用
安装
npm install --save wechat-miniprogram-rate-plugin
构建npm
微信开发者工具 -》 工具 -》 构建npm
在你的页面json中添加
{
"usingComponents": {
"rate": "wechat-miniprogram-rate-plugin"
}
}
在wxml中即可使用组件
<rate></rate>
Props
// 分值 一个图标1分 半个0.5分
v
评论0
最新资源