This commit is contained in:
3321822538@qq.com 2024-11-09 18:02:13 +08:00
parent b5acbbcde6
commit c6d0ec5089
10 changed files with 403 additions and 395 deletions

View File

@ -18,7 +18,10 @@
data() {
return {
obj: {},
tit: ''
tit: '',
bgc: {
backgroundColor: " #8883F0",
},
}
},
//

View File

@ -561,6 +561,7 @@
line-height: 70rpx;
padding-left: 22rpx;
padding-right: 72rpx;
width: 100%;
}
}
}
@ -569,7 +570,7 @@
display: flex;
justify-content: space-between;
margin-top: 34rpx;
align-items: center;
.tit {
margin-top: 12rpx;
font-size: 32rpx;
@ -587,6 +588,7 @@
height: 70rpx;
line-height: 70rpx;
padding-left: 22rpx;
width: 100%;
}
}
}

View File

@ -99,6 +99,9 @@
export default {
data() {
return {
bgc: {
backgroundColor: " #8883F0",
},
btnmsk:false,
checked:true,
params: {
@ -556,6 +559,7 @@
line-height: 70rpx;
padding-left: 22rpx;
padding-right: 72rpx;
width: 100%;
}
}
}
@ -564,7 +568,7 @@
display: flex;
justify-content: space-between;
margin-top: 34rpx;
align-items: center;
.tit {
margin-top: 12rpx;
font-size: 32rpx;
@ -582,6 +586,7 @@
height: 70rpx;
line-height: 70rpx;
padding-left: 22rpx;
width: 100%;
}
}
}

View File

@ -109,7 +109,6 @@
},
onLoad(option) {
// console.log(option);
this.getluru()
this.getxingh()
this.storeId = option.sn
},
@ -284,7 +283,7 @@
}
})
// console.log('ok')
this.mengcflag = false
// this.mengcflag = false
if (this.devicesLists.length == 0) {
this.titleflag = true
} else {
@ -342,122 +341,6 @@
uni.navigateTo({
url:'/page_fenbao/device/joinDevice?mac='+Bluetoothmac
})
// this.arrs = ''
// this.qrResult = e.name //mac
// if (this.ver_data == null) { //
// xBlufi.initXBlufi(1)
// xBlufi.listenDeviceMsgEvent(true, this.funListenDeviceMsgEvent)
// xBlufi.notifyStartDiscoverBle({
// 'isStart': true
// })
// this.devicesList.forEach(device => {
// if (device.name == this.qrResult) {
// this.deviceId = device.deviceId
// this.name = device.name
// this.mac = device.name.slice(5, 17)
// }
// })
// uni.showLoading({
// title: '...'
// })
// //
// setTimeout(() => {
// setTimeout(()=>{
// uni.showLoading({
// title: '...'
// })
// setTimeout(()=>{
// uni.hideLoading()
// uni.showToast({
// title: '',
// icon: 'success',
// duration: 2000
// })
// this.devicesLists.forEach(item => {
// if (item.name == this.qrResult) {
// item.lj = ''
// }
// })
// },2000)
// },500)
// xBlufi.notifyStartDiscoverBle({
// 'isStart': false
// })
// xBlufi.notifyConnectBle({
// isStart: true,
// deviceId: this.deviceId,
// name: this.name
// })
// xBlufi.notifyInitBleEsp32({
// deviceId: this.deviceId
// })
// }, 1000)
// }else{ //
// uni.showLoading({
// title: '...'
// })
// let that = this //this
// uni.getNetworkType({
// success(res) {
// if (res.networkType !== 'none') {
// uni.getConnectedBluetoothDevices({
// success(res) {
// setTimeout(() => { //
// xBlufi.notifySendCustomData({
// customData: 'open'
// })
// setTimeout(()=>{ //
// xBlufi.notifySendCustomData({
// customData: 'close'
// })
// setTimeout(()=>{ //
// uni.hideLoading()
// that.ver_data = null
// xBlufi.listenDeviceMsgEvent(false, that.funListenDeviceMsgEvent);
// wx.closeBLEConnection({
// deviceId: that.deviceId,
// })
// that.devicesLists.forEach(item => {
// if (item.name == that.qrResult) {
// item.lj = ''
// }
// })
// // console.log('guanbi');
// },1000)
// },2000)
// }, 1000)
// },
// fail(err) {
// console.error('', err)
// }
// })
// }
// }
// })
// }
},
// mac
getluru() {
// this.$u.get(`/app/device/listAllMac`).then(res => {
// if (res.code == 200) {
// this.lurulist = res.data
// if(this.lurulist){
// xBlufi.initXBlufi(1);
// xBlufi.listenDeviceMsgEvent(true, this.funListenDeviceMsgEvent);
// xBlufi.notifyStartDiscoverBle({
// 'isStart': true
// })
// //
// setTimeout(() => {
// xBlufi.notifyStartDiscoverBle({
// 'isStart': false
// });
// this.status = true
// }, 1000)
// }
// }
// })
},
parseCustomData(data) {
const dataArray = data.split('@');
@ -485,49 +368,10 @@
}
return parsedData;
},
//4
// createBLEConnection(e) {
// // this.deviceId = e.name
// this.mengcflag = true
// uni.showLoading({
// title: '...'
// })
// this.mac = e.name.substring(5)
// //
// let data = {
// sn: this.storeId,
// mac: this.mac,
// modelId: this.valuexh
// }
// this.$u.post('/app/device', data).then((res) => {
// if (res.code == 200) {
// uni.showToast({
// title: ':' + this.mac + '',
// icon: 'success',
// duration: 2000
// })
// this.mengcflag = false
// uni.hideLoading()
// this.Search()
// // setTimeout(() => {
// // uni.navigateBack()
// // }, 1000)
// uni.removeStorageSync('mac')
// } else {
// this.mengcflag = false
// uni.hideLoading()
// uni.showToast({
// title: res.msg,
// icon: 'none',
// duration: 2000
// })
// }
// })
// },
//
Search() {
// if (this.status) {
this.seachflag = false
this.seachflag = false
this.mengcflag = true
uni.showLoading({
title: '请稍后...'
@ -553,19 +397,10 @@
xBlufi.notifyStartDiscoverBle({
'isStart': false
});
this.seachflag = true
//
// if (this.devicesList.length == 0) {
// this.tishiflag = true
// this.texts = ''
// } else {
// this.texts = ''
// }
// } else {
// xBlufi.notifyStartDiscoverBle({
// 'isStart': true
// })
// }
setTimeout(()=>{
this.seachflag = true
this.mengcflag = false
},2000)
}, 2000)
// }
},

View File

@ -1,6 +1,6 @@
<template>
<view class="page">
<u-navbar :title="tittxt" :border-bottom="false" :background="bgc" back-icon-color="#000" title-color='#000'
<u-navbar :title="tittxt" :border-bottom="false" :background="bgc" back-icon-color="#000" title-color='#000'
title-size='36' height='50' id="navbar">
</u-navbar>
<view class="zhuhu">
@ -463,19 +463,19 @@
},
onHide() {
if (this.timer || this.intervalId) {
clearInterval(this.intervalId);
clearInterval(this.intervalId)
clearInterval(this.timer)
this.timer = null
this.intervalId = null;
this.intervalId = null
console.log('已销毁')
}
},
onUnload: function() {
if (this.timer || this.intervalId) {
clearInterval(this.intervalId);
clearInterval(this.intervalId)
clearInterval(this.timer)
this.timer = null
this.intervalId = null;
this.intervalId = null
console.log('已销毁')
}
xBlufi.listenDeviceMsgEvent(false, this.funListenDeviceMsgEvent);
@ -487,7 +487,7 @@
this.getshuax()
this.getQiniuToken()
// if (!this.intervalId) {
// this.startIntervals();
// this.startIntervals()
// }
},
mounted() {
@ -516,7 +516,6 @@
this.sklist = res.rows[0]
this.suitSurplus = res.rows[0].surplusEle
}
}else{
uni.showToast({
title: res.msg,
@ -525,7 +524,6 @@
})
}
})
},
//
shuaxin(){
@ -561,11 +559,11 @@
},
capture() {
var pages = getCurrentPages(); //
var page = pages[pages.length - 1];
var pages = getCurrentPages() //
var page = pages[pages.length - 1]
var bitmap = null;
var currentWebview = page.$getAppWebview();
bitmap = new plus.nativeObj.Bitmap('amway_img');
var currentWebview = page.$getAppWebview()
bitmap = new plus.nativeObj.Bitmap('amway_img')
// webviewBitmap
currentWebview.draw(bitmap, function() {
// console.log('');
@ -582,23 +580,23 @@
title: '保存图片成功',
mask: false,
duration: 1500
});
})
}
});
})
}, function(e) {
console.log('保存图片失败:' + JSON.stringify(e));
});
console.log('保存图片失败:' + JSON.stringify(e))
})
}, function(e) {
console.log('截屏绘制图片失败:' + JSON.stringify(e));
});
//currentWebview.append(amway_bit);
console.log('截屏绘制图片失败:' + JSON.stringify(e))
})
//currentWebview.append(amway_bit)
},
drawCanvas() {
const ctx = uni.createCanvasContext('qrcode', this);
ctx.setFillStyle('#fff');
ctx.fillRect(10, 10, 250, 250);
const ctx = uni.createCanvasContext('qrcode', this)
ctx.setFillStyle('#fff')
ctx.fillRect(10, 10, 250, 250)
ctx.draw();
},
//
@ -606,19 +604,19 @@
uni.canvasToTempFilePath({
canvasId: 'qrcode',
success: (res) => {
console.log(res.tempFilePath); //
console.log(res.tempFilePath)//
uni.saveImageToPhotosAlbum({
filePath: res.tempFilePath,
success: function() {
uni.showToast({
title: '保存成功',
icon: 'success'
});
})
}
});
})
},
fail: (err) => {
console.error(err);
console.error(err)
}
});
},
@ -730,7 +728,7 @@
}
}, 1000)
} else {
// console.log(this.tdtxt,'020202');
// console.log(this.tdtxt,'020202')
if (this.tdtxt == '开启') {
let that = this
uni.getNetworkType({
@ -739,7 +737,7 @@
uni.getConnectedBluetoothDevices({
success(res) {
setTimeout(() => {
// console.log('close');
// console.log('close')
that.tdtxt = '关闭'
that.imgflag = false
that.deviceInfo.status = 1
@ -815,7 +813,7 @@
},
onok(ev) {
this.url = ""
this.path = ev.path;
this.path = ev.path
let _this = this
let math = 'static/' + _this.$u.guid(20)
wx.uploadFile({
@ -2127,14 +2125,11 @@
background: #8883F0;
box-shadow: 0rpx 16rpx 40rpx 0rpx rgba(42, 130, 228, 0.1);
border-radius: 52rpx 52rpx 52rpx 52rpx;
font-size: 32rpx;
font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
font-weight: 400;
color: #FFFFFF;
}
}
}
</style>

File diff suppressed because it is too large Load Diff

View File

@ -150,7 +150,10 @@
<image v-if="curtitidx == 0" class="saoyisao" @click="saoyisao"
src="https://api.ccttiot.com/smartmeter/img/static/uiDR6MnGHguBRNSYFTVw" mode="aspectFit"></image>
<tab-bar :indexs='0'></tab-bar>
<!-- #ifdef MP-WEIXIN -->
<tab-bar :indexs='0'></tab-bar>
<!-- #endif -->
<view class="dd">
<u-select v-model="show" :list="list" title='添加方式' @confirm="confirm"></u-select>
@ -302,7 +305,7 @@
}
},
onLoad() {
},
onShow() {

View File

@ -114,8 +114,9 @@
</view>
</view>
<tab-bar :indexs='2' style=""></tab-bar>
<!-- #ifdef MP-WEIXIN -->
<tab-bar :indexs='2' style=""></tab-bar>
<!-- #endif -->
</view>

View File

@ -239,6 +239,9 @@
this.getzf()
this.gethuidaio()
this.getshiy()
setTimeout(()=>{
this.onControltap()
},2000)
},
onReady() {
this.mapContext = uni.createMapContext('map', this)
@ -568,6 +571,7 @@
uni.getLocation({
type: 'wgs84',
success: (res) => {
console.log(res,'resresres');
// this.jinweidu = res.longitude + ',' + res.latitude;
// this.latitude = res.latitude;
// this.longitude = res.longitude;

View File

@ -73,7 +73,10 @@
</view>
</view> -->
</view>
<tab-bar :indexs='1'></tab-bar>
<!-- #ifdef MP-WEIXIN -->
<tab-bar :indexs='1'></tab-bar>
<!-- #endif -->
</view>
</template>