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