multiple-rate-wxapp微信小程序評分組件 wxapp multiple rate component git clone https://github.com/simsir-lin/multiple-rate-wxapp.git 預覽 打開微信web開發(fā)者工具,'本地小程序項目 - 添加項目',項目目錄選擇為 multiple-rate-wxapp 的目錄就可以了,添加項目后就可以進行組件源碼的查看和預覽demo了。使用
{
"navigationBarTitleText": "首頁",
"usingComponents": {
"multiple-rate": "你的目錄/multiple-rate/multiple-rate"
}
}
<multiple-rate rate="4" disabled="true"></multiple-rate>
如果你有好的意見或建議,歡迎給我提issue! |