|
@@ -167,7 +167,7 @@
|
|
|
const bgimg = ref(url.bg);
|
|
|
const kuangimg = ref(url.kuang);
|
|
|
const text2img = ref(url.text2);
|
|
|
- const step = ref(4); // 动画步骤 默认0
|
|
|
+ const step = ref(0); // 动画步骤 默认0
|
|
|
const stepBody = ref(0); // 首页文字显示动画 默认0
|
|
|
const nextStep = ref(0);
|
|
|
const eightRef = ref(null);
|