修改楼层装修判断的语法

This commit is contained in:
学习很差啦
2022-08-12 09:11:07 +08:00
parent ab0db38eb2
commit f7c310b126

View File

@@ -416,7 +416,9 @@ export default {
picModelFlag: false, //图片选择器
linkType: "goods", // dialog弹窗口类型
styleFlag: false, //广告魔方开关
textAlign: this.res.options.list[0].textAlign || "center", //文字对齐方式
textAlign: this.res.options.list[0]
? this.res.options.list[0].textAlign
: "center", //文字对齐方式
promotionsFlag: false, //广告魔方开关
selectedLinkIndex: "", //选择链接的索引
modelData, // 装修数据