|
|
@@ -144,11 +144,11 @@ |
|
|
|
|
|
|
|
/*监听手机号验证后的回调*/
|
|
|
|
uni.$on('queryCardlossStatus', function(type) {
|
|
|
|
queryCardlossStatus(type).then((val: any)) => {
|
|
|
|
navTo(
|
|
|
|
`/after-sale/card-loss-reporting/card-result`
|
|
|
|
)
|
|
|
|
})
|
|
|
|
queryCardlossStatusType(type).then((val: any) => {
|
|
|
|
navTo(
|
|
|
|
`/after-sale/card-loss-reporting/card-result`
|
|
|
|
)
|
|
|
|
});
|
|
|
|
})
|
|
|
|
});
|
|
|
|
onUnload(() => {
|
|
|
@@ -254,7 +254,7 @@ |
|
|
|
reject(error);
|
|
|
|
});
|
|
|
|
}
|
|
|
|
const queryCardlossStatus = (val: any) => {
|
|
|
|
const queryCardlossStatusType = (val: any) => {
|
|
|
|
var data = {
|
|
|
|
cardId: state.data.cardId,
|
|
|
|
obuId: state.data.obuId,
|