This commit is contained in:
zh
2025-09-23 10:18:54 +08:00
parent 1afc691ec2
commit b29753453a
21 changed files with 139 additions and 1369 deletions

View File

@ -114,6 +114,8 @@ class WallRealStereoscopic extends Base {
this.options.attribute.goods = this.options.attribute.goods || {}
this.options.attribute.goods.content = this.options.attribute.goods.content || []
this.options.attributeType = options.attributeType || 'richText'
this.options.richTextContent = options.richTextContent || ''
this.Dialog = _Dialog
if (!this.options.positions || this.options.positions.length < 2) {