Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
HBHAndroid
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
杨秀秀
HBHAndroid
Commits
495a2aa3
Commit
495a2aa3
authored
Oct 12, 2023
by
小费同学阿
💬
Committed by
杨秀秀
Nov 21, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
68389 【商户app-android】扫描消费者二维码后,选择支付类型弹框中点击【取消】按钮没有反应
parent
132497ab
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
PaylTypeListDialog.kt
.../java/com/xx/hbhbcompany/app/dialog/PaylTypeListDialog.kt
+5
-0
dialog_pay_type_list.xml
hbhbcompany/src/main/res/layout/dialog_pay_type_list.xml
+1
-0
No files found.
hbhbcompany/src/main/java/com/xx/hbhbcompany/app/dialog/PaylTypeListDialog.kt
View file @
495a2aa3
...
@@ -31,12 +31,17 @@ class PaylTypeListDialog(context: Context, val list:List<TextListProvider>): xxB
...
@@ -31,12 +31,17 @@ class PaylTypeListDialog(context: Context, val list:List<TextListProvider>): xxB
}
}
/*确定按钮*/
fun
typeClickDialog
(
view
:
View
)
{
fun
typeClickDialog
(
view
:
View
)
{
if
(
DialogClickListener
!=
null
)
{
if
(
DialogClickListener
!=
null
)
{
DialogClickListener
.
dialogClickBack
(
view
.
id
,
adpter
.
getBuuthBusinessId
())
DialogClickListener
.
dialogClickBack
(
view
.
id
,
adpter
.
getBuuthBusinessId
())
}
}
dismiss
()
dismiss
()
}
}
/*取消按钮关闭弹窗*/
fun
typeCloseDialog
(
view
:
View
)
{
dismiss
()
}
}
}
\ No newline at end of file
hbhbcompany/src/main/res/layout/dialog_pay_type_list.xml
View file @
495a2aa3
...
@@ -53,6 +53,7 @@
...
@@ -53,6 +53,7 @@
app:layout_constraintBottom_toBottomOf=
"parent"
app:layout_constraintBottom_toBottomOf=
"parent"
app:layout_constraintLeft_toLeftOf=
"parent"
app:layout_constraintLeft_toLeftOf=
"parent"
android:textColor=
"@color/foreground"
android:textColor=
"@color/foreground"
android:onClick=
"@{dialog.typeCloseDialog}"
android:id=
"@+id/btn_bdl_cancel"
/>
android:id=
"@+id/btn_bdl_cancel"
/>
<Button
<Button
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment