mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-11 01:36:43 +08:00
feature GFRS-3716 获取支付参数接口入参字段修改2
This commit is contained in:
@@ -77,7 +77,7 @@
|
|||||||
>去支付</van-button
|
>去支付</van-button
|
||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
<div class="bg-white bottom-btn" v-if="radio == '3' && !isWeixin">
|
<div class="bg-white bottom-btn" v-if="radio == 'WXJSAPI' && !isWeixin">
|
||||||
<van-button type="danger" style="width: 50vw" @click="payMent" v-no-more-click="1000" :disabled="payStatus == '1' || payStatus == '2' || payStatus == '8'"
|
<van-button type="danger" style="width: 50vw" @click="payMent" v-no-more-click="1000" :disabled="payStatus == '1' || payStatus == '2' || payStatus == '8'"
|
||||||
>去支付</van-button
|
>去支付</van-button
|
||||||
>
|
>
|
||||||
@@ -165,7 +165,7 @@ export default {
|
|||||||
},
|
},
|
||||||
created() {
|
created() {
|
||||||
if (this.isWeixin) {
|
if (this.isWeixin) {
|
||||||
this.radio = '3'
|
this.radio = 'WXJSAPI'
|
||||||
this.isLoading = true
|
this.isLoading = true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -485,7 +485,7 @@ export default {
|
|||||||
const bankCode = JSON.parse(window.localStorage.getItem('underWriteData')).bankCode;
|
const bankCode = JSON.parse(window.localStorage.getItem('underWriteData')).bankCode;
|
||||||
// 1.微信支付方式 2.银行卡支付 且 招商银行卡 需要签约 20220426 招商银行不走官微签约,同其他银行签约流程
|
// 1.微信支付方式 2.银行卡支付 且 招商银行卡 需要签约 20220426 招商银行不走官微签约,同其他银行签约流程
|
||||||
// if (!((this.radio == '' && ('CMB' == bankCode || '308' == bankCode)) || this.radio == '3')){
|
// if (!((this.radio == '' && ('CMB' == bankCode || '308' == bankCode)) || this.radio == '3')){
|
||||||
if (!(this.radio == '3')){
|
if (!(this.radio == 'WXJSAPI')){
|
||||||
isNeedSignFlag = false;
|
isNeedSignFlag = false;
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user