commit
55131bf0c3
|
@ -174,6 +174,12 @@
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
state.payMethods = getPayMethods(data)
|
state.payMethods = getPayMethods(data)
|
||||||
|
state.payMethods.find(item => {
|
||||||
|
if (item.value && !item.disabled) {
|
||||||
|
state.payment = item.value;
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
onLoad((options) => {
|
onLoad((options) => {
|
||||||
|
|
Loading…
Reference in New Issue