feat: 删除测试代码
This commit is contained in:
@@ -4,8 +4,7 @@
|
||||
custom-class="shape-picker-popup">
|
||||
<view class="shape-picker-container">
|
||||
<text class="shape-picker-title">
|
||||
选择形状{{selectedShapeIndex}} {{ singleMode ? '(单选)' :
|
||||
'(多选)' }}
|
||||
选择形状{{ singleMode ? '(单选)' : '(多选)' }}
|
||||
</text>
|
||||
<view class="shape-options-wrapper">
|
||||
<view class="shape-options">
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
bind:onChange="onChangeColor" />
|
||||
|
||||
<view id="previewWrapper" class="wrapper">
|
||||
<text class="wrapper-title">预览打印效果 {{currentShapeId}}</text>
|
||||
<text class="wrapper-title">预览打印效果</text>
|
||||
<view
|
||||
wx:if="{{!isPCDevtool}}"
|
||||
id="canvasWrapper"
|
||||
|
||||
Reference in New Issue
Block a user