完善景区排队设置页与全局按钮配置迁移。
重构排队设置与变更日志交互,补充 Overlay 与资源,并将多页面主操作按钮统一到 UIButton Configuration,同步更新相关单元测试。 Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@ -59,9 +59,9 @@ final class WeChatManager: NSObject {
|
||||
shareCompletion = completion
|
||||
}
|
||||
|
||||
WXApi.send(request) { [weak self] success in
|
||||
WXApi.send(request) { success in
|
||||
guard !success else { return }
|
||||
Task { @MainActor in
|
||||
Task { @MainActor [weak self] in
|
||||
self?.finishShare(with: .sendFailed(-1))
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user