浏览代码

[Feature]提交代码

yxb
杨毅 2 年前
父节点
当前提交
ebceeb576e
共有 1 个文件被更改,包括 6 次插入6 次删除
  1. 6
    6
      after-sale/card-loss-reporting/cardloss-confirm.vue

+ 6
- 6
after-sale/card-loss-reporting/cardloss-confirm.vue 查看文件

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

正在加载...
取消
保存