gemercheung 1 рік тому
батько
коміт
ddfcc2a571
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      src/components/hotspot/index.vue

+ 1 - 1
src/components/hotspot/index.vue

@@ -190,7 +190,7 @@
       url = getApp().resource.getAppURL('images/tag_icon_default.svg');
       url = getApp().resource.getAppURL('images/tag_icon_default.svg');
     } else {
     } else {
       url =
       url =
-        icon == '' || !icon ? getApp().resource.getAppURL('images/tag/hotpot-default.svg') : icon;
+        icon == '' || !icon ? getApp().resource.getAppURL('images/tag/tag_icon_default.svg') : icon;
     }
     }
     return changeUrl(url, true);
     return changeUrl(url, true);
   };
   };