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.
28 lines
1.0 KiB
28 lines
1.0 KiB
<view class="fixed-tit">
|
|
<titleList-gridNameTitle></titleList-gridNameTitle>
|
|
</view>
|
|
<view class="g-bd" >
|
|
<view >
|
|
<top-tabs tab-align="center" bind:shift="handleShiftMenu" curr-menu="{{ current }}" menu-list="{{ menuList }}" />
|
|
</view>
|
|
<loading showed="{{ !iniLoaded }}"></loading>
|
|
<swiper wx:show="{{ iniLoaded }}" bindchange="handleSwiperChange" class="m-swiper_list" current="{{ current }}" >
|
|
<swiper-item>
|
|
<view>
|
|
<canvas style="width:100% ; height:{{boxheight}}px" canvas-id="canvasPoster"></canvas>
|
|
<button wx:if = "{{ showBtn }}" class="btn" bindtap='saveImg'>保存到手机</button>
|
|
</view>
|
|
</swiper-item>
|
|
|
|
<swiper-item>
|
|
<view>
|
|
<canvas style="width:100% ; height:{{boxheight}}px" canvas-id="canvasQrcode"></canvas>
|
|
<button wx:if = "{{ showBtnQrcode }}" class="btn" bindtap='saveImg'>保存到手机</button>
|
|
</view>
|
|
</swiper-item>
|
|
|
|
</swiper>
|
|
|
|
</view>
|
|
|
|
<modal id="modal"></modal>
|