Commit 8d0dd4b2 authored by xinzhedeai's avatar xinzhedeai

heart ok

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