...
This commit is contained in:
@@ -21,15 +21,7 @@ const addressList = ref<{
|
||||
mobile: string,
|
||||
address: string,
|
||||
status: number
|
||||
}[]>([{
|
||||
name: '黄先生',
|
||||
mobile: '13xxxxxx8900',
|
||||
status: 1
|
||||
}, {
|
||||
name: '李先生',
|
||||
mobile: '13xxxxxx8900',
|
||||
status: 0
|
||||
}]);
|
||||
}[]>([]);
|
||||
|
||||
onLoad((e) => {
|
||||
fetchAddressList();
|
||||
|
Reference in New Issue
Block a user