...
|
...
|
@@ -20,14 +20,7 @@ const getAddressDataAsync = (uid, limit) => { |
|
|
method: 'app.address.gethidden',
|
|
|
uid: uid,
|
|
|
limit: limit
|
|
|
}).then(result => {
|
|
|
// console.log('列表结果result', result);
|
|
|
if (result.code === 200) {
|
|
|
return result.data;
|
|
|
} else {
|
|
|
return result;
|
|
|
}
|
|
|
});
|
|
|
}).then(result => result);
|
|
|
};
|
|
|
|
|
|
/**
|
...
|
...
|
|