Showing
1 changed file
with
2 additions
and
1 deletions
| 1 | <!-- | 1 | <!-- |
| 2 | * @Date: 2024-09-29 15:49:27 | 2 | * @Date: 2024-09-29 15:49:27 |
| 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com | 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com |
| 4 | - * @LastEditTime: 2024-12-05 09:52:17 | 4 | + * @LastEditTime: 2024-12-05 13:30:26 |
| 5 | * @FilePath: /hager/src/views/solution/detail.vue | 5 | * @FilePath: /hager/src/views/solution/detail.vue |
| 6 | * @Description: 文件描述 | 6 | * @Description: 文件描述 |
| 7 | --> | 7 | --> |
| ... | @@ -295,6 +295,7 @@ export default { | ... | @@ -295,6 +295,7 @@ export default { |
| 295 | this.reach_success_end = false | 295 | this.reach_success_end = false |
| 296 | 296 | ||
| 297 | this.$nextTick(() => { | 297 | this.$nextTick(() => { |
| 298 | + this.$refs.myProductSwiper.$swiper?.slideTo(0); | ||
| 298 | clampText('.clamp-text', 3); // 限制显示三行文本 | 299 | clampText('.clamp-text', 3); // 限制显示三行文本 |
| 299 | 300 | ||
| 300 | }) | 301 | }) | ... | ... |
-
Please register or login to post a comment