diff --git a/uni_modules/uni-animation-view/utssdk/app-ios/index.vue b/uni_modules/uni-animation-view/utssdk/app-ios/index.vue index 7b8c1ae4a6ab6fff87cd9ad60187197fbc10003d..0d114564825c4605b6c2854316eaf83e84fbe5b4 100644 --- a/uni_modules/uni-animation-view/utssdk/app-ios/index.vue +++ b/uni_modules/uni-animation-view/utssdk/app-ios/index.vue @@ -43,14 +43,14 @@ default: "" }, /** - * 动画是否循环播放 + * 动画是否自动播放 */ "autoplay": { type: Boolean, default: false }, /** - * 动画是否自动播放 + * 动画是否循环播放 */ "loop": { type: Boolean,