Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
hager
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
2024-12-05 13:30:55 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a1e87e35d9711d6266ca02499e45e18086cab094
a1e87e35
1 parent
dae0603d
✨ feat: 解决方案的使用产品切换方案时需要重置操作
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
src/views/solution/detail.vue
src/views/solution/detail.vue
View file @
a1e87e3
<!--
* @Date: 2024-09-29 15:49:27
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-12-05
09:52:17
* @LastEditTime: 2024-12-05
13:30:26
* @FilePath: /hager/src/views/solution/detail.vue
* @Description: 文件描述
-->
...
...
@@ -295,6 +295,7 @@ export default {
this.reach_success_end = false
this.$nextTick(() => {
this.$refs.myProductSwiper.$swiper?.slideTo(0);
clampText('.clamp-text', 3); // 限制显示三行文本
})
...
...
Please
register
or
login
to post a comment