|
@@ -413,7 +413,7 @@ onMounted(() => {
|
|
|
})
|
|
|
onNavigationBarButtonTap(async (event) => {
|
|
|
if (event.index === 0) {
|
|
|
- const res = await getPickUpByWaybillNo('123456')
|
|
|
+ const res = await getPickUpByWaybillNo('YTSEA2412080001GB01')
|
|
|
|
|
|
console.log('res---', res)
|
|
|
|