实现订单管理核心功能,包括订单创建、查询、取消和状态管理

This commit is contained in:
ylweng
2025-09-18 08:55:32 +08:00
parent 90cdd713ba
commit 7b6dd95fa5
26 changed files with 16633 additions and 5 deletions

View File

@@ -0,0 +1,13 @@
{
"name": "driver-mp",
"version": "1.0.0",
"description": "活牛运输司机小程序",
"main": "main.js",
"scripts": {
"dev": "uni -p mp-weixin"
},
"dependencies": {
"@dcloudio/uni-app": "^3.0.0",
"pinia": "^2.0.0"
}
}