日常小bug修复
This commit is contained in:
@ -62,3 +62,7 @@ export function mapReverseGeocoding(data) {
|
|||||||
data: data
|
data: data
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
export function deviceRealTimeStatus(){
|
||||||
|
return Promise.resolve({code:500});
|
||||||
|
}
|
||||||
@ -1,5 +1,5 @@
|
|||||||
import request from '@/utils/request'
|
import request from '@/utils/request'
|
||||||
import qs from 'qs'
|
|
||||||
// 设备列表
|
// 设备列表
|
||||||
export function deviceInfo(params) {
|
export function deviceInfo(params) {
|
||||||
return request({
|
return request({
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
import request from '@/utils/request'
|
import request from '@/utils/request'
|
||||||
import qs from 'qs'
|
|
||||||
// 查询列表
|
// 查询列表
|
||||||
export function fileInfo(params) {
|
export function fileInfo(params) {
|
||||||
return request({
|
return request({
|
||||||
|
|||||||
@ -7,6 +7,9 @@
|
|||||||
"transformPx" : false,
|
"transformPx" : false,
|
||||||
/* 5+App特有相关 */
|
/* 5+App特有相关 */
|
||||||
"app-plus" : {
|
"app-plus" : {
|
||||||
|
"compatible":{
|
||||||
|
"ignoreVersion":true
|
||||||
|
},
|
||||||
"usingComponents" : true,
|
"usingComponents" : true,
|
||||||
"nvueStyleCompiler" : "uni-app",
|
"nvueStyleCompiler" : "uni-app",
|
||||||
"compilerVersion" : 3,
|
"compilerVersion" : 3,
|
||||||
|
|||||||
14
pages.json
14
pages.json
@ -317,24 +317,14 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
|
||||||
"path": "pages/4877/BJQ4877",
|
|
||||||
"style": {
|
|
||||||
"navigationBarTitleText": "BJQ 4877"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"path": "pages/4877/BJQ4877V1",
|
"path": "pages/4877/BJQ4877V1",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTitleText": "BJQ 4877"
|
"navigationBarTitleText": "BJQ 4877"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"path": "pages/100/HBY100",
|
|
||||||
"style": {
|
|
||||||
"navigationBarTitleText": "HBY 100"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"path" : "pages/4877/BJQ4877CheckColor",
|
"path" : "pages/4877/BJQ4877CheckColor",
|
||||||
"style" :
|
"style" :
|
||||||
|
|||||||
@ -917,7 +917,7 @@
|
|||||||
if (!item) {
|
if (!item) {
|
||||||
item = this.dic.sta_VoiceType[index];
|
item = this.dic.sta_VoiceType[index];
|
||||||
}
|
}
|
||||||
console.log("item=", item);
|
// console.log("item=", item);
|
||||||
let val = item.key;
|
let val = item.key;
|
||||||
if (this.formData.sta_VoiceType === val) {
|
if (this.formData.sta_VoiceType === val) {
|
||||||
val = '0';
|
val = '0';
|
||||||
|
|||||||
@ -131,15 +131,15 @@
|
|||||||
<view class="section-title">产品信息</view>
|
<view class="section-title">产品信息</view>
|
||||||
<view class="mode-buttons">
|
<view class="mode-buttons">
|
||||||
<view class="mode_1" @click="productparams">
|
<view class="mode_1" @click="productparams">
|
||||||
<image src="/static/images/common/cp.png" mode="" class="cpIMG" mode="aspectFit"></image>
|
<image src="/static/images/common/cp.png" class="cpIMG" mode="aspectFit"></image>
|
||||||
<view class="">产品参数</view>
|
<view class="">产品参数</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="mode_1" @click="operatingInst">
|
<view class="mode_1" @click="operatingInst">
|
||||||
<image src="/static/images/common/sm.png" mode="" class="cpIMG" mode="aspectFit"></image>
|
<image src="/static/images/common/sm.png" class="cpIMG" mode="aspectFit"></image>
|
||||||
<view class="">操作说明</view>
|
<view class="">操作说明</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="mode_1" @click="operatingVideo">
|
<view class="mode_1" @click="operatingVideo">
|
||||||
<image src="/static/images/common/sp.png" mode="" class="cpIMG" mode="aspectFit"></image>
|
<image src="/static/images/common/sp.png" class="cpIMG" mode="aspectFit"></image>
|
||||||
<view class="">操作视频</view>
|
<view class="">操作视频</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|||||||
@ -172,15 +172,15 @@
|
|||||||
<view class="section-title">产品信息</view>
|
<view class="section-title">产品信息</view>
|
||||||
<view class="mode-buttons">
|
<view class="mode-buttons">
|
||||||
<view class="mode_1" @click="productparams">
|
<view class="mode_1" @click="productparams">
|
||||||
<image src="/static/images/common/cp.png" mode="" class="cpIMG" mode="aspectFit"></image>
|
<image src="/static/images/common/cp.png" class="cpIMG" mode="aspectFit"></image>
|
||||||
<view class="">产品参数</view>
|
<view class="">产品参数</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="mode_1" @click="operatingInst">
|
<view class="mode_1" @click="operatingInst">
|
||||||
<image src="/static/images/common/sm.png" mode="" class="cpIMG" mode="aspectFit"></image>
|
<image src="/static/images/common/sm.png" class="cpIMG" mode="aspectFit"></image>
|
||||||
<view class="">操作说明</view>
|
<view class="">操作说明</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="mode_1" @click="operatingVideo">
|
<view class="mode_1" @click="operatingVideo">
|
||||||
<image src="/static/images/common/sp.png" mode="" class="cpIMG" mode="aspectFit"></image>
|
<image src="/static/images/common/sp.png" class="cpIMG" mode="aspectFit"></image>
|
||||||
<view class="">操作视频</view>
|
<view class="">操作视频</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|||||||
@ -13,14 +13,14 @@
|
|||||||
<uni-swipe-action-item :right-options="Options" @click="handleSwipeClick($event, item, index)"
|
<uni-swipe-action-item :right-options="Options" @click="handleSwipeClick($event, item, index)"
|
||||||
class="device-card ">
|
class="device-card ">
|
||||||
<view @click.stop="handleFile(item,index)">
|
<view @click.stop="handleFile(item,index)">
|
||||||
<view class="item">
|
<view class="item">
|
||||||
<view class="itemLeft ">
|
<view class="itemLeft ">
|
||||||
<view class="title">{{index+1}}:{{ item.name }}</view>
|
<view class="title">{{index+1}}:{{ item.name }}</view>
|
||||||
<view class="smallTitle">
|
<view class="smallTitle">
|
||||||
<text>{{item.createTime}}</text>
|
<text>{{item.createTime}}</text>
|
||||||
<text v-show="item.time">{{item.time}}秒</text>
|
<text v-show="item.time">{{item.time}}秒</text>
|
||||||
<image :class="{'displayNone':!item.localPath}"
|
<image :class="{'displayNone':!item.localPath}" class="img"
|
||||||
class="img" src="/static/images/100/volume.png" mode="aspectFit"
|
src="/static/images/100/volume.png" mode="aspectFit"
|
||||||
@click.stop="play(item,index)"></image>
|
@click.stop="play(item,index)"></image>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
@ -94,9 +94,9 @@
|
|||||||
<view class="displayNone">
|
<view class="displayNone">
|
||||||
<audio :src="cPlay.src" :id="cPlay.Id" :name="cPlay.name" author=""></audio>
|
<audio :src="cPlay.src" :id="cPlay.Id" :name="cPlay.name" author=""></audio>
|
||||||
</view>
|
</view>
|
||||||
<global-loading ref="loading" />
|
<global-loading ref="loading"></global-loading>
|
||||||
</view>
|
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|||||||
@ -539,7 +539,7 @@ class BleReceive {
|
|||||||
|
|
||||||
try {
|
try {
|
||||||
|
|
||||||
console.log("str=",receive.str);
|
// console.log("str=",receive.str);
|
||||||
receiveData = JSON.parse(receive.str);
|
receiveData = JSON.parse(receive.str);
|
||||||
|
|
||||||
let recCnt = recArr.find(v => {
|
let recCnt = recArr.find(v => {
|
||||||
|
|||||||
Reference in New Issue
Block a user