bug
This commit is contained in:
@@ -104,7 +104,7 @@ export default {
|
||||
if (res.code === 0) {
|
||||
this.info = res.data
|
||||
if(res.data.family && res.data.family.length) {
|
||||
console.log(res.data.family);
|
||||
// console.log(res.data.family);
|
||||
this.list = res.data.family.map(item => {
|
||||
return {
|
||||
...item,
|
||||
|
||||
Reference in New Issue
Block a user