mirror of
https://gitee.com/java110/PropertyApp.git
synced 2026-02-23 21:36:39 +08:00
优化代码
This commit is contained in:
parent
fafadf6e5d
commit
089cffa4d0
@ -27,7 +27,7 @@
|
|||||||
<scroll-view scroll-x class="bg-white nav margin-top">
|
<scroll-view scroll-x class="bg-white nav margin-top">
|
||||||
<view class="flex text-center">
|
<view class="flex text-center">
|
||||||
<view class="cu-item flex-sub" :class="active==0?'text-green cur':''" @tap="tabSelect(0)">
|
<view class="cu-item flex-sub" :class="active==0?'text-green cur':''" @tap="tabSelect(0)">
|
||||||
综合缴费
|
欠费缴费
|
||||||
</view>
|
</view>
|
||||||
<view class="cu-item flex-sub" :class="active==1?'text-green cur':''" @tap="tabSelect(1)">
|
<view class="cu-item flex-sub" :class="active==1?'text-green cur':''" @tap="tabSelect(1)">
|
||||||
缴费记录
|
缴费记录
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user