|
|
@@ -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); |
|
|
|
} |
|
|
|
}) |
|
|
|
} |