缴费新增对公支付(但是功能不可操作),开始调整首页

This commit is contained in:
2024-07-16 08:52:36 +08:00
parent e4a22af891
commit 765b3ad111
4 changed files with 64 additions and 8 deletions

View File

@@ -106,3 +106,10 @@
</view>
</view>
<picker show="{{show}}" valueKey="name" columns="{{columns}}" bind:ok="onOk" bind:cancel="onCancel" type="{{pickerType}}" />
<van-action-sheet
show="{{ rechargeVisible }}"
actions="{{ actions }}"
bind:close="onCloseRechargeWay"
bind:select="onSelectRechargeWay"
/>