liujq 2 年之前
父節點
當前提交
9a3e3727ff

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-707e541c.465bffb9.css


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


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-02eb56e6.8315024b.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-31bcf1f4.b85d51e7.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-707e541c.0593dfc1.js


+ 1 - 0
src/views/house/index.vue

@@ -131,6 +131,7 @@ export default {
     this.listConfig = {
       rows: [
         { label: '排序', prop: 'sort', type: 'input', width: 80},
+        { label: 'id', prop: 'id'},
         { label: '楼盘名称', prop: 'estate_name', minWidth: 150, align: 'left' },
         { label: '图片', prop: 'pri_image', type: 'img' },
         { label: '所属区域', prop: 'area_type', type: 'flag', flags: arrToObj(this.$dictData.area_type) },

+ 4 - 2
src/views/map/components/popup/MapImgEdit.vue

@@ -44,8 +44,10 @@ export default {
       formData: [],
       curImgUrl: '',
       imgArr: [
-        {url: 'https://img2.honglounews.com/20221205054341-4368.png'},
-        {url: 'https://img2.honglounews.com/20221205054412-6635.png'},
+        // {url: 'https://img2.honglounews.com/20221205054341-4368.png'},
+        {url: 'https://img2.honglounews.com/20221216021336-9631.png'},
+        // {url: 'https://img2.honglounews.com/20221205054412-6635.png'},
+        {url: 'https://img2.honglounews.com/20221216021406-2208.png'},
         {url: 'https://img2.honglounews.com/20221213101325-1438.png'},
         {url: 'https://img2.honglounews.com/20221213101403-5390.png'},
       ],

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

@@ -743,6 +743,12 @@ export default {
         let markerData = JSON.parse(JSON.stringify(this.markerData))
         markerData.map(one => {
           one.draggable = false
+          // if (one.icon === 'https://img2.honglounews.com/20221216021336-9631.png') {
+          //   one.icon = 'https://img2.honglounews.com/20221216033134-4172.png'
+          // }
+          // if (one.icon === 'https://img2.honglounews.com/20221216021406-2208.png') {
+          //   one.icon = 'https://img2.honglounews.com/20221216033029-9699.png'
+          // }
         })
         const data = {
           polygons,
@@ -750,7 +756,7 @@ export default {
           markerData,
           mapDiyObj: this.mapDiyObj,
         }
-        // console.log(polygons)
+        // console.log(markerData)
         // return
         const query = this.$route.query
         this.$api.other.admmapcoordinedit({
@@ -892,7 +898,7 @@ export default {
           draggable: true,
           animation: 'AMAP_ANIMATION_DROP',
           content: '',
-          offset: [0, -10],
+          offset: [0, 0],
           text: obj.text,
           icon: obj.icon,
         })

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