wupengfei
9 天以前 037f138b351a5b3c8a25e6228312698b748225f6
apps/underTakeMiniApp/src/hooks/user.ts
@@ -16,7 +16,11 @@
  }
  const isCertified = computed(() => {
    return userDetail.value?.isReal;
    return userDetail.value?.enterpriseIsReal;
  });
  const isBindWechat = computed(() => {
    return userDetail.value?.bindWxmpId;
  });
  return {
@@ -25,6 +29,7 @@
    updateUserInfo,
    isCertified,
    locationCity,
    isBindWechat,
  };
}