@@ -584,6 +584,7 @@ | |||
); | |||
break; | |||
case "WQ": | |||
device['sendTimeout']=20000 | |||
wqApi.connectDevice( | |||
device, | |||
function (res) { |
@@ -363,7 +363,7 @@ function transCmd(cmdArr, type, func, callBack = null) { | |||
datas.setData("bluLinkStatus", false); | |||
datas.setData("connectPrefixName", ""); | |||
if (callBack != null) { | |||
callBack("没有找到设备"); | |||
callBack("没有找到设备"+connectPrefixName); | |||
} else { | |||
alertF("没有找到设备"); | |||
} |
@@ -5,7 +5,7 @@ | |||
<view class="item-row"> | |||
<view class="item-left"> | |||
<view class="title">车身照</view> | |||
<view class="desc">上传汽车的45度车身照片</view> | |||
<view class="desc">汽车的45度车身照片</view> | |||
<view class="flag"><text>拍摄示例</text> </view> | |||
</view> | |||
<view class="item-right"> |