|
@@ -15,246 +15,254 @@
|
|
|
<DirectionalLayout
|
|
<DirectionalLayout
|
|
|
ohos:height="match_parent"
|
|
ohos:height="match_parent"
|
|
|
ohos:width="match_parent"
|
|
ohos:width="match_parent"
|
|
|
- ohos:orientation="horizontal"
|
|
|
|
|
- ohos:margin="10vp">
|
|
|
|
|
|
|
+ ohos:margin="10vp"
|
|
|
|
|
+ ohos:orientation="horizontal">
|
|
|
|
|
|
|
|
<!-- 左侧内容区域 - 垂直布局 -->
|
|
<!-- 左侧内容区域 - 垂直布局 -->
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+ <StackLayout
|
|
|
|
|
+ xmlns:ohos="http://schemas.huawei.com/res/ohos"
|
|
|
|
|
+ ohos:height="match_parent"
|
|
|
|
|
+ ohos:width="match_content"
|
|
|
|
|
+ ohos:orientation="horizontal">
|
|
|
|
|
+
|
|
|
<DirectionalLayout
|
|
<DirectionalLayout
|
|
|
ohos:id="$+id:main_left"
|
|
ohos:id="$+id:main_left"
|
|
|
ohos:height="match_parent"
|
|
ohos:height="match_parent"
|
|
|
ohos:width="400vp"
|
|
ohos:width="400vp"
|
|
|
ohos:orientation="vertical">
|
|
ohos:orientation="vertical">
|
|
|
|
|
|
|
|
- <DirectionalLayout
|
|
|
|
|
- ohos:height="40vp"
|
|
|
|
|
- ohos:width="match_parent"
|
|
|
|
|
- ohos:alignment="left"
|
|
|
|
|
- ohos:background_element="$graphic:container_top"
|
|
|
|
|
- ohos:end_padding="16vp"
|
|
|
|
|
- ohos:orientation="horizontal"
|
|
|
|
|
- ohos:start_padding="16vp">
|
|
|
|
|
-
|
|
|
|
|
<DirectionalLayout
|
|
<DirectionalLayout
|
|
|
- ohos:height="match_content"
|
|
|
|
|
|
|
+ ohos:height="40vp"
|
|
|
ohos:width="match_parent"
|
|
ohos:width="match_parent"
|
|
|
ohos:alignment="left"
|
|
ohos:alignment="left"
|
|
|
- ohos:layout_alignment="center"
|
|
|
|
|
- ohos:orientation="horizontal">
|
|
|
|
|
-
|
|
|
|
|
- <Image
|
|
|
|
|
- ohos:height="25vp"
|
|
|
|
|
- ohos:width="25vp"
|
|
|
|
|
- ohos:image_src="$media:logo_white"
|
|
|
|
|
- ohos:right_margin="10vp"
|
|
|
|
|
- ohos:scale_mode="stretch"
|
|
|
|
|
- ></Image>
|
|
|
|
|
-
|
|
|
|
|
- <!-- 标题文字 -->
|
|
|
|
|
- <Text
|
|
|
|
|
- ohos:id="$+id:title_text"
|
|
|
|
|
|
|
+ ohos:background_element="$graphic:container_top"
|
|
|
|
|
+ ohos:end_padding="16vp"
|
|
|
|
|
+ ohos:orientation="horizontal"
|
|
|
|
|
+ ohos:start_padding="16vp">
|
|
|
|
|
+
|
|
|
|
|
+ <DirectionalLayout
|
|
|
ohos:height="match_content"
|
|
ohos:height="match_content"
|
|
|
- ohos:width="0"
|
|
|
|
|
- ohos:weight="1"
|
|
|
|
|
- ohos:layout_alignment="vertical_center"
|
|
|
|
|
- ohos:text="爱泊客.停车缴费"
|
|
|
|
|
- ohos:text_color="#FFFFFFFF"
|
|
|
|
|
- ohos:text_size="14fp"
|
|
|
|
|
- ohos:text_weight="600"/>
|
|
|
|
|
- <Image
|
|
|
|
|
- ohos:id="$+id:quit"
|
|
|
|
|
- ohos:height="25vp"
|
|
|
|
|
- ohos:width="25vp"
|
|
|
|
|
- ohos:image_src="$media:logout"
|
|
|
|
|
- ohos:scale_mode="stretch"
|
|
|
|
|
-
|
|
|
|
|
- ></Image>
|
|
|
|
|
|
|
+ ohos:width="match_parent"
|
|
|
|
|
+ ohos:alignment="left"
|
|
|
|
|
+ ohos:layout_alignment="center"
|
|
|
|
|
+ ohos:orientation="horizontal">
|
|
|
|
|
|
|
|
- </DirectionalLayout>
|
|
|
|
|
- </DirectionalLayout>
|
|
|
|
|
|
|
+ <Image
|
|
|
|
|
+ ohos:height="25vp"
|
|
|
|
|
+ ohos:width="25vp"
|
|
|
|
|
+ ohos:image_src="$media:logo_white"
|
|
|
|
|
+ ohos:right_margin="10vp"
|
|
|
|
|
+ ohos:scale_mode="stretch"
|
|
|
|
|
+ ></Image>
|
|
|
|
|
|
|
|
- <!-- 页面滑动容器 -->
|
|
|
|
|
- <DirectionalLayout
|
|
|
|
|
- ohos:bottom_padding="10vp"
|
|
|
|
|
- ohos:height="0vp"
|
|
|
|
|
- ohos:width="match_parent"
|
|
|
|
|
- ohos:background_element="$graphic:container_body"
|
|
|
|
|
- ohos:left_padding="1vp"
|
|
|
|
|
- ohos:right_padding="1vp"
|
|
|
|
|
- ohos:weight="1">
|
|
|
|
|
|
|
+ <!-- 标题文字 -->
|
|
|
|
|
+ <Text
|
|
|
|
|
+ ohos:id="$+id:title_text"
|
|
|
|
|
+ ohos:height="match_content"
|
|
|
|
|
+ ohos:width="0"
|
|
|
|
|
+ ohos:layout_alignment="vertical_center"
|
|
|
|
|
+ ohos:text="爱泊客.停车缴费"
|
|
|
|
|
+ ohos:text_color="#FFFFFFFF"
|
|
|
|
|
+ ohos:text_size="14fp"
|
|
|
|
|
+ ohos:text_weight="600"
|
|
|
|
|
+ ohos:weight="1"/>
|
|
|
|
|
|
|
|
- <PageSlider
|
|
|
|
|
- ohos:id="$+id:page_slider"
|
|
|
|
|
- ohos:height="match_parent"
|
|
|
|
|
- ohos:width="match_parent"/>
|
|
|
|
|
- </DirectionalLayout>
|
|
|
|
|
|
|
+ <Image
|
|
|
|
|
+ ohos:id="$+id:quit"
|
|
|
|
|
+ ohos:height="25vp"
|
|
|
|
|
+ ohos:width="25vp"
|
|
|
|
|
+ ohos:image_src="$media:logout"
|
|
|
|
|
+ ohos:scale_mode="stretch"
|
|
|
|
|
|
|
|
- <!-- 底部导航栏 -->
|
|
|
|
|
- <DirectionalLayout
|
|
|
|
|
- ohos:height="64vp"
|
|
|
|
|
- ohos:width="match_parent"
|
|
|
|
|
- ohos:background_element="$graphic:container_bottom"
|
|
|
|
|
- ohos:bottom_padding="8vp"
|
|
|
|
|
- ohos:orientation="horizontal"
|
|
|
|
|
- ohos:top_margin="8vp"
|
|
|
|
|
- ohos:top_padding="8vp">
|
|
|
|
|
-
|
|
|
|
|
- <!-- 找车位 -->
|
|
|
|
|
- <DirectionalLayout
|
|
|
|
|
- ohos:id="$+id:nav_find_parking"
|
|
|
|
|
- ohos:height="match_parent"
|
|
|
|
|
- ohos:width="0vp"
|
|
|
|
|
- ohos:alignment="center"
|
|
|
|
|
- ohos:orientation="vertical"
|
|
|
|
|
- ohos:weight="1">
|
|
|
|
|
|
|
+ ></Image>
|
|
|
|
|
|
|
|
- <Image
|
|
|
|
|
- ohos:id="$+id:icon_park"
|
|
|
|
|
- ohos:height="24vp"
|
|
|
|
|
- ohos:width="24vp"
|
|
|
|
|
- ohos:bottom_margin="4vp"
|
|
|
|
|
- ohos:image_src="$media:park"
|
|
|
|
|
- ohos:scale_mode="stretch"
|
|
|
|
|
- ohos:visibility="hide"/>
|
|
|
|
|
-
|
|
|
|
|
- <Image
|
|
|
|
|
- ohos:id="$+id:icon_park_1"
|
|
|
|
|
- ohos:height="24vp"
|
|
|
|
|
- ohos:width="24vp"
|
|
|
|
|
- ohos:bottom_margin="4vp"
|
|
|
|
|
- ohos:image_src="$media:park_1"
|
|
|
|
|
- ohos:scale_mode="stretch"/>
|
|
|
|
|
-
|
|
|
|
|
- <Text
|
|
|
|
|
- ohos:id="$+id:text_park"
|
|
|
|
|
- ohos:height="match_content"
|
|
|
|
|
- ohos:width="match_content"
|
|
|
|
|
- ohos:text="找车位"
|
|
|
|
|
- ohos:text_color="#FA6332"
|
|
|
|
|
- ohos:text_size="12fp"/>
|
|
|
|
|
|
|
+ </DirectionalLayout>
|
|
|
</DirectionalLayout>
|
|
</DirectionalLayout>
|
|
|
|
|
|
|
|
- <!-- 我的 -->
|
|
|
|
|
- <DirectionalLayout
|
|
|
|
|
- ohos:id="$+id:nav_charge"
|
|
|
|
|
- ohos:height="match_parent"
|
|
|
|
|
- ohos:width="0vp"
|
|
|
|
|
- ohos:alignment="center"
|
|
|
|
|
- ohos:orientation="vertical"
|
|
|
|
|
|
|
+ <!-- 页面容器 - 使用StackLayout堆叠显示 -->
|
|
|
|
|
+ <StackLayout
|
|
|
|
|
+ ohos:id="$+id:page_container"
|
|
|
|
|
+ ohos:height="0vp"
|
|
|
|
|
+ ohos:width="match_parent"
|
|
|
|
|
+ ohos:background_element="$graphic:container_body"
|
|
|
|
|
+ ohos:bottom_padding="10vp"
|
|
|
|
|
+ ohos:left_padding="1vp"
|
|
|
|
|
+ ohos:right_padding="1vp"
|
|
|
ohos:weight="1">
|
|
ohos:weight="1">
|
|
|
|
|
+ <!-- 三个页面组件将动态添加到这里 -->
|
|
|
|
|
+ </StackLayout>
|
|
|
|
|
|
|
|
- <Image
|
|
|
|
|
- ohos:id="$+id:icon_charge"
|
|
|
|
|
- ohos:height="24vp"
|
|
|
|
|
- ohos:width="24vp"
|
|
|
|
|
- ohos:bottom_margin="4vp"
|
|
|
|
|
- ohos:image_src="$media:charge"
|
|
|
|
|
- ohos:scale_mode="stretch"/>
|
|
|
|
|
-
|
|
|
|
|
- <Image
|
|
|
|
|
- ohos:id="$+id:icon_charge_1"
|
|
|
|
|
- ohos:height="24vp"
|
|
|
|
|
- ohos:width="24vp"
|
|
|
|
|
- ohos:bottom_margin="4vp"
|
|
|
|
|
- ohos:image_src="$media:charge_1"
|
|
|
|
|
- ohos:scale_mode="stretch"
|
|
|
|
|
- ohos:visibility="hide"/>
|
|
|
|
|
-
|
|
|
|
|
- <Text
|
|
|
|
|
- ohos:id="$+id:text_charge"
|
|
|
|
|
- ohos:height="match_content"
|
|
|
|
|
- ohos:width="match_content"
|
|
|
|
|
- ohos:text="缴费"
|
|
|
|
|
- ohos:text_color="#FF666666"
|
|
|
|
|
- ohos:text_size="12fp"/>
|
|
|
|
|
- </DirectionalLayout>
|
|
|
|
|
-
|
|
|
|
|
- <!-- 缴费记录 -->
|
|
|
|
|
|
|
+ <!-- 底部导航栏 -->
|
|
|
<DirectionalLayout
|
|
<DirectionalLayout
|
|
|
- ohos:id="$+id:nav_order"
|
|
|
|
|
- ohos:height="match_parent"
|
|
|
|
|
- ohos:width="0vp"
|
|
|
|
|
- ohos:alignment="center"
|
|
|
|
|
- ohos:orientation="vertical"
|
|
|
|
|
- ohos:weight="1">
|
|
|
|
|
|
|
+ ohos:height="64vp"
|
|
|
|
|
+ ohos:width="match_parent"
|
|
|
|
|
+ ohos:background_element="$graphic:container_bottom"
|
|
|
|
|
+ ohos:bottom_padding="8vp"
|
|
|
|
|
+ ohos:orientation="horizontal"
|
|
|
|
|
+ ohos:top_margin="8vp"
|
|
|
|
|
+ ohos:top_padding="8vp">
|
|
|
|
|
|
|
|
- <Image
|
|
|
|
|
- ohos:id="$+id:icon_order"
|
|
|
|
|
- ohos:height="24vp"
|
|
|
|
|
- ohos:width="24vp"
|
|
|
|
|
- ohos:bottom_margin="4vp"
|
|
|
|
|
- ohos:image_src="$media:order"
|
|
|
|
|
- ohos:scale_mode="stretch"/>
|
|
|
|
|
-
|
|
|
|
|
- <Image
|
|
|
|
|
- ohos:id="$+id:icon_order_1"
|
|
|
|
|
- ohos:height="24vp"
|
|
|
|
|
- ohos:width="24vp"
|
|
|
|
|
- ohos:bottom_margin="4vp"
|
|
|
|
|
- ohos:image_src="$media:order_1"
|
|
|
|
|
- ohos:scale_mode="stretch"
|
|
|
|
|
- ohos:visibility="hide"/>
|
|
|
|
|
-
|
|
|
|
|
- <Text
|
|
|
|
|
- ohos:id="$+id:text_order"
|
|
|
|
|
- ohos:height="match_content"
|
|
|
|
|
- ohos:width="match_content"
|
|
|
|
|
- ohos:text="缴费记录"
|
|
|
|
|
- ohos:text_color="#FF666666"
|
|
|
|
|
- ohos:text_size="12fp"/>
|
|
|
|
|
- </DirectionalLayout>
|
|
|
|
|
|
|
+ <!-- 找车位 -->
|
|
|
|
|
+ <DirectionalLayout
|
|
|
|
|
+ ohos:id="$+id:nav_find_parking"
|
|
|
|
|
+ ohos:height="match_parent"
|
|
|
|
|
+ ohos:width="0vp"
|
|
|
|
|
+ ohos:alignment="center"
|
|
|
|
|
+ ohos:orientation="vertical"
|
|
|
|
|
+ ohos:weight="1">
|
|
|
|
|
|
|
|
- <!-- 当前位置 -->
|
|
|
|
|
- <DirectionalLayout
|
|
|
|
|
- ohos:id="$+id:nav_current_location"
|
|
|
|
|
- ohos:height="match_parent"
|
|
|
|
|
- ohos:width="0vp"
|
|
|
|
|
- ohos:alignment="center"
|
|
|
|
|
- ohos:orientation="vertical"
|
|
|
|
|
- ohos:weight="1">
|
|
|
|
|
|
|
+ <Image
|
|
|
|
|
+ ohos:id="$+id:icon_park"
|
|
|
|
|
+ ohos:height="24vp"
|
|
|
|
|
+ ohos:width="24vp"
|
|
|
|
|
+ ohos:bottom_margin="4vp"
|
|
|
|
|
+ ohos:image_src="$media:park"
|
|
|
|
|
+ ohos:scale_mode="stretch"
|
|
|
|
|
+ ohos:visibility="hide"/>
|
|
|
|
|
|
|
|
- <Image
|
|
|
|
|
- ohos:id="$+id:icon_current_location"
|
|
|
|
|
- ohos:height="24vp"
|
|
|
|
|
- ohos:width="24vp"
|
|
|
|
|
- ohos:bottom_margin="4vp"
|
|
|
|
|
- ohos:image_src="$media:location"
|
|
|
|
|
- ohos:scale_mode="stretch"/>
|
|
|
|
|
|
|
+ <Image
|
|
|
|
|
+ ohos:id="$+id:icon_park_1"
|
|
|
|
|
+ ohos:height="24vp"
|
|
|
|
|
+ ohos:width="24vp"
|
|
|
|
|
+ ohos:bottom_margin="4vp"
|
|
|
|
|
+ ohos:image_src="$media:park_1"
|
|
|
|
|
+ ohos:scale_mode="stretch"/>
|
|
|
|
|
|
|
|
- <Text
|
|
|
|
|
- ohos:id="$+id:text_current_location"
|
|
|
|
|
- ohos:height="match_content"
|
|
|
|
|
- ohos:width="match_content"
|
|
|
|
|
- ohos:text="当前位置"
|
|
|
|
|
- ohos:text_color="#FF666666"
|
|
|
|
|
- ohos:text_size="12fp"/>
|
|
|
|
|
|
|
+ <Text
|
|
|
|
|
+ ohos:id="$+id:text_park"
|
|
|
|
|
+ ohos:height="match_content"
|
|
|
|
|
+ ohos:width="match_content"
|
|
|
|
|
+ ohos:text="找车位"
|
|
|
|
|
+ ohos:text_color="#FA6332"
|
|
|
|
|
+ ohos:text_size="12fp"/>
|
|
|
|
|
+ </DirectionalLayout>
|
|
|
|
|
+
|
|
|
|
|
+ <!-- 我的 -->
|
|
|
|
|
+ <DirectionalLayout
|
|
|
|
|
+ ohos:id="$+id:nav_charge"
|
|
|
|
|
+ ohos:height="match_parent"
|
|
|
|
|
+ ohos:width="0vp"
|
|
|
|
|
+ ohos:alignment="center"
|
|
|
|
|
+ ohos:orientation="vertical"
|
|
|
|
|
+ ohos:weight="1">
|
|
|
|
|
+
|
|
|
|
|
+ <Image
|
|
|
|
|
+ ohos:id="$+id:icon_charge"
|
|
|
|
|
+ ohos:height="24vp"
|
|
|
|
|
+ ohos:width="24vp"
|
|
|
|
|
+ ohos:bottom_margin="4vp"
|
|
|
|
|
+ ohos:image_src="$media:charge"
|
|
|
|
|
+ ohos:scale_mode="stretch"/>
|
|
|
|
|
+
|
|
|
|
|
+ <Image
|
|
|
|
|
+ ohos:id="$+id:icon_charge_1"
|
|
|
|
|
+ ohos:height="24vp"
|
|
|
|
|
+ ohos:width="24vp"
|
|
|
|
|
+ ohos:bottom_margin="4vp"
|
|
|
|
|
+ ohos:image_src="$media:charge_1"
|
|
|
|
|
+ ohos:scale_mode="stretch"
|
|
|
|
|
+ ohos:visibility="hide"/>
|
|
|
|
|
+
|
|
|
|
|
+ <Text
|
|
|
|
|
+ ohos:id="$+id:text_charge"
|
|
|
|
|
+ ohos:height="match_content"
|
|
|
|
|
+ ohos:width="match_content"
|
|
|
|
|
+ ohos:text="缴费"
|
|
|
|
|
+ ohos:text_color="#FF666666"
|
|
|
|
|
+ ohos:text_size="12fp"/>
|
|
|
|
|
+ </DirectionalLayout>
|
|
|
|
|
+
|
|
|
|
|
+ <!-- 缴费记录 -->
|
|
|
|
|
+ <DirectionalLayout
|
|
|
|
|
+ ohos:id="$+id:nav_order"
|
|
|
|
|
+ ohos:height="match_parent"
|
|
|
|
|
+ ohos:width="0vp"
|
|
|
|
|
+ ohos:alignment="center"
|
|
|
|
|
+ ohos:orientation="vertical"
|
|
|
|
|
+ ohos:weight="1">
|
|
|
|
|
+
|
|
|
|
|
+ <Image
|
|
|
|
|
+ ohos:id="$+id:icon_order"
|
|
|
|
|
+ ohos:height="24vp"
|
|
|
|
|
+ ohos:width="24vp"
|
|
|
|
|
+ ohos:bottom_margin="4vp"
|
|
|
|
|
+ ohos:image_src="$media:order"
|
|
|
|
|
+ ohos:scale_mode="stretch"/>
|
|
|
|
|
+
|
|
|
|
|
+ <Image
|
|
|
|
|
+ ohos:id="$+id:icon_order_1"
|
|
|
|
|
+ ohos:height="24vp"
|
|
|
|
|
+ ohos:width="24vp"
|
|
|
|
|
+ ohos:bottom_margin="4vp"
|
|
|
|
|
+ ohos:image_src="$media:order_1"
|
|
|
|
|
+ ohos:scale_mode="stretch"
|
|
|
|
|
+ ohos:visibility="hide"/>
|
|
|
|
|
+
|
|
|
|
|
+ <Text
|
|
|
|
|
+ ohos:id="$+id:text_order"
|
|
|
|
|
+ ohos:height="match_content"
|
|
|
|
|
+ ohos:width="match_content"
|
|
|
|
|
+ ohos:text="缴费记录"
|
|
|
|
|
+ ohos:text_color="#FF666666"
|
|
|
|
|
+ ohos:text_size="12fp"/>
|
|
|
|
|
+ </DirectionalLayout>
|
|
|
|
|
+
|
|
|
|
|
+ <!-- 当前位置 -->
|
|
|
|
|
+ <DirectionalLayout
|
|
|
|
|
+ ohos:id="$+id:nav_current_location"
|
|
|
|
|
+ ohos:height="match_parent"
|
|
|
|
|
+ ohos:width="0vp"
|
|
|
|
|
+ ohos:alignment="center"
|
|
|
|
|
+ ohos:orientation="vertical"
|
|
|
|
|
+ ohos:weight="1">
|
|
|
|
|
+
|
|
|
|
|
+ <Image
|
|
|
|
|
+ ohos:id="$+id:icon_current_location"
|
|
|
|
|
+ ohos:height="24vp"
|
|
|
|
|
+ ohos:width="24vp"
|
|
|
|
|
+ ohos:bottom_margin="4vp"
|
|
|
|
|
+ ohos:image_src="$media:location"
|
|
|
|
|
+ ohos:scale_mode="stretch"/>
|
|
|
|
|
+
|
|
|
|
|
+ <Text
|
|
|
|
|
+ ohos:id="$+id:text_current_location"
|
|
|
|
|
+ ohos:height="match_content"
|
|
|
|
|
+ ohos:width="match_content"
|
|
|
|
|
+ ohos:text="当前位置"
|
|
|
|
|
+ ohos:text_color="#FF666666"
|
|
|
|
|
+ ohos:text_size="12fp"/>
|
|
|
|
|
+ </DirectionalLayout>
|
|
|
</DirectionalLayout>
|
|
</DirectionalLayout>
|
|
|
- </DirectionalLayout>
|
|
|
|
|
|
|
|
|
|
- <Button
|
|
|
|
|
- ohos:id="$+id:btn_hwid_sign_in"
|
|
|
|
|
- ohos:height="60vp"
|
|
|
|
|
- ohos:width="match_parent"
|
|
|
|
|
- ohos:layout_alignment="right|horizontal_center"
|
|
|
|
|
- ohos:text="华为账号登录"
|
|
|
|
|
- ohos:visibility="hide"></Button>
|
|
|
|
|
|
|
+ <Button
|
|
|
|
|
+ ohos:id="$+id:btn_hwid_sign_in"
|
|
|
|
|
+ ohos:height="60vp"
|
|
|
|
|
+ ohos:width="match_parent"
|
|
|
|
|
+ ohos:layout_alignment="right|horizontal_center"
|
|
|
|
|
+ ohos:text="华为账号登录"
|
|
|
|
|
+ ohos:visibility="hide"></Button>
|
|
|
</DirectionalLayout>
|
|
</DirectionalLayout>
|
|
|
|
|
|
|
|
|
|
+
|
|
|
|
|
+ <!-- Loading组件放在最后,确保在最上层显示 -->
|
|
|
|
|
+ <com.fujica.abk.component.LoadingComponent
|
|
|
|
|
+ ohos:id="$+id:loading_component"
|
|
|
|
|
+ ohos:height="match_parent"
|
|
|
|
|
+ ohos:width="match_parent"/>
|
|
|
|
|
+ </StackLayout>
|
|
|
|
|
+
|
|
|
<!-- 右侧详情区域 -->
|
|
<!-- 右侧详情区域 -->
|
|
|
<DirectionalLayout
|
|
<DirectionalLayout
|
|
|
ohos:id="$+id:main_right"
|
|
ohos:id="$+id:main_right"
|
|
|
ohos:height="match_parent"
|
|
ohos:height="match_parent"
|
|
|
ohos:width="0vp"
|
|
ohos:width="0vp"
|
|
|
- ohos:weight="1"
|
|
|
|
|
- ohos:left_margin="10vp"
|
|
|
|
|
ohos:background_element="#FFFFFFFF"
|
|
ohos:background_element="#FFFFFFFF"
|
|
|
- ohos:visibility="hide">
|
|
|
|
|
|
|
+ ohos:left_margin="10vp"
|
|
|
|
|
+ ohos:visibility="hide"
|
|
|
|
|
+ ohos:weight="1">
|
|
|
<!-- 详情组件将动态添加到这里 -->
|
|
<!-- 详情组件将动态添加到这里 -->
|
|
|
</DirectionalLayout>
|
|
</DirectionalLayout>
|
|
|
</DirectionalLayout>
|
|
</DirectionalLayout>
|
|
|
-
|
|
|
|
|
- <!-- Loading组件放在最后,确保在最上层显示 -->
|
|
|
|
|
- <com.fujica.abk.component.LoadingComponent
|
|
|
|
|
- ohos:id="$+id:loading_component"
|
|
|
|
|
- ohos:height="match_parent"
|
|
|
|
|
- ohos:width="match_parent"/>
|
|
|
|
|
</StackLayout>
|
|
</StackLayout>
|