shish 1 年之前
父節點
當前提交
b00698b7e3
共有 1 個文件被更改,包括 1 次插入1 次删除
  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()
           uni.hideLoading()
           if(resp.code == 1) {
           if(resp.code == 1) {
             this.$msg('头像更新成功')
             this.$msg('头像更新成功')
-            this.myInfo.smallShopImg = resp.data.shopImg
+            this.myInfo.smallShopImg = resp.data.smallShopImg
             this.$refs.avatarPopup.close()
             this.$refs.avatarPopup.close()
           } else {
           } else {
             this.$msg(resp.msg || '头像更新失败')
             this.$msg(resp.msg || '头像更新失败')