feat:【MALL 商城】商城分佣提现,初步对接成功微信支付

This commit is contained in:
YunaiV
2025-05-11 09:08:18 +08:00
parent 098057b2de
commit 62d1f4f273
4 changed files with 197 additions and 56 deletions
+2 -2
View File
@@ -84,7 +84,7 @@
</view>
<!-- 持卡人姓名 -->
<view class="card-title" v-show="['2', '5', '6'].includes(state.accountInfo.type)">
收款真名
收款真名
</view>
<view
class="input-box ss-flex ss-col-center border-bottom"
@@ -95,7 +95,7 @@
:inputBorder="false"
class="ss-flex-1 ss-p-l-10"
v-model="state.accountInfo.userName"
placeholder="请输入收款真名"
placeholder="请输入收款真名"
/>
</view>
<!-- 提现银行 -->