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

21 lines
728 B
Plaintext

<template name="templateCode">
<block wx:if="{{hiden}}">
<view bindtap="apply" catchtouchmove="hidden" class="shade"></view>
<view catchtouchmove="hidden" class="apply">
<image class="qcode-bg" src="http://pos.juweiyun.cn/373001/file/wechatAppmemberunder%402x.png"></image>
<view class="applytitle">请向收银员出示</view>
<view class="barcode">
<canvas canvasId="barcode"></canvas>
</view>
<view class="codenumber flex-center">{{code}}</view>
<view class="qrcode">
<canvas canvasId="qrcode"></canvas>
</view>
<view bindtap="close" class="closeapply">
<image src="/images/X@2x.png"></image>
</view>
</view>
</block>
</template>