electricity_bill_calc_wx/pages/workBench/components/recharge/index.wxml
2025-02-26 13:41:44 +08:00

12 lines
345 B
Plaintext

<!--pages/workBench/components/recharge/index.wxml-->
<view style="margin-top: 20rpx;">
<segmented
list="{{segmentedList}}"
active="{{active}}"
bind:change="handleChange"
/>
</view>
<approve status="{{2}}" wx:if="{{active === 0}}" />
<approve status="{{1}}" wx:if="{{active === 1}}" />
<recharge wx:if="{{active === 2}}" />