shish 4 месяцев назад
Родитель
Сommit
3f60525a8c
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      hdApp/src/admin/home/workbench.vue

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

@@ -651,7 +651,7 @@ export default {
       })
     },
     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){
         return ''
       }