caiyuqin 2 месяцев назад
Родитель
Сommit
e9ceab4362
2 измененных файлов с 2 добавлено и 7 удалено
  1. 0 6
      src/pages-B/payment/web-view.vue
  2. 2 1
      src/pages/income/income.vue

+ 0 - 6
src/pages-B/payment/web-view.vue

@@ -3,12 +3,6 @@ import { ref, computed } from 'vue'
 import { onBackPress } from '@dcloudio/uni-app'
 import { updateBankCardState } from '@/api/pay'
 
-definePage({
-  style: {
-    navigationBarTitleText: "认证流程",
-    navigationStyle: "custom",
-  },
-});
 
 // 响应式状态
 const webUrl = ref('')

+ 2 - 1
src/pages/income/income.vue

@@ -11,6 +11,7 @@ import Upopup from "@/components/popup/index.vue";
 import DateRangePicker from "@/components/dateRangePicker/index.vue";
 import LsvList from "@/components/listScrollView/index.vue";
 
+
 import {
   usePagination,
   useRequest,
@@ -18,7 +19,7 @@ import {
 } from "alova/client";
 import { getCategoryList } from "@/api/home";
 import { queryByUserId, pageMap } from "@/api/income";
-import { getBankSignRecord } from "@/api/pay";
+import { getBankSignRecord ,bankCardAuth} from "@/api/pay";
 
 definePage({
   style: {