|
|
@@ -33,7 +33,6 @@ onShow(async () => {
|
|
|
await getDataList()
|
|
|
isLoading.value = false
|
|
|
} catch (err) {
|
|
|
- console.log(err);
|
|
|
isLoading.value = false
|
|
|
}
|
|
|
})
|
|
|
@@ -121,9 +120,7 @@ function handleClose(val: boolean) {
|
|
|
<!-- 精灵图动画 -->
|
|
|
<cl-image lazy-load src="https://oss.xiaoxiongcode.com/static/home/3.gif" mode="heightFix"
|
|
|
class="!absolute bottom-0 left-0 !w-[44vh] !h-[55vh] z-[1]" />
|
|
|
- <view>
|
|
|
|
|
|
- </view>
|
|
|
<!-- 顶部右侧光标签 -->
|
|
|
<view class="light-tag" @tap="visible = true">
|
|
|
<image class="light-icon" lazy-load v-if="catalog?.ossIconPath" :src="catalog?.ossIconPath">
|