@@ -243,6 +243,8 @@ Page({
onUnload: function () {
var that = this;
+ // 停止搜索
+ that.stopSearch();
xBlufi.listenDeviceMsgEvent(false, that.funListenDeviceMsgEvent);
},
})