zhengyiming
5 天以前 9c2cb0c24dabf68ca5f4703340ed2b1f13ddf969
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;
      }
    }