绿满眶商城微信小程序-uniapp
zxl
7 天以前 eadae8814dc4a1b6f8cbd98daf0bfbc0c2cac892
pages/mine/set/personMsg.vue
@@ -124,6 +124,19 @@
            showBirthday: false, //显示生日日期
         };
      },
      onShow() {
      this.form = {
            nickName: storage.getUserInfo().nickName || "",
            birthday: storage.getUserInfo().birthday || "",
            face: storage.getUserInfo().face, //默认头像
            regionId: [], //地址Id
            region: storage.getUserInfo().region || [], //地址
            sex: storage.getUserInfo().sex, //性别
            ___path: storage.getUserInfo().region,
            mobile: storage.getUserInfo().mobile,
            username: storage.getUserInfo().username,
         }
      },
      onLoad() {
         this.initCOS()
         this.getMemberTag()