H5/Js/Scbl.js
@@ -169,12 +169,14 @@ } else if (json.status == 2) { that.$playSound('error'); that.$refs.splitNum.focus(); that.splitNum = json.data.cfNum; that.num = json.data.num; } else { that.$toast.fail(json.message); that.$playSound('error'); that.$refs.barcode.focus(); that.barcode = ""; that.num = ""; @@ -184,6 +186,7 @@ }) .catch(function (error) { that.isLoading = false; that.$playSound('error'); that.$toast.fail("网络错误,请重试!"); //console.log(error); that.$refs.barcode.focus();