12 lines
809 B
Plaintext
12 lines
809 B
Plaintext
<view catchtouchmove="preventDefault" class="share-wrap" wx:if="{{visible}}">
|
|
<view class="share-back"></view>
|
|
<view class="share-container" style="border-radius:36rpx;">
|
|
<view bindtap="handleClose" class="close" data-ptpid="ebe9-1656-ad6a-462e"></view>
|
|
<image class="share-image" mode="widthFix" src="{{sharePath}}"></image>
|
|
<view class="share-tips">测试报告</view>
|
|
<view bindtap="handlePhotoSaved" class="save-btn" data-ptpid="4095-16fd-bc97-4868"></view>
|
|
</view>
|
|
</view>
|
|
<painter bind:imgOK="onImgOK" palette="{{imgDraw}}" style="position: absolute; top: -9999rpx;"></painter>
|
|
<dialog-modal confirmType="openSetting" content="您未开启保存图片到相册的权限,请点击确定去开启权限!" isShow="{{isModal}}" title="提示"></dialog-modal>
|