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
2 Commits
b4d63b1998
...
2bac767108
Author
SHA1
Message
Date
meo
2bac767108
[etcp停车][修改]:[修改etcp停车路径]
5 years ago
Stormeye Wu
cd889336da
etcp收费页面修改
5 years ago
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
+1
-1
index/passCar.js
+1
-1
index/passCar.wxml
+ 1
- 1
index/passCar.js
View File
@@ -211,7 +211,7 @@ Page({
appId: that.data.etcpAppId,
extraData: this.data.extraData,
envVersion: 'release',
path: "pages/
mai
n/main",
path: "pages/
pay/order-pay-ope
n/main",
})
},
showquan: function () {
+ 1
- 1
index/passCar.wxml
View File
@@ -49,7 +49,7 @@
</view>
<!-- 停车费用大于0 -->
<view class="buy-view" wx:if="{{stopFees.orderId&&stopFees.remainingFee>0}}">
<navigator bindfail="bindfail" path="pages/
mai
n/main" wx:if="{{canIUse}}" class='buy' target="miniProgram" open-type="navigate" app-id="{{etcpAppId}}" extra-data='{{extraData}}' version="{{etcpVersion}}">
<navigator bindfail="bindfail" path="pages/
pay/order-pay-ope
n/main" wx:if="{{canIUse}}" class='buy' target="miniProgram" open-type="navigate" app-id="{{etcpAppId}}" extra-data='{{extraData}}' version="{{etcpVersion}}">
立即支付
</navigator>
<view wx:if="{{!canIUse}}" class='buy' bindtap='gotoetcp'>立即支付</view>
Write
Preview
Loading…
Cancel
Save