jwyu 1 年之前
父節點
當前提交
ac370000aa
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. 4 4
      src/views/tabbar/Home.vue

+ 4 - 4
src/views/tabbar/Home.vue

@@ -38,15 +38,15 @@ const topImg=computed(()=>{
     let url=''
     if(width.value>650){//大屏
         if(language_version.value==='zh'){
-            url='https://hzstatic.hzinsights.com/static/ETA_mobile/tabbar_home_topimg_zh_big.png'
-        }else{
             url='https://hzstatic.hzinsights.com/static/ETA_mobile/tabbar_home_topimg_en_big.png'
+        }else{
+            url='https://hzstatic.hzinsights.com/static/ETA_mobile/tabbar_home_topimg_zh_big.png'
         }
     }else{
         if(language_version.value==='zh'){
-            url='https://hzstatic.hzinsights.com/static/ETA_mobile/tabbar_home_topimg_zh.png'
-        }else{
             url='https://hzstatic.hzinsights.com/static/ETA_mobile/tabbar_home_topimg_en.png'
+        }else{
+            url='https://hzstatic.hzinsights.com/static/ETA_mobile/tabbar_home_topimg_zh.png'
         }
     }
     return url