|
|
@@ -90,13 +90,13 @@ async function onScroll(e: any) {
|
|
|
@scroll="onScroll">
|
|
|
<view class="scroll-view-item_H bg-[white]" v-for="test in testList || []" :class="`category-${test.catalogId}`"
|
|
|
:key="test.id" @tap="handleDetail(test)" ref="categoryRefs">
|
|
|
- <cl-image :src="test.animationJavascriptPath" mode="heightFix"
|
|
|
+ <cl-image :src="test.animationImagePath" mode="heightFix"
|
|
|
class="!w-full !h-[26vh] mb-[2px] rounded-xl"></cl-image>
|
|
|
<text class="text-[16px] font-bold">{{
|
|
|
test.name }}</text>
|
|
|
<text class="text-[14px] text-[#666]">{{
|
|
|
test.remark }}</text>
|
|
|
- <Lock v-if="!test.lockFlag" :record="test" />
|
|
|
+ <Lock v-if="test.lockFlag" :record="test" />
|
|
|
</view>
|
|
|
</scroll-view>
|
|
|
</view>
|