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