Files
huangjingfen/pro_v3.5.1/public/statics/mp_view/components/zb-code/zb-code.wxml
panchengyong 7acbf45ff7 new files
2026-03-07 22:29:07 +08:00

1 line
280 B
Plaintext

<view class="zb-code"><canvas class="zb-code-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>