bugfix: 重复属性
This commit is contained in:
@@ -51,6 +51,7 @@
|
|||||||
:isProduct="isProduct"
|
:isProduct="isProduct"
|
||||||
:url="data.url"
|
:url="data.url"
|
||||||
:type="type"
|
:type="type"
|
||||||
|
:centerBox="isProduct"
|
||||||
@change="(v) => (data.preview_url = v)"
|
@change="(v) => (data.preview_url = v)"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -9,7 +9,6 @@
|
|||||||
:fixedNumber="ratio"
|
:fixedNumber="ratio"
|
||||||
:fixed="isProduct ? type !== 'apparel' : true"
|
:fixed="isProduct ? type !== 'apparel' : true"
|
||||||
movable
|
movable
|
||||||
:centerBox="isProduct"
|
|
||||||
:info="false"
|
:info="false"
|
||||||
@realTime="onChange"
|
@realTime="onChange"
|
||||||
outputType="png"
|
outputType="png"
|
||||||
|
|||||||
Reference in New Issue
Block a user