From 07763e5334a56214a01f9230b2e1b7369420cf54 Mon Sep 17 00:00:00 2001 From: yanyilin Date: Tue, 12 Sep 2023 20:45:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=9B=BE=E7=89=87=E8=B7=AF?= =?UTF-8?q?=E5=BE=84=E7=A4=BA=E4=BE=8B=E6=8F=90=E7=A4=BA=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/component/image/image-path.uvue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/component/image/image-path.uvue b/pages/component/image/image-path.uvue index 0d561e8d..847369a5 100644 --- a/pages/component/image/image-path.uvue +++ b/pages/component/image/image-path.uvue @@ -32,7 +32,7 @@ }, { src: '../../../static/Test-Image/Logo.png', - description: '本地相对路径忽略大小写' + description: '本地相对路径忽略大小写(需注意Android打包后无效)' }, { src: logo, @@ -43,7 +43,7 @@ src: 'file:///storage/emulated/0/Android/data/io.dcloud.uniappx/apps/__UNI__3584C99/www/static/test-image/logo.png', // #endif // TODO iOS发版时还需再补路径 - description: '本地绝对路径file:///方式。需注意打包后包名appid匹配' + description: '本地绝对路径file://方式(需注意打包后包名appid匹配)' }, { src: 'testerror.jpg', -- GitLab