hookehuyr

fix

1 <!-- 1 <!--
2 * @Date: 2024-09-29 14:26:41 2 * @Date: 2024-09-29 14:26:41
3 * @LastEditors: hookehuyr hookehuyr@gmail.com 3 * @LastEditors: hookehuyr hookehuyr@gmail.com
4 - * @LastEditTime: 2024-11-05 10:27:39 4 + * @LastEditTime: 2024-11-05 10:34:50
5 * @FilePath: /hager/src/views/product/detail.vue 5 * @FilePath: /hager/src/views/product/detail.vue
6 * @Description: 文件描述 6 * @Description: 文件描述
7 --> 7 -->
...@@ -224,6 +224,7 @@ export default { ...@@ -224,6 +224,7 @@ export default {
224 list: [], 224 list: [],
225 checked_sum: 0, 225 checked_sum: 0,
226 }]; 226 }];
227 + this.info_images = [];
227 const { code, data } = await getProductInfoAPI( { id: this.$route.query.id }); 228 const { code, data } = await getProductInfoAPI( { id: this.$route.query.id });
228 if (code) { 229 if (code) {
229 this.info = data; 230 this.info = data;
......