Browse Source

featureImg

y595705120 2 năm trước cách đây
mục cha
commit
f78d6d51ba
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/containers/center/setting/index.vue

+ 1 - 0
src/containers/center/setting/index.vue

@@ -334,6 +334,7 @@
         let param = {
            headImg:this.userInfo.headImg,
            gender:this.userInfo.gender,
+           featureImg: this.userInfo.featureImg,
          }
         httpServer("User.saveBaseInfo", param).then( res=>{
           if( res.code == 200){