绿满眶商城微信小程序-uniapp
zxl
3 天以前 354b1317aab21617881057c40f8c0580b8f28139
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()