修复bug

This commit is contained in:
weipengfei 2023-09-08 19:07:16 +08:00
parent c2666d2d56
commit ea3f8f8a84
2 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@ let httpApiThree;
let httpApi; // 总域名 let httpApi; // 总域名
let httpApiTwo; // 物流系统域名 let httpApiTwo; // 物流系统域名
// const env = 'dev'; // 开发 const env = 'dev'; // 开发
const env = 'prod'; // 生产 // const env = 'prod'; // 生产
// const env = 'prew'; // 预上线 // const env = 'prew'; // 预上线
switch(env){ switch(env){

View File

@ -201,7 +201,7 @@
} else { } else {
this.loadConfig.page++; this.loadConfig.page++;
} }
if(res.data?.extend?.deposit){ if(res.data?.extend){
this.extend = res.data.extend; this.extend = res.data.extend;
} }
this.billList = [...this.billList, ...res.data.lists]; this.billList = [...this.billList, ...res.data.lists];