初步联调装表
This commit is contained in:
@@ -1,17 +1,14 @@
|
||||
<!--pages/workBench/components/recharge/index.wxml-->
|
||||
<navigator title="充值审核" canBack="{{true}}" />
|
||||
<view style="">
|
||||
<view>
|
||||
<view class="typeQuery">
|
||||
<van-row>
|
||||
<van-col span="8">
|
||||
<van-col span="12">
|
||||
<view class="typeQueryText" style="color: {{active === 0 ? '#0958d9' : '#000'}}" bind:tap="changeQueryType" data-type="{{0}}"> 待审核 </view>
|
||||
</van-col>
|
||||
<van-col span="8">
|
||||
<van-col span="12">
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user