暂存样式修改
This commit is contained in:
@@ -1,10 +1,18 @@
|
||||
<!--pages/workBench/components/recharge/index.wxml-->
|
||||
<view style="margin-top: 20rpx;">
|
||||
<segmented
|
||||
list="{{segmentedList}}"
|
||||
active="{{active}}"
|
||||
bind:change="handleChange"
|
||||
/>
|
||||
<view style="">
|
||||
<view class="typeQuery">
|
||||
<van-row>
|
||||
<van-col span="8">
|
||||
<view class="typeQueryText" style="color: {{active === 0 ? '#0958d9' : '#000'}}" bind:tap="changeQueryType" data-type="{{0}}"> 待审核 </view>
|
||||
</van-col>
|
||||
<van-col span="8">
|
||||
<view class="typeQueryText" style="color: {{active === 1 ? '#0958d9' : '#000'}}" bind:tap="changeQueryType" data-type="{{1}}"> 已审核 </view>
|
||||
</van-col>
|
||||
<van-col span="8">
|
||||
<view class="typeQueryText" style="color: {{active === 2 ? '#0958d9' : '#000'}}" bind:tap="changeQueryType" data-type="{{2}}"> 充值 </view>
|
||||
</van-col>
|
||||
</van-row>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<approve status="{{2}}" wx:if="{{active === 0}}" />
|
||||
|
Reference in New Issue
Block a user