调整样式
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
<!--pages/workBench/components/recharge/index.wxml-->
|
||||
<segmented
|
||||
list="{{segmentedList}}"
|
||||
active="{{active}}"
|
||||
bind:change="handleChange"
|
||||
/>
|
||||
<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}}" />
|
||||
|
Reference in New Issue
Block a user