Commit 6c6edf85 by yemin

Merge branch 'test' into 'master'

Test See merge request !16
parents d5decbce bf818431
......@@ -67,6 +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;
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