From 0eabddf14d3fc21f71a1216e4c05d683793833f4 Mon Sep 17 00:00:00 2001 From: yangjunhao731 Date: Thu, 15 Aug 2024 20:13:30 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8DTaro.previewImage?= =?UTF-8?q?=E6=96=B9=E6=B3=95=E4=B8=ADcurrent=E5=AD=97=E6=AE=B5=E7=9A=84?= =?UTF-8?q?=E7=B1=BB=E5=9E=8B=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/taro/types/api/media/image.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/taro/types/api/media/image.d.ts b/packages/taro/types/api/media/image.d.ts index ac84ec340f36..fe0f4b240403 100644 --- a/packages/taro/types/api/media/image.d.ts +++ b/packages/taro/types/api/media/image.d.ts @@ -19,7 +19,7 @@ declare module '../../index' { /** 需要预览的图片链接列表。 */ urls: string[] /** - * 微信端为当前显示图片的链接,支付宝端为当前显示图片的索引值 + * 当前显示图片的http链接 */ current?: string | number /**