Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions wx.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ interface PageConstructor {
/**
* 页面相关事件处理函数--监听用户下拉动作
*/
onPullDownRefreash?: () => void;
onPullDownRefresh?: () => void;
/**
* 页面上拉触底事件的处理函数
*/
Expand Down Expand Up @@ -1623,4 +1623,4 @@ declare var wx: {
complete?: Function;
}): void;

}
}