230320a303 2 years ago
parent
commit
00b2fff420

File diff suppressed because it is too large
+ 0 - 0
dist/index.html


File diff suppressed because it is too large
+ 0 - 0
dist/static/css/chunk-1b5575dd.a2d65ead.css


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.9071556b.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-082e57a2.f1b92177.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-1b5575dd.1b8a53db.js


+ 3 - 2
src/views/map/components/popup/MapTextEdit.vue

@@ -49,13 +49,14 @@ export default {
       colorArr: [
         {color: '#fb6557'}, 
         {color: '#ff9149'}, 
-        {color: '#9f7df4'}, 
+        // {color: '#9f7df4'}, 
         {color: '#60c68b'}, 
         // {color: '#4da4ee'}, 
         {color: '#e77ad4'}
       ],
       colorArr2: [
-        {color: '#ff0', t: '住宅'}, 
+        {color: '#ff0', t: '新房'}, 
+        {color: '#9f7df4', t: '二手'}, 
         {color: '#ff7fbf', t: '教育'}, 
         {color: '#ff003f', t: '商业'}, 
         {color: '#007299', t: '公共'}, 

+ 2 - 1
src/views/map/dtl.vue

@@ -295,7 +295,8 @@ export default {
           const lnglatObj = e.lnglat
           const cObj = that.polygons[that.polygonIndex]
           const typeObj = {
-            '#ff0': '住宅用地',
+            '#ff0': '新房用地',
+            '#9f7df4': '二手房',
             '#ff7fbf': '教育用地',
             '#ff003f': '商业用地',
             '#007299': '公用设施',

Some files were not shown because too many files changed in this diff