This commit is contained in:
bb_pan 2026-01-04 14:25:22 +08:00
parent 908ac7e8ee
commit 6aeea0c0f9
1 changed files with 5 additions and 3 deletions

View File

@ -347,7 +347,7 @@ getTypeListData()
//
const getCompanyAddressListData = async () => {
const res: any = await getCompanyListApi()
const result: any = await getAreaApi(34)
const result: any = await getAreaApi(0)
const addressList = result.data.map((e: any) => {
return { ...e, name: e.areaName, value: e.areaCode, isChecked: false, index: 1 }
})
@ -512,17 +512,19 @@ const onAcceptOrders = (id: any) => {
padding-bottom: 20px;
border-bottom: 1px solid #ccc;
.choose {
margin-top: 20px;
margin-top: 10px;
// font-size: 14px;
.line {
padding: 14px 0;
display: flex;
align-items: center;
align-items: flex-start;
// border-bottom: 1px solid #dddddd;
.label {
// width: 100px;
padding-top: 2px;
line-height: 25px;
box-sizing: border-box;
// padding: 0 15px;
// background: #f3f3f3;