Commit b44635e8 by linjinhong

fix:修改问题

parent c2d059ee
...@@ -449,7 +449,8 @@ export default { ...@@ -449,7 +449,8 @@ export default {
!this.checked && !this.checked &&
this.detail.diyId && this.detail.diyId &&
this.detail.adjustable && this.detail.adjustable &&
designImagesCanvasJsonList designImagesCanvasJsonList &&
this.desktopDevice !== 3
) { ) {
designImagesCanvasJsonList = JSON.parse(designImagesCanvasJsonList); designImagesCanvasJsonList = JSON.parse(designImagesCanvasJsonList);
if (!designImagesCanvasJsonList[0].images) { if (!designImagesCanvasJsonList[0].images) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment