zhengyiming
5 天以前 ac7fde69c457b3488bbfe2671dbfeb3eeba26414
apps/bMiniApp/src/subpackages/login/authorization/authorization.vue
@@ -112,7 +112,7 @@
        type: AppLocalConfig.userType,
      };
      wxMiniAppUserLoginRes.value = await authServices.wxmpLogin(params);
      if (wxMiniAppUserLoginRes.value.isBindPhoneNumber) {
      if (wxMiniAppUserLoginRes.value?.isBindPhoneNumber) {
        isAccount.value = true;
      }
    }