diff --git a/common/util.js b/common/util.js
index edae496..fe870f7 100644
--- a/common/util.js
+++ b/common/util.js
@@ -72,12 +72,10 @@ const shareInfo = {
// 计算距离
const getDistance = (la1, lo1, la2, lo2) => { // 当前的纬度,当前的经度,接口拿到的纬度,接口拿到的经度
- console.log(la1, lo1, la2, lo2)
la1 = parseFloat(la1)
lo1 = parseFloat(lo1)
la2 = parseFloat(la2)
lo2 = parseFloat(lo2)
- console.log(la1, lo1, la2, lo2)
let La1 = la1 * Math.PI / 180.0;
let La2 = la2 * Math.PI / 180.0;
let La3 = La1 - La2;
diff --git a/components/myloading.vue b/components/myloading.vue
index d826936..799485f 100644
--- a/components/myloading.vue
+++ b/components/myloading.vue
@@ -2,7 +2,7 @@
-
+
diff --git a/components/tabbar/tabbar.vue b/components/tabbar/tabbar.vue
index 412a5d0..6e96724 100644
--- a/components/tabbar/tabbar.vue
+++ b/components/tabbar/tabbar.vue
@@ -49,8 +49,8 @@
{
id: 2,
centerItem: false,
- width: 61,
- height: 61,
+ width: 54,
+ height: 60,
"text": "我的",
"pagePath": "/pages/me/me",
"iconPath": require("@/static/icon3.png"),
diff --git a/packages/static/cer-logo.png b/packages/static/cer-logo.png
index b227f2d..418a802 100644
Binary files a/packages/static/cer-logo.png and b/packages/static/cer-logo.png differ
diff --git a/pages/home/home.vue b/pages/home/home.vue
index ef6ac6f..b6ae6e5 100644
--- a/pages/home/home.vue
+++ b/pages/home/home.vue
@@ -25,14 +25,15 @@
-
-
@@ -114,7 +115,7 @@