瀏覽代碼

卡pin码解锁修改

yxb
DESKTOP-2IO5MST\huting 1 年之前
父節點
當前提交
c04a4d27aa

+ 1
- 0
App.vue 查看文件

@@ -129,6 +129,7 @@
// #ifdef MP-WEIXIN
request(getOpenidApi, options).then((res) => {
const result = stringToJson(res.bizContent);
console.log("getOpenidApi", result)
const openidData = stringToJson(result.data);
setItem("QYorder", openidData);
});

+ 7
- 8
subpackage/after-sale/pin-code-deblocking/pin-code-confirm.vue 查看文件

@@ -10,7 +10,7 @@
<view> 用户名称: </view>
<text>{{ orderInfos.ownerName }}</text>
</view>
<view class="details-item">
<view class="details-item">
<view> 用户证件类型: </view>
<text>{{ getCodeName('CERTIFICATE_TYPE',orderInfos.ownerIdtype) }}</text>
</view>
@@ -40,7 +40,8 @@
<view class="card-center">
<view class="card-center-head"> {{orderInfos.cardId}} </view>
<view class="tips">
<text>储蓄卡</text>
<!-- <text>储蓄卡</text> -->
<text>卡状态</text>
<text class="tips-card">{{getCodeName('CARD_STATE_TYPE',orderInfos.cardStatus)}}</text>
</view>
<view class="choose-item"> 有效期:{{orderInfos.cardExpireTime}}</view>
@@ -161,7 +162,7 @@
};
request(orderDetail, options).then((res) => {
let orderInfo = JSON.parse(res.bizContent);
console.log(orderInfo);
console.log("orderInfo", orderInfo);
orderInfos.orderId = orderInfo.orderId;
orderInfos.ownerName = orderInfo.ownerName;
orderInfos.ownerIdtype = orderInfo.ownerIdtype;
@@ -185,9 +186,7 @@
type: 2,
data: {
cardId: orderInfos.cardId,
command: command,
cosResponse: cosResponse,
pinType: pinType,
pinType: "2",
},
method: "POST",
showLoading: true,
@@ -229,7 +228,7 @@
cardId: orderInfos.cardId,
command: command,
cosResponse: cosResponse,
pinType: pinType,
pinType: "2",
},
method: "POST",
showLoading: true,
@@ -255,7 +254,7 @@
tools.alertF("此卡pin已永久锁定!请联系客服进行换卡处理!");
} else {
console.log("res=====", res)
getCommandBack(result.command, res.cosResponse, result.pinType);
getCommandBack(result.command, cosResponse, result.pinType);
}
})
}

+ 2
- 2
subpackage/orders/flowingWater-result.vue 查看文件

@@ -3,7 +3,7 @@
<view class="content">
<image :src="`${$imgUrl}ETCcancellation/bg1.png`" mode=""></image>
<view class="title">
办理成功
圈存成功
</view>
<view class="">
您办理的补卡额业务已完成
@@ -80,4 +80,4 @@
left: 50%;
transform: translate(-50%);
}
</style>
</style>

+ 2
- 2
subpackage/orders/flowingWater.vue 查看文件

@@ -29,8 +29,8 @@
</view>
<view class="btn-wrap">
<view>
<text v-if="item.status === 1" class="status-wrap">审核进度:<text>已进行</text></text>
<text v-if="item.status === 2" class="status-wrap">审核进度:<text
<text v-if="item.status === 1" class="status-wrap">圈存状态:<text>已进行</text></text>
<text v-if="item.status === 2" class="status-wrap">圈存状态:<text
class="status-text">未进行</text></text>
<text v-if="item.status === -1" class="status-wrap">审核进度:<text>驳回</text></text>
<text v-if="item.status === 3" class="status-wrap">审核进度:<text>待审核</text></text>

Loading…
取消
儲存