Commit 52159038 authored by David黄金龙's avatar David黄金龙

添加复制逻辑

parent 2e7f589c
...@@ -62,7 +62,8 @@ class YHPayMemberContentItem: UIView { ...@@ -62,7 +62,8 @@ class YHPayMemberContentItem: UIView {
private extension YHPayMemberContentItem { private extension YHPayMemberContentItem {
@objc func clickCopyBtn() { @objc func clickCopyBtn() {
UIPasteboard.general.string = "test_test"
YHHUD.flash(message: "已复制档案号")
} }
func setupUI() { func setupUI() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment