mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-17 16:35:53 +08:00
发现 并解决了一个 移动端楼层装修拖动促销活动时候出现的bug
This commit is contained in:
@@ -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, // 装修数据
|
||||
|
||||
Reference in New Issue
Block a user