|
@@ -19,13 +19,13 @@
|
|
|
<text style="color: #fff;font-size: 32rpx;">-180°</text>
|
|
|
<slider style="width: 100%;" min="-180" max="180" value="{{imgRotate}}" block-size="18px"
|
|
|
selected-color="#fff" bindchanging="_rotateChange"></slider>
|
|
|
- <text style="color: #fff;font-size: 32rpx;">360°</text>
|
|
|
+ <text style="color: #fff;font-size: 32rpx;">180°</text>
|
|
|
</view>
|
|
|
|
|
|
<view class="btnContainer">
|
|
|
<text style="color: #fff;font-size: 34rpx;" bindtap="_cancelCut">取消</text>
|
|
|
<!-- <text style="color: #fff;font-size: 16px;text-align:center;align-self: center;" bindtap="_imgRestore">还原</text> -->
|
|
|
- <text style="color: #fff;font-size: 34rpx;" bindtap="_confirmCut">裁剪</text>
|
|
|
+ <text style="color: #fff;font-size: 34rpx;" bindtap="_confirmCut">确定</text>
|
|
|
</view>
|
|
|
|
|
|
</view>
|