15 lines
561 B
Plaintext
15 lines
561 B
Plaintext
<loading wx:if="{{!show}}">加载中...</loading>
|
|
<view class="page">
|
|
<view bindtap="previewImage" class="fui-picture">
|
|
<image bindload="loadImg" src="{{Image}}" wx:if="{{Image.length>0}}"></image>
|
|
</view>
|
|
<view bindtap="savePicture" class="save-btn">保存图片</view>
|
|
<view class="explain-navbar">
|
|
<i class="icox icox-zhuyi"></i>
|
|
<view class="expl">保存至相册</view>
|
|
</view>
|
|
<view class="fui-toast {{FoxUIToast.show?'in':'out'}}">
|
|
<view class="text">{{FoxUIToast.text}}</view>
|
|
</view>
|
|
</view>
|