Skip to content

Commit c5a34d7

Browse files
committed
fix: 修复支付宝 openLocation API 参数错误
1 parent 500c102 commit c5a34d7

File tree

4 files changed

+278
-253
lines changed

4 files changed

+278
-253
lines changed

packages/taro-platform-alipay/src/apis-list.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,6 @@ export const needPromiseApis = new Set([
4141
'startBluetoothDevicesDiscovery',
4242
'stopBluetoothDevicesDiscovery',
4343
'getBluetoothDevices',
44-
'getConnectedBluetoothDevices'
44+
'getConnectedBluetoothDevices',
45+
'openLocation',
4546
])

0 commit comments

Comments
 (0)