10 lines
443 B
Plaintext
10 lines
443 B
Plaintext
|
<view class='imagePathBox'>
|
||
|
<view class="zhezhao i-flex-col i-flex-alc" wx:if="{{show}}">
|
||
|
<image src="/images/suo.png" class="suoIcon"></image>未完成,继续努力
|
||
|
</view>
|
||
|
<image src="{{imagePath}}" class='shengcheng' ></image>
|
||
|
<button class='baocun' bindtap='baocun'>保存证书</button>
|
||
|
</view>
|
||
|
<view class="canvas-box">
|
||
|
<canvas style="width:375px;height:670px;position:fixed;top:9999px" canvas-id="mycanvas"/>
|
||
|
</view>
|