You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

1 lines
1.1 KiB

<view><view class="edgeInsetTop"></view><view class="page-background"></view><canvas class="qrcode-canvas" style="width:200px;height:200px;" canvas-id="qrcode"></canvas><view class="page-container"><view class="content"><view class="poster-image"><block wx:if="{{posterSrc}}"><image src="{{posterSrc}}" mode="aspectFit"></image></block></view><canvas class="poster-canvas" style="{{'width:'+(postercanvas_width+'px')+';'+('height:'+(postercanvas_height+'px')+';')}}" canvas-id="poster"></canvas></view></view><view class="page-foot"><view class="template-list"><block wx:for="{{$root.l0}}" wx:for-item="x" wx:for-index="xi" wx:key="xi"><view data-event-opts="{{[['tap',[['create',['$0'],[[['posterTemplates','',xi]]]]]]]}}" class="{{['template-item',(x.$orig.checked)?'checked':'']}}" style="{{'width:'+(x.$orig.thumbnail_width+'px')+';'}}" bindtap="__e"><image src="{{x.g0}}"></image></view></block><view data-event-opts="{{[['tap',[['save']]]]}}" class="tips text-sm wanl-orange" bindtap="__e"><text class="wlIcon-image margin-right-xs"></text>保存到相册</view></view></view></view>