微信小程序評分組件
發表時(shí)間:2022-9-14
發布人(rén):融晨科技
浏覽次數:105
multiple-rate-wxapp
微信小程序評分組件 wxapp multiple rate component
下載
git clone https://github.com/simsir-lin/multiple-rate-wxapp.git
預覽
打開微信web開發者工具,'本地(dì / de)小程序項目 - 添加項目',項目目錄選擇爲(wéi / wèi) multiple-rate-wxapp 的(de)目錄就(jiù)可以(yǐ)了(le/liǎo),添加項目後就(jiù)可以(yǐ)進行組件源碼的(de)查看和(hé / huò)預覽demo了(le/liǎo)。
使用
将 multiple-rate-wxapp 目錄下的(de)components文件夾下的(de)
multiple-rate
拷貝到(dào)你的(de)小程序目錄下在(zài)你要(yào / yāo)使用的(de)頁面的(de)json文件中引入組件,如:index頁面的(de)index.json
{
"navigationBarTitleText": "首頁",
"usingComponents": {
"multiple-rate": "你的(de)目錄/multiple-rate/multiple-rate"
}
}
- 在(zài)wxml中即可使用組件
<multiple-rate rate="4" disabled="true"></multiple-rate>
- 如看不(bù)明白請直接參考項目實例(/pages/index/index)
注意
- 微信小程序基礎庫版本至少爲(wéi / wèi)1.6.4
貢獻
如果你有好的(de)意見或建議,歡迎給我提issue!