|
@@ -158,7 +158,7 @@ const url = {
|
|
|
const bgimg = ref(url.bg);
|
|
|
const kuangimg = ref(url.kuang);
|
|
|
const text2img = ref(url.text2);
|
|
|
-const step = ref(4); // 动画步骤
|
|
|
+const step = ref(1); // 动画步骤
|
|
|
const stepBody = ref(0);
|
|
|
let t = setTimeout(() => {
|
|
|
clearTimeout(t);
|