feat:绘制图形
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<view class="btn-area">
|
||||
<toy-button
|
||||
type="green"
|
||||
bind:click="openSelectShapePopup"
|
||||
bind:click="handleSelectShape"
|
||||
width="290rpx">
|
||||
选择图形
|
||||
</toy-button>
|
||||
@@ -33,6 +33,7 @@
|
||||
</view>
|
||||
</view>
|
||||
<shape-picker
|
||||
selectedShapeList="{{shapeList}}"
|
||||
show="{{showSelectShapePopup}}"
|
||||
selectedShapeIndex="{{selectedShapeIndex}}"
|
||||
bind:onClose="closeSelectShapePopup"
|
||||
|
||||
Reference in New Issue
Block a user