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-11-05 10:35:16 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e1a853bbedce49fcf274e83cef62d83f70760003
e1a853bb
1 parent
34faeffc
fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
src/views/product/detail.vue
src/views/product/detail.vue
View file @
e1a853b
<!--
* @Date: 2024-09-29 14:26:41
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-11-05 10:
27:39
* @LastEditTime: 2024-11-05 10:
34:50
* @FilePath: /hager/src/views/product/detail.vue
* @Description: 文件描述
-->
...
...
@@ -224,6 +224,7 @@ export default {
list: [],
checked_sum: 0,
}];
this.info_images = [];
const { code, data } = await getProductInfoAPI( { id: this.$route.query.id });
if (code) {
this.info = data;
...
...
Please
register
or
login
to post a comment