diff --git a/doc/迁移指令.md b/doc/迁移指令.md
index 7a9af18..2b5fa7a 100644
--- a/doc/迁移指令.md
+++ b/doc/迁移指令.md
@@ -12,4 +12,9 @@
参考已迁移至本项目的代码 @src\pages\index\ 和迁移文档 @doc\迁移工作总结.md 。将
@doc\thirdParty\src\pages\rental\index.vue
我的柜子页面也迁移到本项目。注意thirdParty下的是H5项目,现在需要改为微信小程序uni-app。api需要使用原Product
- List.vue中已经移植到本项目的相应api,stores也需要使用移植后的pinia。生成的代码写到 @src\pages\order\ 文件夹下
\ No newline at end of file
+ List.vue中已经移植到本项目的相应api,stores也需要使用移植后的pinia。生成的代码写到 @src\pages\order\ 文件夹下
+
+参考已迁移至本项目的代码 @src\pages\index\ 和迁移文档 @doc\迁移工作总结.md 。将
+ @doc\thirdParty\src\pages\approval\submit.vue
+ 退还申请页面也迁移到本项目。注意thirdParty下的是H5项目,现在需要改为微信小程序uni-app。api需要使用原项目中已经移
+ 植到本项目的相应api,stores也需要使用移植后的pinia。生成的代码写到 @src\pages\approval\ 文件夹下
\ No newline at end of file
diff --git a/src/pages.json b/src/pages.json
index 6669693..f9b357a 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -61,6 +61,14 @@
},
"excludeLoginPath": false
},
+ {
+ "path": "pages/approval/submit",
+ "type": "page",
+ "style": {
+ "navigationBarTitleText": "退还"
+ },
+ "enablePullDownRefresh": false
+ },
{
"path": "pages/index/checkout",
"type": "page"
diff --git a/src/pages/approval/submit.vue b/src/pages/approval/submit.vue
new file mode 100644
index 0000000..eb672e5
--- /dev/null
+++ b/src/pages/approval/submit.vue
@@ -0,0 +1,372 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ deleteImage(index)">
+
+
+
+
+
+
+ {{ uploading ? '上传中...' : '点击上传' }}
+
+
+
+
+
+
+
+
+
+ {{ submitting ? '提交中...' : '提交申请' }}
+
+
+
+
+
+
+