feat(pay): 暂时注释404接口

This commit is contained in:
woody 2025-05-23 17:47:26 +08:00
parent 0cd7107d05
commit 4d3aa9578b
1 changed files with 3 additions and 3 deletions

View File

@ -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;
});