jwyu 1 năm trước cách đây
mục cha
commit
ac370000aa
1 tập tin đã thay đổi với 4 bổ sung4 xóa
  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