Merge branch 'feature/GFRS-1036【待确定】对接保融微信支付' into dev

This commit is contained in:
tian.guangyuan
2020-05-08 15:17:38 +08:00

View File

@@ -30,7 +30,6 @@
<span>{{ underWriteData.bankName }}</span>
</div>
</van-cell>
<van-cell title="温馨提示:以上账号仅为本次扣款使用" title-class="redDanger fs12" />
</van-cell-group>
<!-- 第三方支付所需表单 -->
<form ref="payForm" :action="formActionUrl" method="post">
@@ -163,7 +162,8 @@ export default {
SDPB: '310',
SHB: '7006',
CITIC: '302',
PSBC: '7008'
PSBC: '7008',
CIB: '309'
},
isWeixin, // 是否为微信环境
isLoading: false // 分享到微信后的页面loading
@@ -247,11 +247,6 @@ export default {
this.$forceUpdate()
let thisRef = this
this.$nextTick(() => {
// eslint-disable-next-line
EWebBridge.webCallAppInJs("goBack", {
refresh: '1',
index: '-2'
})
thisRef.$refs.payForm.submit() // 表单提交,发起支付,跳至收银台
})
@@ -373,7 +368,6 @@ export default {
},
share() {
let shareName = this.underWriteData.appntName
// eslint-disable-next-line
EWebBridge.webCallAppInJs('bridge', {
flag: 'share',
extra: {
@@ -419,7 +413,4 @@ export default {
padding-left: 13px;
padding-right: 3px;
}
.redDanger {
color: #E9332E !important;
}
</style>