Explorar el Código

[Feature]提交代码

yxb
杨毅 hace 2 años
padre
commit
ebceeb576e
Se han modificado 1 ficheros con 6 adiciones y 6 borrados
  1. 6
    6
      after-sale/card-loss-reporting/cardloss-confirm.vue

+ 6
- 6
after-sale/card-loss-reporting/cardloss-confirm.vue Ver fichero

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

Cargando…
Cancelar
Guardar