首頁丝滑

This commit is contained in:
魏啾
2024-05-16 15:08:20 +08:00
parent 855e165bff
commit d16da9cdba
5 changed files with 109 additions and 61 deletions

View File

@@ -126,4 +126,7 @@ export default {
productqueryShopIdByTableCode(data) { //通过桌码获取shopId
return uni.api.get("/product/queryShopIdByTableCode", data);
},
geocodelocation(data) { //根据经纬度获取信息
return uni.api.get("/location/geocode", data);
},
}