zhbyyy 2 年 前
コミット
02e20347bc
2 ファイル変更1 行追加15 行削除
  1. 0 14
      investmentNew/index.html
  2. 1 1
      investmentNew/js/index.js

+ 0 - 14
investmentNew/index.html

@@ -614,20 +614,6 @@
       </div>
       <div class="bottom-tip" @click="backChina"></div>
     </div>
-    <!-- <svg style="height: 700px; width: 700px" class="svg_box">
-      <circle cx="240" cy="260" r="150" stroke-width="30px" stroke="rgb(140 201 249)" fill="none"
-        stroke-dasharray="40 10">
-        <animateTransform attributeName="transform" repeatCount="indefinite" type="rotate" from="0 240 260" /
-          to="-360 240 260" dur="20" />
-      </circle>
-    </svg>
-    <svg style="height: 700px;width: 700px" class="svg_box">
-      <circle cx="240" cy="120" r="100" stroke-width="10px" stroke="rgb(140 201 249)" fill="none"
-        stroke-dasharray="10 20">
-        <animateTransform attributeName="transform" repeatCount="indefinite" type="rotate" from="0 240 120"
-          to="360 240 120" dur="20" />
-      </circle>
-    </svg> -->
     <!-- 双柱状图弹窗 -->
     <div class="absolute  backBlack" v-if="tipShow1">
       <div class="tip-box1" v-show="tipShow1">

+ 1 - 1
investmentNew/js/index.js

@@ -5,7 +5,7 @@ let app = new Vue({
       count: 0, //重点项目两线指标轮到哪个
       list: [], //重点项目两线指标数组
       countType: 0, //重点项目两线指标数组
-      mapShow: true, // false为中国地图 true为山西地图
+      mapShow: false, // false为中国地图 true为山西地图
       titleUrl: '',// 标题弹窗显示的内容
       titleName: '', // 弹窗的名字显示
       leftEcharts1: "",