提交 d5446cfa authored 作者: 刘旭's avatar 刘旭

。。。

上级 ff090d5e
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
</template> </template>
<script lang="ts" setup> <script lang="ts" setup>
import { ref, nextTick } from 'vue'; import { ref } from 'vue';
import { onLoad, onReachBottom } from '@dcloudio/uni-app'; import { onLoad, onReachBottom } from '@dcloudio/uni-app';
import { getCatalogIndex, getGoodsList } from '@/api/category'; import { getCatalogIndex, getGoodsList } from '@/api/category';
import goodsItem from '@/components/goodsitem.vue'; import goodsItem from '@/components/goodsitem.vue';
...@@ -62,7 +62,7 @@ onLoad((options: any) => { ...@@ -62,7 +62,7 @@ onLoad((options: any) => {
initIndex(); initIndex();
setTimeout(() => { setTimeout(() => {
current.value = data.index; current.value = data.index;
}, 300) }, 300);
} }
}); });
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论