fix: 🐛 hot 热门页 h5 样式错误: 使用空白的<template>标签包裹

This commit is contained in:
jqtmviyu 2025-05-15 15:23:00 +08:00
parent 8446cd72cb
commit 521739000d

View File

@ -4,7 +4,6 @@
<view class="cover">
<image :src="bannerPic"></image>
</view>
<template>
<!-- 推荐选项 -->
<view class="tabs">
<text
@ -47,7 +46,6 @@
: '正在加载...'
}}</view>
</scroll-view>
</template>
</view>
</template>