bill 4 months ago
parent
commit
3af99be6bf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/guide/guide/attach-animation-sam.vue

+ 1 - 1
src/views/guide/guide/attach-animation-sam.vue

@@ -5,7 +5,7 @@
     @click="attachAnimation"
     @click="attachAnimation"
   >
   >
     <ui-icon type="a-animation_s" />
     <ui-icon type="a-animation_s" />
-    <span>激活动画</span>
+    <span>{{ isPlayIng ? "关闭" : "激活" }}动画</span>
   </div>
   </div>
 </template>
 </template>