feat(pay): 暂时注释404接口
This commit is contained in:
parent
0cd7107d05
commit
4d3aa9578b
|
@ -1291,9 +1291,9 @@ export default {
|
|||
this.jdTl = val;
|
||||
},
|
||||
getBankList() {
|
||||
api.jdBankList().then((res) => {
|
||||
this.jdList = res.data;
|
||||
});
|
||||
// api.jdBankList().then((res) => {
|
||||
// this.jdList = res.data;
|
||||
// });
|
||||
api.tlBankList().then((res) => {
|
||||
this.tlList = res.data;
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue