发现 并解决了一个 移动端楼层装修拖动促销活动时候出现的bug
parent
61f5dde015
commit
dd67687d3a
|
@ -415,7 +415,7 @@ export default {
|
|||
picModelFlag: false, //图片选择器
|
||||
linkType: "goods", // dialog弹窗口类型
|
||||
styleFlag: false, //广告魔方开关
|
||||
textAlign: this.res.options.list[0].textAlign || "center", //文字对齐方式
|
||||
textAlign: this.res.options.list[0]?.textAlign || "center", //文字对齐方式
|
||||
promotionsFlag: false, //广告魔方开关
|
||||
selectedLinkIndex: "", //选择链接的索引
|
||||
modelData, // 装修数据
|
||||
|
|
Loading…
Reference in New Issue