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