zhengyiming
6 天以前 afb9410b3794275c180cdd66e3ca54fd32888d33
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;
      }
    }