shish 1 anno fa
parent
commit
bfb7aa907b
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      ghsApp/src/admin/home/me.vue

+ 1 - 1
ghsApp/src/admin/home/me.vue

@@ -529,7 +529,7 @@ export default {
           uni.hideLoading()
           if(resp.code == 1) {
             this.$msg('头像更新成功')
-            this.myInfo.smallShopImg = resp.data.smallShopImg
+            this.myInfo.smallShopImg = resp.data.shopImg
             this.$refs.avatarPopup.close()
           } else {
             this.$msg(resp.msg || '头像更新失败')