Commit 8d0dd4b2 authored by xinzhedeai's avatar xinzhedeai

heart ok

parent d148bea9
......@@ -43,8 +43,7 @@ const blueToothMixin = {
data() {
return {
startMeasureText: '开始测量',
pageLoaded: false,
pageLoadText: '页面加载中',
pageLoadText: '',
form: {
// 回显详情
'engineeringName': '',
......@@ -189,8 +188,6 @@ const blueToothMixin = {
this.setNavBarTitle('正在连接 ')
commonStateCodeDeal(2, `startLink=>正在创建连接蓝牙设备`)
try {
// const result4close = await blueToother.closeBLEConnection(this.deviceId)
const result = await blueToother.createBLEConnection(storager.get('deviceInfo').deviceId)
......@@ -418,14 +415,14 @@ const blueToothMixin = {
});
return
}
if(recStr.indexOf('HEART') > -1){ // 处理掉测量深度对象值后面拼接的HEART字符串
if(recStr.indexOf('HEART_OK') > -1){ // 处理掉测量深度对象值粘包后拼接的HEART字符串
return
}
if(recStr.indexOf('HEART') > -1){ // 处理掉测量深度对象值粘包后拼接的HEART字符串
recStr = recStr.split('HEART')[0]
}
// 设置测试值:
const recBlueResData = JSON.parse(recStr)
console.log('设备检测值', recBlueResData)
console.info('获取小球id和电量', recBlueResData)
// console.log('设备检测值:', recBlueResData.angle)
if(recBlueResData.power1){
this.$store.commit('setPower', {
......@@ -469,11 +466,7 @@ const blueToothMixin = {
},
resetForm() {
for (let key in this.form) {
this.form[key] = ''
}
},
async gosend(text) {
var that = this;
if (text === 'START') {
......
......@@ -40,6 +40,7 @@ var commonStateCodeDeal = async (code, msg, contextThis) => {
tipContent: '未初始化蓝牙适配器',
})
}
popuper.hideLoading()
} else if (code === 10001) { // 当前蓝牙适配器不可用(手机没开启蓝牙)
contextThis.setConnected(false)
contextThis.unlinkModalShow({
......@@ -48,63 +49,75 @@ var commonStateCodeDeal = async (code, msg, contextThis) => {
contextThis.initLink()
}
})
popuper.hideLoading()
} else if (code === 10002) {
// showCustomToast({
// title: '没有找到指定设备'
// })
contextThis.setConnected(false)
contextThis.setNavBarTitle('没有找到指定设备-10002')
popuper.hideLoading()
} else if (code === 10003) {
// showCustomToast({
// title: '连接失败'
// })
contextThis.setNavBarTitle('连接失败-10003【请检查蓝牙是否正确连接】')
popuper.hideLoading()
} else if (code === 10004) {
// showCustomToast({
// title: '没有找到指定服务'
// })
contextThis.setConnected(false)
contextThis.setNavBarTitle('没有找到指定服务-10004【请检查蓝牙是否正确连接】')
popuper.hideLoading()
} else if (code === 10005) {
// showCustomToast({
// title: '没有找到指定特征值'
// })
contextThis.setNavBarTitle('没有找到指定特征值-10005【请检查蓝牙是否正确连接】')
popuper.hideLoading()
} else if (code === 10006) {
// showCustomToast({
// title: '当前连接已断开'
// })
contextThis.setConnected(false)
contextThis.setNavBarTitle('当前连接已断开-10006')
popuper.hideLoading()
} else if (code === 10007) {
// showCustomToast({
// title: '当前特征值不支持此操作'
// })
contextThis.setConnected(false)
contextThis.setNavBarTitle('当前特征值不支持此操作-10007【请检查蓝牙是否正确连接】')
popuper.hideLoading()
} else if (code === 10008) {
// showCustomToast({
// title: '当前特征值不支持此操作'
// })
contextThis.setNavBarTitle('其余所有系统上报的异常-10008【请检查蓝牙是否正确连接】')
popuper.hideLoading()
} else if (code === 10009) {
// showCustomToast({
// title: 'Android系统版本低于4.3 不支持BLE'
// })
contextThis.setConnected(false)
contextThis.setNavBarTitle('Android系统版本低于4.3 不支持BLE-10009')
popuper.hideLoading()
} else if (code === 10012) {
// contextThis.unlinkModalShow({
// tipContent: '蓝牙连接超时,请尝试重新连接',
// })
contextThis.setNavBarTitle('蓝牙连接超时,请尝试重新连接-10012【请检查蓝牙是否正确连接】')
popuper.hideLoading()
} else if (code === 10013) { // deviceId为空,重新选择蓝牙设备
// contextThis.unlinkModalShow({
// tipContent: 'deviceId 为空,请确认设备是否正确连接',
// })
contextThis.setConnected(false)
contextThis.setNavBarTitle('deviceId 为空,请确认设备是否正确连接-10013')
popuper.hideLoading()
} else if (code === -1) { // 蓝牙连接中再次重连,导致报错
popuper.hideLoading()
/**
* 1、连接后断开蓝牙返回首页再次进入该页面,提醒开启蓝牙后,开启蓝牙后开始连接时产生的问题处理
* 1-1该情况与未连接成功直接迅速推出然后进入进行连接操作的情况几乎一致,平台连接api报异常。
......@@ -132,6 +145,7 @@ var commonStateCodeDeal = async (code, msg, contextThis) => {
// }
// })
}
logError(code, msg)
};
......
This diff is collapsed.
......@@ -29,6 +29,14 @@
</template>
<script>
import {
showCustomModal,
showCustomToast,
commonStateCodeDeal,
popuper,
storager,
pager
} from "../../common/util.js"
import CustomNavbar from '@/pages/component/CustomNavbar.vue';
import {
blueToothMixin
......@@ -173,7 +181,9 @@
},
goto_Comm(e) {
popuper.showLoading({
title: '设备连接中...'
})
// this.$globalData.ble_device = e.currentTarget.dataset;
const deviceInfo = e.currentTarget.dataset
this.deviceId = deviceInfo.deviceId
......
......@@ -19,15 +19,15 @@
<div class="top">
<h2>设备电量</h2>
<p>
小球 <image src="/static/image/paokong/qiu-dl.png">{{ power1 }} %
仪器 <image src="/static/image/paokong/shebei-dl.png">{{ power2 }} %
小球 <image src="/static/image/paokong/qiu-dl.png">{{ power1 || '-' }} %
仪器 <image src="/static/image/paokong/shebei-dl.png">{{ power2 || '-' }} %
</p>
</div>
<div class="bottom">
<h2>设备参数</h2>
<p>设备名称:露天炮孔验收仪</p>
<p>设备型号:MYSM-OH-01</p>
<p>设备ID:{{ qiuId }}</p>
<p>设备ID:{{ qiuId || '-' }}</p>
</div>
</div>
......@@ -302,6 +302,7 @@
gap: 20rpx;
background-color: linear-gradient(180deg, #007AFF 0%, #419AFF 16%, #EFF1F4 43%);
padding-top: 50rpx;
padding-bottom: 20rpx;
}
.logo-wrapper {
......
......@@ -5,7 +5,7 @@
<image src='../../static/image/paokong/login-icon.png'></image>
<view class="title">露天炮孔验收仪</view>
</view>
<view class='content'>
<view class='content' v-if="!hasToken">
<view class="title">手机号</view>
<input class="uni-input" focus placeholder="请输入手机号" v-model="phone" />
......@@ -58,9 +58,13 @@
},
data() {
return {
phone: ''
phone: '',
hasToken: false
}
},
mounted() {
this.hasToken = !!storager.get('token')
},
methods: {
async getPhoneNumber(e) {
popuper.showLoading()
......
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