getUser.js 106 B

1234
  1. module.exports = function() {
  2. var t = this.core.getStorageSync(this.const.USER_INFO);
  3. return t || ""
  4. };