调整缴费方式和支付平台的处理
This commit is contained in:
parent
60c416c171
commit
514bfcd616
@ -52,6 +52,10 @@
|
||||
<text class="label">缴费方式:</text>
|
||||
<text class="value">{{ bmInfo.jfFs }}</text>
|
||||
</view>
|
||||
<view class="bm-item">
|
||||
<text class="label">支付平台:</text>
|
||||
<text class="value">{{ bmInfo.zfptLx }}</text>
|
||||
</view>
|
||||
<view class="bm-item">
|
||||
<text class="label">支付状态:</text>
|
||||
<text class="value" :class="getStatusClass(bmInfo.status)">{{ bmInfo.status }}</text>
|
||||
|
||||
@ -143,7 +143,8 @@ const payNow = async () => {
|
||||
const res = await jcFqJcBzJfjApi({
|
||||
xsId: getData.xsId,
|
||||
bzId: getData.bzId,
|
||||
jffs: "四川农信", // TODO: 目前只支持四川农信
|
||||
jffs: "线上缴费", // 线上,线下,无需缴费
|
||||
zfptLx: "四川农信", // TODO: 目前只支持四川农信
|
||||
jzId: getUser.jzId,
|
||||
userId: getUser.userId,
|
||||
openId: getUser.openId,
|
||||
|
||||
@ -125,7 +125,8 @@ const payNow = async () => {
|
||||
const res = await jzXkFqJfjApi({
|
||||
xsId: getData.xsId,
|
||||
xkId: getData.xkId,
|
||||
jffs: "四川农信", // TODO: 目前只支持四川农信
|
||||
jffs: "线上缴费", // 线上,线下,无需缴费
|
||||
zfptLx: "四川农信", // TODO: 目前只支持四川农信
|
||||
jzId: getUser.jzId,
|
||||
userId: getUser.userId,
|
||||
openId: getUser.openId,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user