diff --git a/src/assets/images/guide_error.png b/src/assets/images/guide_error.png
new file mode 100644
index 0000000..7599c98
Binary files /dev/null and b/src/assets/images/guide_error.png differ
diff --git a/src/assets/images/guide_success.png b/src/assets/images/guide_success.png
new file mode 100644
index 0000000..67de733
Binary files /dev/null and b/src/assets/images/guide_success.png differ
diff --git a/src/views/components/PhotoGuide.vue b/src/views/components/PhotoGuide.vue
new file mode 100644
index 0000000..e97a082
--- /dev/null
+++ b/src/views/components/PhotoGuide.vue
@@ -0,0 +1,189 @@
+
+
+
+
+
+
+
+
+
+ 正确照片示例
+
+
+
+
![]()
+
+
+
+

+ {{ item.text }}
+
+
+
+
+
+
+
+ 错误照片示例
+
+
+
+
![]()
+
+
+
+

+ {{ item.text }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/generate/index.vue b/src/views/generate/index.vue
index 53681e5..8ba4140 100644
--- a/src/views/generate/index.vue
+++ b/src/views/generate/index.vue
@@ -31,7 +31,7 @@