shish 4 mesiacov pred
rodič
commit
3f60525a8c
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      hdApp/src/admin/home/workbench.vue

+ 1 - 1
hdApp/src/admin/home/workbench.vue

@@ -651,7 +651,7 @@ export default {
       })
       })
     },
     },
     shopAvatar(){
     shopAvatar(){
-      const avatar = (this.shopInfo && this.shopInfo.avatar) ? this.shopInfo.avatar : '/hhb_small.png?x-oss-process=image/resize,m_fill,h_130,w_130'
+      const avatar = (this.shopInfo && this.shopInfo.avatar) ? this.shopInfo.avatar : '/default_avatar.png?x-oss-process=image/resize,m_fill,h_130,w_130'
       if(!avatar){
       if(!avatar){
         return ''
         return ''
       }
       }