From 39cda88ba17fef469aa88a6757e86504f26de7c3 Mon Sep 17 00:00:00 2001 From: zmj <1493694146@qq.com> Date: Tue, 2 Jul 2024 17:06:39 +0800 Subject: [PATCH] add --- components/goodPopup.vue | 4 ++-- multipleShop/index/index.vue | 12 +++++------- pages/my/my.vue | 8 ++++---- pagesOrder/settle/settle.vue | 17 ++++++++++++++--- 4 files changed, 25 insertions(+), 16 deletions(-) diff --git a/components/goodPopup.vue b/components/goodPopup.vue index 4374985..3b8aff1 100644 --- a/components/goodPopup.vue +++ b/components/goodPopup.vue @@ -37,13 +37,13 @@ 购买重量* - + 购买数量* - + diff --git a/multipleShop/index/index.vue b/multipleShop/index/index.vue index c97905b..97f3843 100644 --- a/multipleShop/index/index.vue +++ b/multipleShop/index/index.vue @@ -14,9 +14,9 @@ @click="onChooseShop(item)"> {{item.name}} - - 次日可提 - 当日可提 + + 次日可提 + 当日可提 { event = opt.event if (opt.cart_id) queryParams.cart_id = opt.cart_id; - console.log(event) - // 获取定位 getLocation(); }); @@ -179,8 +177,8 @@ let location = uni.getStorageSync('location'); if (location) { location = JSON.parse(location); - queryParams.longitude = location.lat - queryParams.latitude = location.long + queryParams.longitude = location.long + queryParams.latitude = location.lat // 加载店铺列表 getShopList(); } else { diff --git a/pages/my/my.vue b/pages/my/my.vue index 83f2f75..931788f 100644 --- a/pages/my/my.vue +++ b/pages/my/my.vue @@ -24,7 +24,7 @@