移除了 shop.ts 文件中关于 distance 变量的 console.log 调试信息, 保持代码的整洁性
@@ -63,7 +63,6 @@ export const useSysXsbStore = defineStore('system-xsb', {
Number(shop.shopLat),
Number(shop.shopLng),
)
- console.log(distance, 'distance')
if (distance < minDistance) {
minDistance = distance
if (!this.SelectShopInfo.shopId) {