diff --git a/pages.json b/pages.json
index 3bee92015f13fd37bbef4238f5ac82ed6ee55aef..4da23805d96e6030ee138cc8d0d62378d498eb93 100644
--- a/pages.json
+++ b/pages.json
@@ -84,7 +84,25 @@
"style": {
"navigationBarTitleText": "image"
}
- },
+ },
+ {
+ "path": "pages/component/image/image-format",
+ "style": {
+ "navigationBarTitleText": "image-format"
+ }
+ },
+ {
+ "path": "pages/component/image/image-mode",
+ "style": {
+ "navigationBarTitleText": "image-mode"
+ }
+ },
+ {
+ "path": "pages/component/image/image-path",
+ "style": {
+ "navigationBarTitleText": "image-path"
+ }
+ },
{
"path": "pages/component/web-view/web-view",
"style": {
diff --git a/pages/component/image/image-format.uvue b/pages/component/image/image-format.uvue
new file mode 100644
index 0000000000000000000000000000000000000000..35f263067ceb64dffe013c3184aca55fbb21ba1e
--- /dev/null
+++ b/pages/component/image/image-format.uvue
@@ -0,0 +1,64 @@
+
+
+
+
+
+ 支持的图片格式示例
+
+
+ {{item.format}}
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/component/image/image-mode.uvue b/pages/component/image/image-mode.uvue
new file mode 100644
index 0000000000000000000000000000000000000000..4861b947cb711a9f7e02fe6fcb38b850a30561c5
--- /dev/null
+++ b/pages/component/image/image-mode.uvue
@@ -0,0 +1,102 @@
+
+
+
+
+
+ 支持的图片缩放模式示例
+
+
+ {{item.mode}}: {{item.description}}
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/component/image/image-path.uvue b/pages/component/image/image-path.uvue
new file mode 100644
index 0000000000000000000000000000000000000000..fec25fef8d5c8cb1372e2da3009cafd7fc9afacb
--- /dev/null
+++ b/pages/component/image/image-path.uvue
@@ -0,0 +1,60 @@
+
+
+
+
+
+ 支持的图片路径示例
+
+
+ {{item.description}}
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/component/image/image.uvue b/pages/component/image/image.uvue
index 2a7b10858e2c0300710ffa5dc8c8a4c7be6b9747..de72914fe37ffdaafa1d89fea43cff078f7db68a 100644
--- a/pages/component/image/image.uvue
+++ b/pages/component/image/image.uvue
@@ -1,44 +1,58 @@
-
-
-
-
-
- 示例1
-
-
- 本地图片
-
-
-
-
-
-
-
- 示例2
-
-
- 网络图片
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/shuijiao.jpg b/static/shuijiao.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..b654b9cd54d3065bfdacaa29924485d58bf7b281
Binary files /dev/null and b/static/shuijiao.jpg differ