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 @@