Commit 0a0a9cd0 by yemin

no message

parent 3c793522
......@@ -67,7 +67,7 @@ class EquipmentTest extends Component {
const result = res.resultStr; // 当needResult 为 1 时,扫码返回的结果
var bar = result.indexOf("https://www.dcrym.com")!==-1?result.slice(29):result;
bar = bar.length>8?bar.substring(0,8):bar;
DeviceCode = bar;
alert(bar);
this.setState({
deviceCode: bar,
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment