|
|
@@ -5,6 +5,13 @@ import type { bankcardListResponse, netWithdrawResponse } from '@/api/types/pay'
|
|
|
import { getImageUrl } from '@/utils/imageUtil'
|
|
|
import BankCardSelector from './bankCard-select.vue';
|
|
|
|
|
|
+definePage({
|
|
|
+ style: {
|
|
|
+ navigationBarTitleText: "提现",
|
|
|
+ navigationStyle: "custom",
|
|
|
+ },
|
|
|
+});
|
|
|
+
|
|
|
// 当前选择的银行卡
|
|
|
const bankCard = ref<bankcardListResponse>({ id: '', bankName: '', bankCardNumber: '', bankImage: '' })
|
|
|
// 当前可提现余额
|
|
|
@@ -159,8 +166,7 @@ function extractDomain(url: string): string {
|
|
|
|
|
|
<template>
|
|
|
<view class="page-container new-content">
|
|
|
- <up-navbar title="提现" :auto-back="true" bgColor="#ffffff" :placeholder="true" :title-style="{ fontWeight: 'bold' }"></up-navbar>
|
|
|
-
|
|
|
+ <u-navbar title="提现" :autoBack="true" :placeholder="true" :border-bottom="false" :title-style="{ fontWeight: 'bold' }"></u-navbar>
|
|
|
<view class="form-card">
|
|
|
<view class="section-item" @click="selectBankCard">
|
|
|
<view class="label">提现至</view>
|