在这里,我将html中的QR码绑定在一起,但是当我尝试扫描表单上的QR码但由于某些样式问题而无法扫描时。 Qr Code投入使用。我认为这可能是一些Boostrap问题。如果您有任何建议,请分享。
我的代码:
<img *ngIf="(result['qrcodefilepath'] !=null && result['qrcodefilepath'] !='')"
bind-src="result['qrcodefilepath']"
style="position:absolute;top: 7px;left:0.96in;"
/>