From 1ed101adf0b1f510fca7b34aee99e73ed6bc6b99 Mon Sep 17 00:00:00 2001 From: Shackles <73435977+shu-shackles@users.noreply.github.com> Date: Mon, 16 Sep 2024 16:47:44 +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=20(#16322)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: yangjunhao731 Co-authored-by: 1874. <1094918@gmail.com> --- 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 /**