feat:形状
This commit is contained in:
@@ -26,9 +26,15 @@
|
||||
wx:key="{{index}}"
|
||||
key="{{index}}"
|
||||
svg="{{ item.svg }}"
|
||||
color="{{ item.color }}"
|
||||
fillColor="{{ item.fillColor }}"
|
||||
bind:onShapeTap="openSelectShapePopup"
|
||||
bind:onDelete="onDelete"
|
||||
bind:onColorTap="onColorTap" />
|
||||
</view>
|
||||
</view>
|
||||
<shape-picker
|
||||
show="{{showSelectShapePopup}}"
|
||||
currentShapeKey="{{currentShapeKey}}"
|
||||
bind:onClose="closeSelectShapePopup"
|
||||
bind:onChange="onChangeShape" />
|
||||
</view>
|
||||
|
||||
Reference in New Issue
Block a user