yurong/unpackage/dist/build/mp-weixin/components/tki-qrcode/tki-qrcode.wxml

1 line
286 B
Plaintext

<view class="tki-qrcode"><canvas class="tki-qrcode-canvas" style="{{'width:'+(cpSize+'px')+';'+('height:'+(cpSize+'px')+';')}}" canvas-id="{{cid}}"></canvas><image hidden="{{!(show)}}" style="{{'width:'+(cpSize+'px')+';'+('height:'+(cpSize+'px')+';')}}" src="{{result}}"></image></view>