完成consumer端同步

This commit is contained in:
2026-05-14 15:28:09 +08:00
parent 612fb3d360
commit 0ffbc53902
197 changed files with 92657 additions and 7564 deletions

View File

@@ -1,4 +1,4 @@
<template>
<template>
<view class="page-container">
<view class="card">
<view class="section-title">提现至</view>
@@ -49,7 +49,7 @@
<text class="popup-title">选择到账银行卡</text>
<text class="close-btn" @click="showBankPopup = false">×</text>
</view>
<scroll-view scroll-y="true" class="bank-list">
<scroll-view direction="vertical" class="bank-list">
<view
v-for="(item, index) in bankCards"
:key="index"