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-07-18 15:48:50 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a64e5698dff60406b5e80a769f84ca5844f430ad
a64e5698
1 parent
7b097671
fix(myCar): 在审核结果前添加描述文本
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/pages/myCar/index.vue
src/pages/myCar/index.vue
View file @
a64e569
<!--
* @Date: 2022-09-19 14:11:06
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2025-07-18 1
2:20:28
* @LastEditTime: 2025-07-18 1
5:48:40
* @FilePath: /jgdl/src/pages/myCar/index.vue
* @Description: 文件描述
-->
...
...
@@ -61,7 +61,7 @@
<view v-if="car.review_reason" class="verification-reason mt-2">
<!-- <text class="text-xs text-red-500">审核结果:{{ car.review_reason }}</text> -->
<nut-config-provider :theme-vars="themeVars">
<nut-ellipsis :content="car.review_reason" direction="end" rows="2" expand-text="展开" collapse-text="收起"></nut-ellipsis>
<nut-ellipsis :content="
'审核结果: ' +
car.review_reason" direction="end" rows="2" expand-text="展开" collapse-text="收起"></nut-ellipsis>
</nut-config-provider>
</view>
<view class="price-section">
...
...
Please
register
or
login
to post a comment