Commit fe01c6f3 by yemin

Merge branch 'test' into 'master'

Test See merge request !18
parents 6c6edf85 624ad009
......@@ -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