From 4002f91a54f05b03039f2555c01d6e0c263ff4cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=9D=E5=BF=83?= <13773726377@163.com> Date: Fri, 10 Apr 2026 16:50:22 +0800 Subject: [PATCH] 1 --- src/constants/app.config.js | 4 +- src/pages/client/category/index.vue | 2 +- .../client/order/components/GoodInfo.vue | 123 ++-- src/pages/client/order/create.vue | 548 +++--------------- 4 files changed, 157 insertions(+), 520 deletions(-) diff --git a/src/constants/app.config.js b/src/constants/app.config.js index 4546295..8c2f940 100644 --- a/src/constants/app.config.js +++ b/src/constants/app.config.js @@ -3,8 +3,8 @@ export default { appName: "Wagoo", appShareName: "Wagoo", appId: "wx00e2dcdc7c02b23a", - // apiBaseUrl: "https://api.wagoo.me/api/v1", // 服务端测试地址 - apiBaseUrl: "https://api.wagoo.pet/api/v1", // 服务端生产地址 + apiBaseUrl: "https://api.wagoo.me/api/v1", // 服务端测试地址 + // apiBaseUrl: "https://api.wagoo.pet/api/v1", // 服务端生产地址 // apiBaseUrl: "http:192.168.30.79", //本地接口 tencentMapKey: "WSBBZ-7OXK4-46QUC-KFB7B-4N3W7-M2BXM", tencentSecret: "vb7D0PGj7xUvmOLuJz2Jd7ykTMpjiWRJ", diff --git a/src/pages/client/category/index.vue b/src/pages/client/category/index.vue index fdb343c..81e8ebd 100644 --- a/src/pages/client/category/index.vue +++ b/src/pages/client/category/index.vue @@ -643,7 +643,7 @@ export default { justify-content: flex-start; align-items: flex-start; margin-top: 20rpx; - padding: 0 20rpx; + padding: 0 20rpx 120rpx; .goods-list-item { flex: 1; diff --git a/src/pages/client/order/components/GoodInfo.vue b/src/pages/client/order/components/GoodInfo.vue index b57d967..72091cc 100644 --- a/src/pages/client/order/components/GoodInfo.vue +++ b/src/pages/client/order/components/GoodInfo.vue @@ -1,17 +1,18 @@