feat: 实现申请报修页面
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user