This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
weapp
/
C
Watch
8
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
66
Wiki
Activity
Browse Source
edit
tags/2.2.4
shark
6 years ago
parent
c1529b7e84
commit
ee1730bd64
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
pages/passCar/passCar.wxml
+ 1
- 1
pages/passCar/passCar.wxml
View File
@@ -27,7 +27,7 @@
</view>
<button class='deleteButton' bindtap='unbindCarBtn' data-car='{{item.carNumber}}'>解绑</button>
</view>
<view class='orderBox' wx:if='{{
!
item.remainingFee}}'>
<view class='orderBox' wx:if='{{item.remainingFee}}'>
<view class='priceBox'>
<text>{{'待支付金额:¥'+item.remainingFee}}</text>
</view>
Write
Preview
Loading…
Cancel
Save