+
liuyg
2022-01-08 fd4774036374ce3b6b304233155eae0c1513da7f
src/store/modules/mobile.js
@@ -248,12 +248,12 @@
          data.from == "PopupOurOnce"
            ? +data.lntLat[1] - 0.00108
            : +data.lntLat[1] - 0.00048,
          data.from == "PopupOurOnce" ? 0 : 90.648862227,
          data.from == "PopupOurOnce" ? 0 : 30.648862227,
        ];
      } else if (state.dimension == "2.5D") {
        Flys = [
          +data.lntLat[0] + 0.01197,
          +data.lntLat[1] - 0.00055,
          +data.lntLat[1] + 0.00045,
          // +data.lntLat[1] - 0.0022,
          nowHeight,
        ];