@@ -6,7 +6,7 @@ | |||||
"name": "富茂客官开发", | "name": "富茂客官开发", | ||||
"attr": { | "attr": { | ||||
"ifHaveCarModular":"1", | "ifHaveCarModular":"1", | ||||
"etcppversion":"release", | |||||
"etcpversion":"release", | |||||
"configUrl":"https://ciformall.youlane.cn/C/api", | "configUrl":"https://ciformall.youlane.cn/C/api", | ||||
"passCarAppId":"wx192b7d2e8dcbefd0", | "passCarAppId":"wx192b7d2e8dcbefd0", | ||||
"passCarreturnUrl":"https://ciformall.youlane.cn/api/carCallback/etcpPaidCallback" | "passCarreturnUrl":"https://ciformall.youlane.cn/api/carCallback/etcpPaidCallback" | ||||
@@ -86,7 +86,7 @@ Page({ | |||||
that.setData({ | that.setData({ | ||||
passCarPath:extConfig.attr.passCarPath, | passCarPath:extConfig.attr.passCarPath, | ||||
passCarAppId: extConfig.attr.passCarAppId, | passCarAppId: extConfig.attr.passCarAppId, | ||||
etcppversion: extConfig.attr.etcppversion, | |||||
etcpversion: extConfig.attr.etcpversion, | |||||
passCarreturnUrl: extConfig.attr.passCarreturnUrl, | passCarreturnUrl: extConfig.attr.passCarreturnUrl, | ||||
ifHaveCarModular: extConfig.attr.ifHaveCarModular | ifHaveCarModular: extConfig.attr.ifHaveCarModular | ||||
}) | }) | ||||
@@ -54,7 +54,7 @@ | |||||
<view class="buy-view" wx:if="{{stopFees.orderId}}"> | <view class="buy-view" wx:if="{{stopFees.orderId}}"> | ||||
<navigator bindfail="bindfail" path="pages/main/main" wx:if="{{canIUse}}" class='buy' target="miniProgram" open-type="navigate" app-id="{{passCarAppId}}" extra-data='{{extraData}}' version="{{etcppversion}}"> | |||||
<navigator bindfail="bindfail" path="pages/main/main" wx:if="{{canIUse}}" class='buy' target="miniProgram" open-type="navigate" app-id="{{passCarAppId}}" extra-data='{{extraData}}' version="{{etcpversion}}"> | |||||
立即支付 | 立即支付 | ||||
</navigator> | </navigator> | ||||
<view wx:if="{{!canIUse}}" class='buy' bindtap='gotoetcp'>立即支付</view> | <view wx:if="{{!canIUse}}" class='buy' bindtap='gotoetcp'>立即支付</view> | ||||
@@ -4,7 +4,7 @@ | |||||
"ignore": [] | "ignore": [] | ||||
}, | }, | ||||
"setting": { | "setting": { | ||||
"urlCheck": true, | |||||
"urlCheck": false, | |||||
"es6": true, | "es6": true, | ||||
"postcss": true, | "postcss": true, | ||||
"minified": true, | "minified": true, | ||||