zhengyiming
4 天以前 1be427ddaa61e19a1bce5aff04991339d6fb05b4
fix: 修改bug
1个文件已修改
4 ■■■ 已修改文件
apps/cMiniApp/src/subpackages/wallet/unboundBankCard/InnerPage.vue 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
apps/cMiniApp/src/subpackages/wallet/unboundBankCard/InnerPage.vue
@@ -50,10 +50,12 @@
import { Message } from '@12333/utils';
import { VerificationCodeBusinessType } from '@12333/constants';
import * as commonServices from '@12333/services/api/Common';
import * as userResumeServices from '@12333/services/api/userResume';
// import * as userResumeServices from '@12333/services/api/userResume';
import Taro from '@tarojs/taro';
import { useQuery } from '@tanstack/vue-query';
const userResumeServices = {};
defineOptions({
  name: 'InnerPage',
});