Browse Source

[Feature]提交代码

yxb
杨毅 2 years ago
parent
commit
ebceeb576e
1 changed files with 6 additions and 6 deletions
  1. 6
    6
      after-sale/card-loss-reporting/cardloss-confirm.vue

+ 6
- 6
after-sale/card-loss-reporting/cardloss-confirm.vue View File

@@ -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,

Loading…
Cancel
Save