tki-qrcode.wxml 295 B

1234
  1. <view class="tki-qrcode">
  2. <canvas canvasId="{{cid}}" class="tki-qrcode-canvas" style="{{'width:'+cpSize+'px'+';'+'height:'+cpSize+'px'+';'}}"></canvas>
  3. <image class="img" hidden="{{!show}}" src="{{result}}" style="{{'width:'+cpSize+'px'+';'+'height:'+cpSize+'px'+';'}}"></image>
  4. </view>