chenlei hai 8 meses
pai
achega
64445a5ad3

BIN=BIN
public/images/syjy/icon-hot-min.png


BIN=BIN
public/images/syjy/icon-hot.png


BIN=BIN
public/images/syjy/icon-hot1-min.png


+ 1 - 0
src/views/home/components/share-popup/index.vue

@@ -0,0 +1 @@
+<template></template>

+ 7 - 3
src/views/home/index.syjy.tsx

@@ -13,8 +13,8 @@ import './index.syjy.scss';
 
 // @ts-ignore
 window.hoticon = {
-  default: '/images/syjy/icon-hot-min.png',
-  higt: '/images/syjy/icon-hot-min.png',
+  default: '/images/syjy/icon-hot.png',
+  higt: '/images/syjy/icon-hot1-min.png',
 };
 
 export default defineComponent({
@@ -44,7 +44,11 @@ export default defineComponent({
           class="home__back"
           src={BackIcon}
           onClick={() => {
-            window.location.href = 'https://houseoss.4dkankan.com/project/GDHCYL/home/index.html';
+            if (window.history.length > 1) {
+              window.history.back();
+            } else {
+              window.location.href = 'https://houseoss.4dkankan.com/project/syjy/mobile/index.html';
+            }
           }}
         />