feat: 实现申请报修页面

This commit is contained in:
czz
2026-05-08 14:59:31 +08:00
parent c42344e38a
commit 6d93440334
12 changed files with 1328 additions and 23 deletions

View File

@@ -6,7 +6,8 @@
"scripts": {
"dev:weapp": "taro build --type weapp --watch",
"build:weapp": "taro build --type weapp",
"test:report": "tsc -p tsconfig.report-tests.json && node scripts/tests/report-utils.test.cjs"
"test:report": "tsc -p tsconfig.report-tests.json && node scripts/tests/report-utils.test.cjs",
"test:repair": "tsc -p tsconfig.report-tests.json && node scripts/tests/repair-utils.test.cjs"
},
"dependencies": {
"@tarojs/components": "^4.0.0",