@dcloudio/uni-app-x 0.7.9 → 0.7.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -109,7 +109,10 @@ export interface UniNativePage {
|
|
|
109
109
|
* 仅 iOS 支持 options 参数
|
|
110
110
|
* @internal
|
|
111
111
|
*/
|
|
112
|
-
startPullDownRefresh(options:
|
|
112
|
+
startPullDownRefresh(options: {
|
|
113
|
+
success: (res: any) => void
|
|
114
|
+
fail: (res: any) => void
|
|
115
|
+
}): void
|
|
113
116
|
/**
|
|
114
117
|
* 停止当前页面下拉刷新
|
|
115
118
|
*/
|