@dcloudio/uni-app-x 0.7.39 → 0.7.41
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 +9 -7
- package/types/UniPage.d.ts +168 -22
- package/types/app.d.ts +178 -174
- package/types/native/CSSStyleDeclaration.d.ts +16 -2
- package/types/native/DOMRect.d.ts +430 -10
- package/types/native/DrawableContext.d.ts +1137 -45
- package/types/native/IUniElement.d.ts +1875 -93
- package/types/native/UniNativePage.d.ts +94 -0
- package/types/native/UniResizeObserver.d.ts +215 -5
- package/types/native/UniSafeArea.d.ts +185 -0
- package/types/native/UniVideoElement.d.ts +432 -0
- package/types/native/global.d.ts +7 -0
- package/types/native/index.d.ts +1 -0
- package/types/uni/uni-map-tencent-map.d.ts +12 -8
- package/types/uni/uts-plugin-api/global.d.ts +62 -61
- package/types/uni/uts-plugin-api/index.d.ts +62 -61
- package/types/uni/uts-plugin-api/lib/uni-actionSheet/utssdk/global.d.ts +22 -0
- package/types/uni/uts-plugin-api/lib/uni-actionSheet/utssdk/index.d.ts +10 -0
- package/types/uni/uts-plugin-api/lib/uni-actionSheet/utssdk/interface.d.ts +278 -0
- package/types/uni/uts-plugin-api/lib/uni-addPhoneContact/utssdk/interface.d.ts +1600 -59
- package/types/uni/uts-plugin-api/lib/uni-arrayBufferToBase64/utssdk/interface.d.ts +64 -63
- package/types/uni/uts-plugin-api/lib/uni-authentication/utssdk/global.d.ts +0 -2
- package/types/uni/uts-plugin-api/lib/uni-authentication/utssdk/index.d.ts +0 -1
- package/types/uni/uts-plugin-api/lib/uni-authentication/utssdk/interface.d.ts +1150 -186
- package/types/uni/uts-plugin-api/lib/uni-base64ToArrayBuffer/utssdk/interface.d.ts +64 -63
- package/types/uni/uts-plugin-api/lib/uni-canvas/utssdk/interface.d.ts +550 -550
- package/types/uni/uts-plugin-api/lib/uni-chooseLocation/utssdk/interface.d.ts +69 -72
- package/types/uni/uts-plugin-api/lib/uni-clipboard/utssdk/interface.d.ts +533 -135
- package/types/uni/uts-plugin-api/lib/uni-createInnerAudioContext/utssdk/interface.d.ts +1508 -77
- package/types/uni/uts-plugin-api/lib/uni-createIntersectionObserver/utssdk/interface.d.ts +423 -63
- package/types/uni/uts-plugin-api/lib/uni-createSelectorQuery/utssdk/interface.d.ts +284 -63
- package/types/uni/uts-plugin-api/lib/uni-dialogPage/utssdk/interface.d.ts +2 -9
- package/types/uni/uts-plugin-api/lib/uni-event/utssdk/interface.d.ts +1 -1
- package/types/uni/uts-plugin-api/lib/uni-file/utssdk/global.d.ts +62 -62
- package/types/uni/uts-plugin-api/lib/uni-file/utssdk/index.d.ts +31 -31
- package/types/uni/uts-plugin-api/lib/uni-file/utssdk/interface.d.ts +57 -57
- package/types/uni/uts-plugin-api/lib/uni-fileSystemManager/utssdk/interface.d.ts +312 -110
- package/types/uni/uts-plugin-api/lib/uni-getAppAuthorizeSetting/utssdk/interface.d.ts +62 -62
- package/types/uni/uts-plugin-api/lib/uni-getAppBaseInfo/utssdk/interface.d.ts +472 -72
- package/types/uni/uts-plugin-api/lib/uni-getBackgroundAudioManager/utssdk/interface.d.ts +126 -78
- package/types/uni/uts-plugin-api/lib/uni-getDeviceInfo/utssdk/interface.d.ts +317 -66
- package/types/uni/uts-plugin-api/lib/uni-getEnterOptionsSync/utssdk/interface.d.ts +570 -63
- package/types/uni/uts-plugin-api/lib/uni-getLaunchOptionsSync/utssdk/interface.d.ts +570 -63
- package/types/uni/uts-plugin-api/lib/uni-getLocation/utssdk/interface.d.ts +110 -66
- package/types/uni/uts-plugin-api/lib/uni-getNetworkType/utssdk/interface.d.ts +595 -177
- package/types/uni/uts-plugin-api/lib/uni-getPerformance/utssdk/interface.d.ts +284 -63
- package/types/uni/uts-plugin-api/lib/uni-getRecorderManager/utssdk/interface.d.ts +45 -1
- package/types/uni/uts-plugin-api/lib/uni-getSystemInfo/utssdk/interface.d.ts +1387 -182
- package/types/uni/uts-plugin-api/lib/uni-getSystemSetting/utssdk/interface.d.ts +67 -67
- package/types/uni/uts-plugin-api/lib/uni-keyboard/utssdk/interface.d.ts +318 -53
- package/types/uni/uts-plugin-api/lib/uni-loadFontFace/utssdk/interface.d.ts +162 -63
- package/types/uni/uts-plugin-api/lib/uni-makePhoneCall/utssdk/interface.d.ts +241 -64
- package/types/uni/uts-plugin-api/lib/uni-media/utssdk/global.d.ts +6 -0
- package/types/uni/uts-plugin-api/lib/uni-media/utssdk/index.d.ts +3 -0
- package/types/uni/uts-plugin-api/lib/uni-media/utssdk/interface.d.ts +4089 -659
- package/types/uni/uts-plugin-api/lib/uni-navigationBar/utssdk/interface.d.ts +460 -252
- package/types/uni/uts-plugin-api/lib/uni-network/utssdk/interface.d.ts +2345 -213
- package/types/uni/uts-plugin-api/lib/uni-oauth/utssdk/interface.d.ts +1205 -149
- package/types/uni/uts-plugin-api/lib/uni-openAppAuthorizeSetting/utssdk/interface.d.ts +339 -33
- package/types/uni/uts-plugin-api/lib/uni-openDocument/utssdk/interface.d.ts +457 -53
- package/types/uni/uts-plugin-api/lib/uni-pageScrollTo/utssdk/interface.d.ts +328 -63
- package/types/uni/uts-plugin-api/lib/uni-payment/utssdk/interface.d.ts +317 -66
- package/types/uni/uts-plugin-api/lib/uni-privacy/utssdk/interface.d.ts +120 -71
- package/types/uni/uts-plugin-api/lib/uni-prompt/utssdk/interface.d.ts +2157 -437
- package/types/uni/uts-plugin-api/lib/uni-pullDownRefresh/utssdk/interface.d.ts +260 -126
- package/types/uni/uts-plugin-api/lib/uni-route/utssdk/interface.d.ts +467 -315
- package/types/uni/uts-plugin-api/lib/uni-scanCode/utssdk/interface.d.ts +553 -53
- package/types/uni/uts-plugin-api/lib/uni-storage/utssdk/interface.d.ts +1608 -630
- package/types/uni/uts-plugin-api/lib/uni-tabBar/utssdk/interface.d.ts +2492 -504
- package/types/uni/uts-plugin-api/lib/uni-theme/utssdk/interface.d.ts +176 -130
- package/types/uni/uts-plugin-api/lib/uni-virtualPayment/utssdk/interface.d.ts +704 -58
- package/types/uni/uts-plugin-api/lib/uni-websocket/utssdk/interface.d.ts +1230 -454
- package/types/uni/uts-plugin-biz/global.d.ts +6 -5
- package/types/uni/uts-plugin-biz/index.d.ts +6 -5
- package/types/uni/uts-plugin-biz/lib/uni-ad/utssdk/interface.d.ts +406 -123
- package/types/uni/uts-plugin-biz/lib/uni-crash/utssdk/global.d.ts +4 -0
- package/types/uni/uts-plugin-biz/lib/uni-crash/utssdk/index.d.ts +2 -0
- package/types/uni/uts-plugin-biz/lib/uni-crash/utssdk/interface.d.ts +60 -47
- package/types/uni/uts-plugin-biz/lib/uni-map-tencent/utssdk/interface.d.ts +71 -71
- package/types/uni/uts-plugin-biz/lib/uni-push/utssdk/interface.d.ts +3 -3
- package/types/uni/uts-plugin-biz/lib/uni-secure-network/utssdk/global.d.ts +24 -0
- package/types/uni/uts-plugin-biz/lib/uni-secure-network/utssdk/index.d.ts +11 -0
- package/types/uni/uts-plugin-biz/lib/uni-secure-network/utssdk/interface.d.ts +204 -0
- package/types/uni/uts-plugin-biz/lib/uni-verify/utssdk/global.d.ts +42 -38
- package/types/uni/uts-plugin-biz/lib/uni-verify/utssdk/index.d.ts +21 -19
- package/types/uni/uts-plugin-biz/lib/uni-verify/utssdk/interface.d.ts +502 -255
- package/types/uni/uts-plugin-biz/lib/uni-video/utssdk/global.d.ts +64 -0
- package/types/uni/uts-plugin-biz/lib/uni-video/utssdk/index.d.ts +31 -0
- package/types/uni/uts-plugin-biz/lib/uni-video/utssdk/interface.d.ts +900 -0
- package/types/uni/uts-plugin-component/lib/uni-video/utssdk/interface.d.ts +48 -48
- package/types/uni/uts-plugin-extend/global.d.ts +0 -4
- package/types/uni/uts-plugin-extend/index.d.ts +0 -4
- package/types/uni/uts-plugin-extend/lib/uni-accelerometer/utssdk/interface.d.ts +825 -273
- package/types/uni/uts-plugin-extend/lib/uni-canvas/utssdk/interface.d.ts +4399 -339
- package/types/uni/uts-plugin-extend/lib/uni-compass/utssdk/interface.d.ts +1000 -268
- package/types/uni/uts-plugin-extend/lib/uni-createMediaQueryObserver/utssdk/interface.d.ts +1 -1
- package/types/uni/uts-plugin-extend/lib/uni-locale/utssdk/interface.d.ts +3 -3
- package/types/uni/uts-plugin-extend/lib/uni-localeChange/utssdk/interface.d.ts +1495 -384
- package/types/uni/uts-plugin-extend/lib/uni-memory/utssdk/interface.d.ts +222 -132
- package/types/uni/uts-plugin-extend/lib/uni-openLocation/utssdk/interface.d.ts +923 -67
- package/types/uni/uts-plugin-extend/lib/uni-preloadPage/utssdk/interface.d.ts +2 -2
- package/types/uni/uts-plugin-extend/lib/uni-getBackgroundAudioManager/utssdk/global.d.ts +0 -7
- package/types/uni/uts-plugin-extend/lib/uni-getBackgroundAudioManager/utssdk/index.d.ts +0 -1
- package/types/uni/uts-plugin-extend/lib/uni-getBackgroundAudioManager/utssdk/interface.d.ts +0 -716
|
@@ -18,10 +18,98 @@ export type PageScrollToCompleteCallback = (
|
|
|
18
18
|
export type PageScrollToOptions = {
|
|
19
19
|
/**
|
|
20
20
|
* 滚动到页面的目标位置
|
|
21
|
+
* @uniPlatform {
|
|
22
|
+
* "mp": {
|
|
23
|
+
* "weixin": {
|
|
24
|
+
* "hostVer": "√",
|
|
25
|
+
* "uniVer": "√",
|
|
26
|
+
* "unixVer": "4.41"
|
|
27
|
+
* },
|
|
28
|
+
* "alipay": {
|
|
29
|
+
* "hostVer": "-",
|
|
30
|
+
* "uniVer": "-",
|
|
31
|
+
* "unixVer": "-"
|
|
32
|
+
* },
|
|
33
|
+
* "baidu": {
|
|
34
|
+
* "hostVer": "-",
|
|
35
|
+
* "uniVer": "-",
|
|
36
|
+
* "unixVer": "-"
|
|
37
|
+
* },
|
|
38
|
+
* "toutiao": {
|
|
39
|
+
* "hostVer": "-",
|
|
40
|
+
* "uniVer": "-",
|
|
41
|
+
* "unixVer": "-"
|
|
42
|
+
* },
|
|
43
|
+
* "lark": {
|
|
44
|
+
* "hostVer": "-",
|
|
45
|
+
* "uniVer": "-",
|
|
46
|
+
* "unixVer": "-"
|
|
47
|
+
* },
|
|
48
|
+
* "qq": {
|
|
49
|
+
* "hostVer": "-",
|
|
50
|
+
* "uniVer": "-",
|
|
51
|
+
* "unixVer": "-"
|
|
52
|
+
* },
|
|
53
|
+
* "kuaishou": {
|
|
54
|
+
* "hostVer": "-",
|
|
55
|
+
* "uniVer": "-",
|
|
56
|
+
* "unixVer": "-"
|
|
57
|
+
* },
|
|
58
|
+
* "jd": {
|
|
59
|
+
* "hostVer": "-",
|
|
60
|
+
* "uniVer": "-",
|
|
61
|
+
* "unixVer": "-"
|
|
62
|
+
* }
|
|
63
|
+
* }
|
|
64
|
+
* }
|
|
21
65
|
*/
|
|
22
66
|
scrollTop?: number | null
|
|
23
67
|
/**
|
|
24
68
|
* 选择器
|
|
69
|
+
* @uniPlatform {
|
|
70
|
+
* "mp": {
|
|
71
|
+
* "weixin": {
|
|
72
|
+
* "hostVer": "√",
|
|
73
|
+
* "uniVer": "√",
|
|
74
|
+
* "unixVer": "4.41"
|
|
75
|
+
* },
|
|
76
|
+
* "alipay": {
|
|
77
|
+
* "hostVer": "-",
|
|
78
|
+
* "uniVer": "-",
|
|
79
|
+
* "unixVer": "-"
|
|
80
|
+
* },
|
|
81
|
+
* "baidu": {
|
|
82
|
+
* "hostVer": "-",
|
|
83
|
+
* "uniVer": "-",
|
|
84
|
+
* "unixVer": "-"
|
|
85
|
+
* },
|
|
86
|
+
* "toutiao": {
|
|
87
|
+
* "hostVer": "-",
|
|
88
|
+
* "uniVer": "-",
|
|
89
|
+
* "unixVer": "-"
|
|
90
|
+
* },
|
|
91
|
+
* "lark": {
|
|
92
|
+
* "hostVer": "-",
|
|
93
|
+
* "uniVer": "-",
|
|
94
|
+
* "unixVer": "-"
|
|
95
|
+
* },
|
|
96
|
+
* "qq": {
|
|
97
|
+
* "hostVer": "-",
|
|
98
|
+
* "uniVer": "-",
|
|
99
|
+
* "unixVer": "-"
|
|
100
|
+
* },
|
|
101
|
+
* "kuaishou": {
|
|
102
|
+
* "hostVer": "-",
|
|
103
|
+
* "uniVer": "-",
|
|
104
|
+
* "unixVer": "-"
|
|
105
|
+
* },
|
|
106
|
+
* "jd": {
|
|
107
|
+
* "hostVer": "-",
|
|
108
|
+
* "uniVer": "-",
|
|
109
|
+
* "unixVer": "-"
|
|
110
|
+
* }
|
|
111
|
+
* }
|
|
112
|
+
* }
|
|
25
113
|
*/
|
|
26
114
|
selector?: string | null
|
|
27
115
|
/**
|
|
@@ -60,18 +148,194 @@ export type PageScrollToOptions = {
|
|
|
60
148
|
offsetTop?: number | null
|
|
61
149
|
/**
|
|
62
150
|
* 滚动动画的时长
|
|
151
|
+
* @uniPlatform {
|
|
152
|
+
* "mp": {
|
|
153
|
+
* "weixin": {
|
|
154
|
+
* "hostVer": "√",
|
|
155
|
+
* "uniVer": "√",
|
|
156
|
+
* "unixVer": "4.41"
|
|
157
|
+
* },
|
|
158
|
+
* "alipay": {
|
|
159
|
+
* "hostVer": "-",
|
|
160
|
+
* "uniVer": "-",
|
|
161
|
+
* "unixVer": "-"
|
|
162
|
+
* },
|
|
163
|
+
* "baidu": {
|
|
164
|
+
* "hostVer": "-",
|
|
165
|
+
* "uniVer": "-",
|
|
166
|
+
* "unixVer": "-"
|
|
167
|
+
* },
|
|
168
|
+
* "toutiao": {
|
|
169
|
+
* "hostVer": "-",
|
|
170
|
+
* "uniVer": "-",
|
|
171
|
+
* "unixVer": "-"
|
|
172
|
+
* },
|
|
173
|
+
* "lark": {
|
|
174
|
+
* "hostVer": "-",
|
|
175
|
+
* "uniVer": "-",
|
|
176
|
+
* "unixVer": "-"
|
|
177
|
+
* },
|
|
178
|
+
* "qq": {
|
|
179
|
+
* "hostVer": "-",
|
|
180
|
+
* "uniVer": "-",
|
|
181
|
+
* "unixVer": "-"
|
|
182
|
+
* },
|
|
183
|
+
* "kuaishou": {
|
|
184
|
+
* "hostVer": "-",
|
|
185
|
+
* "uniVer": "-",
|
|
186
|
+
* "unixVer": "-"
|
|
187
|
+
* },
|
|
188
|
+
* "jd": {
|
|
189
|
+
* "hostVer": "-",
|
|
190
|
+
* "uniVer": "-",
|
|
191
|
+
* "unixVer": "-"
|
|
192
|
+
* }
|
|
193
|
+
* }
|
|
194
|
+
* }
|
|
63
195
|
*/
|
|
64
196
|
duration?: number | null
|
|
65
197
|
/**
|
|
66
198
|
* 接口调用成功的回调函数
|
|
199
|
+
* @uniPlatform {
|
|
200
|
+
* "mp": {
|
|
201
|
+
* "weixin": {
|
|
202
|
+
* "hostVer": "√",
|
|
203
|
+
* "uniVer": "√",
|
|
204
|
+
* "unixVer": "4.41"
|
|
205
|
+
* },
|
|
206
|
+
* "alipay": {
|
|
207
|
+
* "hostVer": "-",
|
|
208
|
+
* "uniVer": "-",
|
|
209
|
+
* "unixVer": "-"
|
|
210
|
+
* },
|
|
211
|
+
* "baidu": {
|
|
212
|
+
* "hostVer": "-",
|
|
213
|
+
* "uniVer": "-",
|
|
214
|
+
* "unixVer": "-"
|
|
215
|
+
* },
|
|
216
|
+
* "toutiao": {
|
|
217
|
+
* "hostVer": "-",
|
|
218
|
+
* "uniVer": "-",
|
|
219
|
+
* "unixVer": "-"
|
|
220
|
+
* },
|
|
221
|
+
* "lark": {
|
|
222
|
+
* "hostVer": "-",
|
|
223
|
+
* "uniVer": "-",
|
|
224
|
+
* "unixVer": "-"
|
|
225
|
+
* },
|
|
226
|
+
* "qq": {
|
|
227
|
+
* "hostVer": "-",
|
|
228
|
+
* "uniVer": "-",
|
|
229
|
+
* "unixVer": "-"
|
|
230
|
+
* },
|
|
231
|
+
* "kuaishou": {
|
|
232
|
+
* "hostVer": "-",
|
|
233
|
+
* "uniVer": "-",
|
|
234
|
+
* "unixVer": "-"
|
|
235
|
+
* },
|
|
236
|
+
* "jd": {
|
|
237
|
+
* "hostVer": "-",
|
|
238
|
+
* "uniVer": "-",
|
|
239
|
+
* "unixVer": "-"
|
|
240
|
+
* }
|
|
241
|
+
* }
|
|
242
|
+
* }
|
|
67
243
|
*/
|
|
68
244
|
success?: PageScrollToSuccessCallback | null
|
|
69
245
|
/**
|
|
70
246
|
* 接口调用失败的回调函数
|
|
247
|
+
* @uniPlatform {
|
|
248
|
+
* "mp": {
|
|
249
|
+
* "weixin": {
|
|
250
|
+
* "hostVer": "√",
|
|
251
|
+
* "uniVer": "√",
|
|
252
|
+
* "unixVer": "4.41"
|
|
253
|
+
* },
|
|
254
|
+
* "alipay": {
|
|
255
|
+
* "hostVer": "-",
|
|
256
|
+
* "uniVer": "-",
|
|
257
|
+
* "unixVer": "-"
|
|
258
|
+
* },
|
|
259
|
+
* "baidu": {
|
|
260
|
+
* "hostVer": "-",
|
|
261
|
+
* "uniVer": "-",
|
|
262
|
+
* "unixVer": "-"
|
|
263
|
+
* },
|
|
264
|
+
* "toutiao": {
|
|
265
|
+
* "hostVer": "-",
|
|
266
|
+
* "uniVer": "-",
|
|
267
|
+
* "unixVer": "-"
|
|
268
|
+
* },
|
|
269
|
+
* "lark": {
|
|
270
|
+
* "hostVer": "-",
|
|
271
|
+
* "uniVer": "-",
|
|
272
|
+
* "unixVer": "-"
|
|
273
|
+
* },
|
|
274
|
+
* "qq": {
|
|
275
|
+
* "hostVer": "-",
|
|
276
|
+
* "uniVer": "-",
|
|
277
|
+
* "unixVer": "-"
|
|
278
|
+
* },
|
|
279
|
+
* "kuaishou": {
|
|
280
|
+
* "hostVer": "-",
|
|
281
|
+
* "uniVer": "-",
|
|
282
|
+
* "unixVer": "-"
|
|
283
|
+
* },
|
|
284
|
+
* "jd": {
|
|
285
|
+
* "hostVer": "-",
|
|
286
|
+
* "uniVer": "-",
|
|
287
|
+
* "unixVer": "-"
|
|
288
|
+
* }
|
|
289
|
+
* }
|
|
290
|
+
* }
|
|
71
291
|
*/
|
|
72
292
|
fail?: PageScrollToFailCallback | null
|
|
73
293
|
/**
|
|
74
294
|
* 接口调用结束的回调函数(调用成功、失败都会执行)
|
|
295
|
+
* @uniPlatform {
|
|
296
|
+
* "mp": {
|
|
297
|
+
* "weixin": {
|
|
298
|
+
* "hostVer": "√",
|
|
299
|
+
* "uniVer": "√",
|
|
300
|
+
* "unixVer": "4.41"
|
|
301
|
+
* },
|
|
302
|
+
* "alipay": {
|
|
303
|
+
* "hostVer": "-",
|
|
304
|
+
* "uniVer": "-",
|
|
305
|
+
* "unixVer": "-"
|
|
306
|
+
* },
|
|
307
|
+
* "baidu": {
|
|
308
|
+
* "hostVer": "-",
|
|
309
|
+
* "uniVer": "-",
|
|
310
|
+
* "unixVer": "-"
|
|
311
|
+
* },
|
|
312
|
+
* "toutiao": {
|
|
313
|
+
* "hostVer": "-",
|
|
314
|
+
* "uniVer": "-",
|
|
315
|
+
* "unixVer": "-"
|
|
316
|
+
* },
|
|
317
|
+
* "lark": {
|
|
318
|
+
* "hostVer": "-",
|
|
319
|
+
* "uniVer": "-",
|
|
320
|
+
* "unixVer": "-"
|
|
321
|
+
* },
|
|
322
|
+
* "qq": {
|
|
323
|
+
* "hostVer": "-",
|
|
324
|
+
* "uniVer": "-",
|
|
325
|
+
* "unixVer": "-"
|
|
326
|
+
* },
|
|
327
|
+
* "kuaishou": {
|
|
328
|
+
* "hostVer": "-",
|
|
329
|
+
* "uniVer": "-",
|
|
330
|
+
* "unixVer": "-"
|
|
331
|
+
* },
|
|
332
|
+
* "jd": {
|
|
333
|
+
* "hostVer": "-",
|
|
334
|
+
* "uniVer": "-",
|
|
335
|
+
* "unixVer": "-"
|
|
336
|
+
* }
|
|
337
|
+
* }
|
|
338
|
+
* }
|
|
75
339
|
*/
|
|
76
340
|
complete?: PageScrollToCompleteCallback | null
|
|
77
341
|
}
|
|
@@ -84,70 +348,71 @@ export interface Uni {
|
|
|
84
348
|
* @tutorial-uni-app-x https://doc.dcloud.net.cn/uni-app-x/api/page-scroll-to.html#pagescrollto
|
|
85
349
|
* @tutorial https://doc.dcloud.net.cn/uni-app-x/api/page-scroll-to.html#pagescrollto
|
|
86
350
|
* @uniPlatform {
|
|
87
|
-
*
|
|
88
|
-
*
|
|
89
|
-
*
|
|
90
|
-
*
|
|
91
|
-
*
|
|
92
|
-
*
|
|
93
|
-
*
|
|
94
|
-
*
|
|
95
|
-
*
|
|
96
|
-
*
|
|
97
|
-
*
|
|
98
|
-
*
|
|
99
|
-
*
|
|
100
|
-
*
|
|
101
|
-
*
|
|
102
|
-
*
|
|
103
|
-
*
|
|
104
|
-
*
|
|
105
|
-
*
|
|
106
|
-
*
|
|
107
|
-
*
|
|
108
|
-
*
|
|
109
|
-
*
|
|
110
|
-
*
|
|
111
|
-
*
|
|
112
|
-
*
|
|
113
|
-
*
|
|
114
|
-
*
|
|
115
|
-
*
|
|
116
|
-
*
|
|
117
|
-
*
|
|
118
|
-
*
|
|
119
|
-
*
|
|
120
|
-
*
|
|
121
|
-
*
|
|
122
|
-
*
|
|
123
|
-
*
|
|
124
|
-
*
|
|
125
|
-
*
|
|
126
|
-
*
|
|
127
|
-
*
|
|
128
|
-
*
|
|
129
|
-
*
|
|
130
|
-
*
|
|
131
|
-
*
|
|
132
|
-
*
|
|
133
|
-
*
|
|
134
|
-
*
|
|
135
|
-
*
|
|
136
|
-
*
|
|
137
|
-
*
|
|
138
|
-
*
|
|
139
|
-
*
|
|
140
|
-
*
|
|
141
|
-
*
|
|
142
|
-
*
|
|
143
|
-
*
|
|
144
|
-
*
|
|
145
|
-
*
|
|
146
|
-
*
|
|
147
|
-
*
|
|
148
|
-
*
|
|
149
|
-
*
|
|
351
|
+
* "app": {
|
|
352
|
+
* "android": {
|
|
353
|
+
* "osVer": "5.0",
|
|
354
|
+
* "uniVer": "√",
|
|
355
|
+
* "unixVer": "3.91"
|
|
356
|
+
* },
|
|
357
|
+
* "ios": {
|
|
358
|
+
* "osVer": "12.0",
|
|
359
|
+
* "uniVer": "√",
|
|
360
|
+
* "unixVer": "4.11"
|
|
361
|
+
* },
|
|
362
|
+
* "harmony": {
|
|
363
|
+
* "osVer": "3.0",
|
|
364
|
+
* "uniVer": "4.23",
|
|
365
|
+
* "unixVer": "x"
|
|
366
|
+
* }
|
|
367
|
+
* },
|
|
368
|
+
* "mp": {
|
|
369
|
+
* "weixin": {
|
|
370
|
+
* "hostVer": "1.4.0",
|
|
371
|
+
* "uniVer": "√",
|
|
372
|
+
* "unixVer": "4.41"
|
|
373
|
+
* },
|
|
374
|
+
* "alipay": {
|
|
375
|
+
* "hostVer": "√",
|
|
376
|
+
* "uniVer": "√",
|
|
377
|
+
* "unixVer": "x"
|
|
378
|
+
* },
|
|
379
|
+
* "baidu": {
|
|
380
|
+
* "hostVer": "√",
|
|
381
|
+
* "uniVer": "√",
|
|
382
|
+
* "unixVer": "x"
|
|
383
|
+
* },
|
|
384
|
+
* "toutiao": {
|
|
385
|
+
* "hostVer": "√",
|
|
386
|
+
* "uniVer": "√",
|
|
387
|
+
* "unixVer": "x"
|
|
388
|
+
* },
|
|
389
|
+
* "lark": {
|
|
390
|
+
* "hostVer": "√",
|
|
391
|
+
* "uniVer": "√",
|
|
392
|
+
* "unixVer": "x"
|
|
393
|
+
* },
|
|
394
|
+
* "qq": {
|
|
395
|
+
* "hostVer": "√",
|
|
396
|
+
* "uniVer": "√",
|
|
397
|
+
* "unixVer": "x"
|
|
398
|
+
* },
|
|
399
|
+
* "kuaishou": {
|
|
400
|
+
* "hostVer": "√",
|
|
401
|
+
* "uniVer": "√",
|
|
402
|
+
* "unixVer": "x"
|
|
403
|
+
* },
|
|
404
|
+
* "jd": {
|
|
405
|
+
* "hostVer": "√",
|
|
406
|
+
* "uniVer": "√",
|
|
407
|
+
* "unixVer": "x"
|
|
408
|
+
* }
|
|
409
|
+
* },
|
|
410
|
+
* "web": {
|
|
411
|
+
* "uniVer": "√",
|
|
412
|
+
* "unixVer": "4.0"
|
|
413
|
+
* }
|
|
150
414
|
* }
|
|
415
|
+
* @tutorial_weixin https://developers.weixin.qq.com/miniprogram/dev/api/ui/scroll/wx.pageScrollTo.html
|
|
151
416
|
*/
|
|
152
417
|
pageScrollTo: PageScrollTo
|
|
153
418
|
}
|