template代码:
<input type="text" maxlength="-1" :focus="materialQRlittle"
@confirm="onScanMaterialBarCode" confirm-type="done" v-model="materialBarCodeLittle" placeholder="请扫描小标签二维码" /></view>
script代码:
this.materialQRlittle = false;
this.materialQRBig = false;
setTimeout(() => {
this.materialQRlittle = true;
}, 0)