调整缴费方式和支付平台的处理

This commit is contained in:
ywyonui 2025-08-20 15:15:16 +08:00
parent 60c416c171
commit 514bfcd616
3 changed files with 8 additions and 2 deletions

View File

@ -52,6 +52,10 @@
<text class="label">缴费方式</text> <text class="label">缴费方式</text>
<text class="value">{{ bmInfo.jfFs }}</text> <text class="value">{{ bmInfo.jfFs }}</text>
</view> </view>
<view class="bm-item">
<text class="label">支付平台</text>
<text class="value">{{ bmInfo.zfptLx }}</text>
</view>
<view class="bm-item"> <view class="bm-item">
<text class="label">支付状态</text> <text class="label">支付状态</text>
<text class="value" :class="getStatusClass(bmInfo.status)">{{ bmInfo.status }}</text> <text class="value" :class="getStatusClass(bmInfo.status)">{{ bmInfo.status }}</text>

View File

@ -143,7 +143,8 @@ const payNow = async () => {
const res = await jcFqJcBzJfjApi({ const res = await jcFqJcBzJfjApi({
xsId: getData.xsId, xsId: getData.xsId,
bzId: getData.bzId, bzId: getData.bzId,
jffs: "四川农信", // TODO: jffs: "线上缴费", // 线线
zfptLx: "四川农信", // TODO:
jzId: getUser.jzId, jzId: getUser.jzId,
userId: getUser.userId, userId: getUser.userId,
openId: getUser.openId, openId: getUser.openId,

View File

@ -125,7 +125,8 @@ const payNow = async () => {
const res = await jzXkFqJfjApi({ const res = await jzXkFqJfjApi({
xsId: getData.xsId, xsId: getData.xsId,
xkId: getData.xkId, xkId: getData.xkId,
jffs: "四川农信", // TODO: jffs: "线上缴费", // 线线
zfptLx: "四川农信", // TODO:
jzId: getUser.jzId, jzId: getUser.jzId,
userId: getUser.userId, userId: getUser.userId,
openId: getUser.openId, openId: getUser.openId,