diff --git a/tonecn/src/components/Common/RotationVerification.vue b/tonecn/src/components/Common/RotationVerification.vue index b6dee71..7e95286 100644 --- a/tonecn/src/components/Common/RotationVerification.vue +++ b/tonecn/src/components/Common/RotationVerification.vue @@ -1,5 +1,12 @@ - - - - 安全验证 - {{ onVerifying ? "正在验证,请稍后..." : (onVerifyFail?"验证失败,请再试一次":"拖动滑块,使图片角度为水平") }} - - - - - - + + + + 安全验证 + {{ onVerifying ? "正在验证,请稍后..." : (onVerifyFail ? "验证失败,请再试一次" : "拖动滑块,使图片角度为水平") + }} + + + + + + + + + + + - - - + \ No newline at end of file