Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
jgdl
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2025-08-14 15:19:51 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c6c6f8fa98891273d46e44933e145a08b27bb05f
c6c6f8fa
1 parent
8c8bb096
fix 推荐列表显示文字隐藏
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
src/pages/recommendCarList/index.vue
src/pages/recommendCarList/index.vue
View file @
c6c6f8f
<!--
* @Date: 2022-09-19 14:11:06
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2025-0
7-16 14:07:14
* @LastEditTime: 2025-0
8-14 15:17:16
* @FilePath: /jgdl/src/pages/recommendCarList/index.vue
* @Description: 精品推荐页面
-->
...
...
@@ -58,10 +58,10 @@
<view class="w-32 h-24 relative p-2">
<image :src="car.front_photo" :alt="car.name" mode="aspectFill"
class="w-full h-full object-cover rounded-lg" />
<view v-if="car.isRecommend"
<
!-- <
view v-if="car.isRecommend"
class="absolute bottom-3 right-3 bg-green-500 text-white text-xs px-1 rounded flex items-center">
<text class="text-white">荐</text>
</view>
</view>
-->
</view>
<view class="flex-1 p-3 relative">
<view class="absolute top-3 right-4" @tap.stop="() => toggleFavorite(car)">
...
...
@@ -87,9 +87,9 @@
<text class="text-xs text-gray-500 mt-1 block">{{ car.school_name }}</text>
</view>
<!-- 推荐理由 -->
<view class="mt-1">
<
!-- <
view class="mt-1">
<text class="text-xs text-green-600">精品推荐</text>
</view>
</view>
-->
</view>
</view>
</view>
...
...
Please
register
or
login
to post a comment