mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-02-23 21:36:38 +08:00
优化代码
This commit is contained in:
parent
b97c8b1b32
commit
aaa4cd2aee
@ -46,9 +46,9 @@
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<view><text>往期记录</text></view>
|
||||
<view class="padding"><text>往期记录</text></view>
|
||||
<view>
|
||||
<view v-for="(item,index) in carNums" :key="index" @tap="_loadTempFee(item.carNum)">{{item.carNum}}
|
||||
<view class="padding" v-for="(item,index) in carNums" :key="index" @tap="_loadTempFee(item.carNum)">{{item.carNum}}
|
||||
</view>
|
||||
</view>
|
||||
<view class='plate-input-flag' bindtap='changeplate'>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user