增加支付接口相关逻辑

This commit is contained in:
2025-12-05 18:03:31 +08:00
parent 8899cae323
commit 04e318f47b
38 changed files with 830 additions and 316 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 876 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 914 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 863 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 829 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 925 B

+2 -1
View File
@@ -90,7 +90,8 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_margin="27dp"
android:background="@drawable/preview_border" />
android:background="@drawable/ic_camera_rect" />
<!-- preview_border-->
</FrameLayout>
<androidx.recyclerview.widget.RecyclerView
+2 -2
View File
@@ -17,8 +17,8 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:layout_marginTop="30dp"
android:layout_marginBottom="90dp"
android:layout_marginTop="20dp"
android:layout_marginBottom="70dp"
android:textColor="#ff0a1428"
android:textSize="60sp"
android:textStyle="bold"
+2 -1
View File
@@ -4,8 +4,9 @@
android:layout_height="match_parent">
<RelativeLayout
android:layout_width="240dp"
android:layout_width="wrap_content"
android:layout_height="80dp"
android:paddingHorizontal="20dp"
android:background="@drawable/dialog_waiting">
@@ -25,4 +25,21 @@
android:textColor="#ffff3232"
android:textSize="36sp"
android:textStyle="bold" />
<Space
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="1" />
<androidx.appcompat.widget.AppCompatButton
android:id="@+id/btnConfirmPayFinish"
android:layout_width="match_parent"
android:layout_height="100dp"
android:layout_marginHorizontal="32dp"
android:layout_marginBottom="20dp"
android:background="@drawable/bg_btn_save2"
android:text="已支付确认"
android:enabled="true"
android:textColor="@color/white"
android:textSize="40sp" />
</LinearLayout>
@@ -9,6 +9,7 @@
tools:background="#FFF4FAFF">
<androidx.cardview.widget.CardView
android:id="@+id/layoutMemberInfo"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:cardBackgroundColor="@color/white"
@@ -146,9 +147,9 @@
<androidx.appcompat.widget.AppCompatButton
android:id="@+id/btnConfirmPay"
android:layout_width="match_parent"
android:layout_height="120dp"
android:layout_height="100dp"
android:layout_marginHorizontal="32dp"
android:layout_marginBottom="32dp"
android:layout_marginBottom="20dp"
android:background="@drawable/bg_btn_save2"
android:text="确认支付"
android:enabled="true"
@@ -79,6 +79,7 @@
android:id="@+id/ivPreviewImage"
android:layout_width="match_parent"
android:layout_height="456dp"
android:scaleType="centerCrop"
app:shapeAppearance="@style/round10dpCornerStyle"
tools:background="@mipmap/ic_launcher"/>
@@ -86,6 +87,7 @@
android:id="@+id/ivRecImage"
android:layout_width="match_parent"
android:layout_height="456dp"
android:scaleType="centerCrop"
tools:background="@mipmap/ic_launcher_round"
app:shapeAppearance="@style/round10dpCornerStyle"
android:visibility="gone"/>
@@ -231,8 +233,8 @@
<FrameLayout
android:id="@+id/flRecognizeIr"
android:layout_width="1.3333dp"
android:layout_height="1dp"
android:layout_width="133.33dp"
android:layout_height="100dp"
android:layout_gravity="bottom"
android:visibility="gone">