Commit c4c26a42 authored by pete谢兆麟's avatar pete谢兆麟

正式获批弹窗,内容不准确

parent 3479f27e
...@@ -217,7 +217,7 @@ private extension YHOffivialApprovalSuccessCheckView { ...@@ -217,7 +217,7 @@ private extension YHOffivialApprovalSuccessCheckView {
} }
@objc private func handleDisplayLink(_ displayLink: CADisplayLink) { @objc private func handleDisplayLink(_ displayLink: CADisplayLink) {
if currentIndex < fullText.count + centerText.count + lastText.count { if currentIndex <= fullText.count + centerText.count + lastText.count {
var index = currentIndex var index = currentIndex
if currentIndex >= fullText.count { if currentIndex >= fullText.count {
index = fullText.count index = fullText.count
......
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