This commit is contained in:
2024-03-17 14:50:20 +08:00
parent cfdc8d088c
commit 7f0f11cf14
6 changed files with 71 additions and 23 deletions

View File

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