Przeglądaj źródła

[Feature]提交代码

yxb
杨毅 2 lat temu
rodzic
commit
ebceeb576e

+ 6
- 6
after-sale/card-loss-reporting/cardloss-confirm.vue Wyświetl plik

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

Ładowanie…
Anuluj
Zapisz