kaiguan-zfb/page_components/eletj.vue

1653 lines
41 KiB
Vue
Raw Normal View History

2024-03-13 10:54:22 +08:00
<template>
<view class="page">
2024-07-10 18:01:40 +08:00
<u-navbar :title="tittxt" :border-bottom="false" :background="bgc" back-icon-color="#fff" title-color='#fff'
2024-08-16 22:23:20 +08:00
:custom-back="btns" title-size='36' height='50' id="navbar">
2024-07-10 18:01:40 +08:00
</u-navbar>
2024-08-16 22:23:20 +08:00
2024-09-05 18:00:53 +08:00
<!-- <view class="dltop">
2024-08-16 22:23:20 +08:00
<view class="dian_list">
<view class="">
--
2024-07-10 18:01:40 +08:00
</view>
2024-08-16 22:23:20 +08:00
<view class="">
--
</view>
<view class="">
--
</view>
</view>
<view class="dian_list">
<view class="">
电压V
</view>
<view class="">
电流A
</view>
<view class="">
功率W
</view>
</view>
<view class="botwz">
点击刷新实时信息
</view>
2024-09-05 18:00:53 +08:00
</view> -->
2024-08-16 22:23:20 +08:00
<view class="time_list">
<view class="time_top">
<!-- <view class="" v-if="detaobj.suitEndTime && detaobj.suitFeeType == 1">
{{formattedTime}}
</view> -->
<view class="" v-if="detaobj.suitEndTime && detaobj.suitFeeType != 1">
已结束
</view>
<view class="" v-else>
<text
v-if="detaobj.suitFeeType == 3 || detaobj.suitFeeType == 4">{{timeDifferenceString == '' ? '1分' : timeDifferenceString}}</text>
<text
v-if="detaobj.suitFeeType == 2">{{du}}</text>
<text v-if="detaobj.suitFeeType == 1">{{formattedTime}}</text>
</view>
<view class="" v-if="detaobj.suitEndTime">
{{detaobj.money}}
</view>
<view class="" v-else>
<text v-if="detaobj.suitFeeType == 3 || detaobj.suitFeeType == 4">{{feeprice}}</text> <text
v-else>{{detaobj.suitPrice == null ? '--' : detaobj.suitPrice}}</text>
</view>
</view>
<view class="time_bot" v-if="!detaobj.suitEndTime || detaobj.suitFeeType == 1">
<view class="">
<text v-if="detaobj.suitFeeType == 3 || detaobj.suitFeeType == 4">使用时长</text>
<text v-else>剩余时长</text>
</view>
<view class="">
<text v-if="detaobj.suitFeeType == 3 || detaobj.suitFeeType == 4">预估金额,以实际金额为准</text>
<text v-else>金额</text>
</view>
</view>
</view>
<view class="price_list">
<view class="top_price">
价格明细
</view>
<view class="qian">
<view class="yajin">
<text v-if="detaobj.suitFeeType == 1">{{detaobj.suitTime == null ? '--' : detaobj.suitTime}}<text
v-if="detaobj.suitTimeUnit == 2"></text> <text v-if="detaobj.suitTimeUnit == 3">分钟</text>
<text v-if="detaobj.suitTimeUnit == 4"></text></text>
<text v-if="detaobj.suitFeeType == 2">{{detaobj.suitTime}}</text>
<text v-if="detaobj.suitFeeType == 3 || detaobj.suitFeeType == 4">押金</text>
</view>
<view class="yuan">
{{detaobj.suitPrice == null ? '--' : detaobj.suitPrice}}
</view>
</view>
<view class="jisuan">
计价方式<text v-if="detaobj.suitFeeType == 1">计时收费</text>
<text v-if="detaobj.suitFeeType == 2">按量收费</text>
<text v-if="detaobj.suitFeeType == 3">分时段按量收费</text>
<text v-if="detaobj.suitFeeType == 4">分时段按时收费</text>
</view>
<view class="list_box" style="width: 100%" v-if="detaobj.suitFeeType == 3 || detaobj.suitFeeType == 4">
<view class="ulbox">
<view class="ulli">
<view class="li" v-for="(val,gearAmountindex) in newArr" :key="gearAmountindex">
{{val}}
2024-07-10 18:01:40 +08:00
</view>
2024-08-16 22:23:20 +08:00
</view>
<view class="olli">
<view class="li" v-for="(vals,timeindex) in 24" :key="timeindex">
{{timeindex + ':00'}}
2024-07-10 18:01:40 +08:00
</view>
</view>
</view>
2024-08-16 22:23:20 +08:00
</view>
</view>
<view class="zujie">
<view class="toptit">
租借信息
</view>
<view class="emilist">
<view class="">
开始时间
</view>
<view class="">
{{detaobj.suitStartTime == null ? '--' : detaobj.suitStartTime}}
2024-03-13 10:54:22 +08:00
</view>
2024-05-10 17:37:36 +08:00
</view>
2024-08-16 22:23:20 +08:00
<view class="emilist">
<view class="">
店铺名称
</view>
<view class="">
{{detaobj.storeName == null ? '--' : detaobj.storeName}}
</view>
</view>
<view class="emilist">
<view class="">
详细地址
</view>
<view class="">
{{detaobj.storeAddress == null ? '--' : detaobj.storeAddress}}
</view>
</view>
<view class="emilist">
<view class="">
套餐名称
</view>
<view class="">
{{detaobj.suitName == null ? '--' : detaobj.suitName}}
</view>
</view>
<view class="emilist">
<view class="">
结束时间
</view>
<view class="">
{{detaobj.suitEndTime == null ? '--' : detaobj.suitEndTime}}
</view>
</view>
<view class="emilist">
<view class="">
设备编号
</view>
<view class="">
{{detaobj.deviceNo == null ?'--' : detaobj.deviceNo}}
</view>
</view>
<view class="emilist">
<view class="">
订单编号
</view>
<view class="">
{{detaobj.billNo == null ? '--' : detaobj.billNo}}
</view>
</view>
</view>
2024-09-05 18:00:53 +08:00
<!-- 订单暂停 -->
<!-- <view class="zujie" style="border-top:1px solid #D8D8D8;padding-top: 30rpx;box-sizing: border-box;">
<view class="toptit">
暂停订单
</view>
<view class="emilist" style="align-items: center;">
<view class="">
开关关闭
</view>
<u-switch v-model="checkeds" active-color="#8883f0"></u-switch>
</view>
</view> -->
2024-08-16 22:23:20 +08:00
<view class="" v-if="detaobj.suitFeeMode == 2">
<view class="jieshu" v-if="jieshuflag">
<text v-if="detaobj.status == 1">立即支付</text>
<text v-else>结束订单</text>
</view>
<view class="jieshu" v-else>
<text v-if="detaobj.status == 1" @click="btnljzf">立即支付</text>
<text v-else @click="btnjieshu">结束订单</text>
</view>
</view>
<!-- 点击结束弹窗 -->
<view class="truebox" v-if="trueboxfalg">
<view class="titvalue">
您要提前结束此订单吗
</view>
<view class="titvalue">
2024-09-05 18:00:53 +08:00
当前预估消费金额为{{Number(feeprice) < 0.01 ? '0.01' : feeprice}},实际消费以实际金额为准 <text v-if="detaobj.suitFeeMode == 2 && detaobj.suitFeeType == 3">用电量为{{Number(totalElectriQuantity) - Number(suitStartEle)}}</text>
2024-08-16 22:23:20 +08:00
</view>
<view class="truebtn">
<view class="quxiao" @click="trueboxfalg = false">
取消
</view>
<view class="queding" @click="btnbox">
确定
2024-07-10 18:01:40 +08:00
</view>
2024-03-13 10:54:22 +08:00
</view>
</view>
2024-08-16 22:23:20 +08:00
<view class="mask" v-if="trueboxfalg"></view>
2024-03-13 10:54:22 +08:00
</view>
</template>
<script>
2024-07-10 18:01:40 +08:00
var xBlufi = require("@/page_components/blufi/xBlufi.js")
2024-05-10 21:35:42 +08:00
import uniEcCanvas from '@/components/uni-ec-canvas/uni-ec-canvas.vue'
import * as echarts from '@/components/uni-ec-canvas/echarts'
let chart = null
2024-03-13 10:54:22 +08:00
export default {
components: {
2024-05-10 21:35:42 +08:00
uniEcCanvas
2024-03-13 10:54:22 +08:00
},
data() {
return {
2024-09-05 18:00:53 +08:00
checkeds: false,
2024-08-16 22:23:20 +08:00
trueboxfalg:false,
2024-03-13 10:54:22 +08:00
bgc: {
2024-05-21 18:02:34 +08:00
backgroundColor: "#8883f0",
2024-03-13 10:54:22 +08:00
},
2024-07-10 18:01:40 +08:00
ec: {
lazyLoad: true
2024-05-10 17:37:36 +08:00
},
2024-07-10 18:01:40 +08:00
deviceInfo: {},
loadings: false,
info: '',
tittxt: "设备详情",
titlist: [
"全部",
"电表",
"水表",
],
curtitidx: 0,
id: '',
timeday: '',
imglist: '',
token: '',
userImgs: '',
imgflag: true,
mac: "",
name: '',
2024-05-10 17:37:36 +08:00
deviceId: '',
2024-07-10 18:01:40 +08:00
storeId: '',
qrResult: '',
devicesList: [],
2024-08-16 22:23:20 +08:00
setMode: null,
vipflag: false,
cztime: '',
opflag: '',
timer: null,
newArr: [],
detaobj: {},
timeDifferenceString: 0,
timerId: null,
sbid: '',
onlineStatus: '',
billId: '',
orderno: '',
jieshuflag: false,
feeprice: '',
2024-08-31 17:41:21 +08:00
temperature:null,
2024-09-05 18:00:53 +08:00
du:'',
totalElectriQuantity:'',
suitStartEle :''
2024-03-13 10:54:22 +08:00
}
},
2024-07-10 18:01:40 +08:00
onLoad(option) {
let id = option.id
this.id = id
2024-08-16 22:23:20 +08:00
this.$u.put(`/app/bill/${this.id}/refreshPayResult`).then(res => {
this.getDevice()
})
2024-07-18 18:06:40 +08:00
// this.getDevice(id)
2024-08-16 22:23:20 +08:00
// console.log(option);
if (option.flag) {
this.opflag = option.flag
}
2024-07-10 18:01:40 +08:00
},
2024-07-18 18:06:40 +08:00
computed: {
2024-08-16 22:23:20 +08:00
formattedTime() {
if (this.timeday.days > 0) {
// 只展示天和小时
return `${this.timeday.days}${this.timeday.hours}小时`
} else if (this.timeday.hours > 0) {
// 展示小时和分钟
return `${this.timeday.hours}小时${this.timeday.minutes}分钟`
} else if (this.timeday.minutes > 0) {
// 展示分钟和秒
return `${this.timeday.minutes}分钟${this.timeday.seconds}`
} else {
// 展示秒或0如果秒也为0
return this.timeday.seconds > 0 ? `${this.timeday.seconds}` : '0'
}
}
},
2024-07-17 17:59:51 +08:00
// 分享到好友(会话)
2024-08-16 22:23:20 +08:00
onShareAppMessage: function() {
return {
title: '创想物联',
path: '/pages/shouye/index'
}
},
// 分享到朋友圈
onShareTimeline: function() {
return {
title: '创想物联',
query: '',
path: '/pages/shouye/index'
}
},
2024-07-10 18:01:40 +08:00
onShow() {
2024-05-10 21:35:42 +08:00
setTimeout(() => {
2024-08-16 22:23:20 +08:00
this.startTimers()
if (this.id) {
//判断有没有id 没有的话则直接返回首页
} else {
uni.reLaunch({
url: '/pages/shouye/index'
})
}
2024-07-18 18:06:40 +08:00
}, 100)
2024-07-10 18:01:40 +08:00
},
onHide() {
2024-08-16 22:23:20 +08:00
this.stopTimer();
2024-03-13 10:54:22 +08:00
},
2024-07-18 18:06:40 +08:00
beforeDestroy() {
2024-08-16 22:23:20 +08:00
// 组件销毁前清除定时器,防止内存泄漏
if (this.timer) {
clearInterval(this.timer)
this.timer = null;
console.log('已销毁')
}
},
onUnload() {
this.stopTimer();
},
2024-03-13 10:54:22 +08:00
methods: {
2024-08-16 22:23:20 +08:00
btns() {
// if(this.opflag){
// uni.navigateBack()
// }else{
uni.reLaunch({
url: '/pages/shouye/index'
})
// }
2024-05-10 17:37:36 +08:00
},
2024-08-16 22:23:20 +08:00
btnljzf(){
this.$u.get(`/app/pay/wx/${this.orderno}`).then((res) => {
if (res.code == 200) {
let that = this
uni.requestPayment({
provider: 'wxpay',
timeStamp: res.data.payParams.timeStamp,
nonceStr: res.data.payParams.nonceStr,
package: res.data.payParams.packageVal,
signType: res.data.payParams.signType,
paySign: res.data.payParams.paySign,
success: (res) => {
that.$u.put(
`/app/bill/${that.orderno}/refreshPayResult`
).then(res => {})
// 支付成功逻辑
uni.showToast({
title: res.msg,
icon: 'success',
duration: 1000
})
setTimeout(() => {
that.jieshuflag = false
uni.reLaunch({
url: '/pages/shouye/index'
})
}, 1500)
},
fail(err) {
that.jieshuflag = false
// 支付失败逻辑
uni.showToast({
title: '支付失败',
icon: 'none',
duration: 2000
});
}
})
}
})
},
btnjieshu(){
2024-09-05 18:00:53 +08:00
this.getsb()
2024-08-16 22:23:20 +08:00
this.trueboxfalg = true
},
btnbox() {
this.trueboxfalg = false
this.jieshuflag = true
if (this.onlineStatus == 1) {
if (this.detaobj.suitFeeType == 1 || this.detaobj.suitFeeType == 2) {
let data = {
billId: this.billId
}
this.$u.put(`/app/bill/endSmartUse`, data).then(res => {
if (res.code == 200) {
uni.showToast({
title: res.msg,
icon: 'success',
duration: 1000
})
setTimeout(() => {
this.jieshuflag = false
uni.reLaunch({
url: '/pages/shouye/index'
})
}, 1500)
} else {
this.getDevice()
this.jieshuflag = false
uni.showToast({
title: res.msg,
icon: 'none',
duration: 2000
})
}
2024-07-10 18:01:40 +08:00
})
} else {
2024-08-16 22:23:20 +08:00
if (this.detaobj.status == 1) {
this.$u.get(`/app/pay/wx/${this.orderno}`).then((res) => {
if (res.code == 200) {
let that = this
uni.requestPayment({
provider: 'wxpay',
timeStamp: res.data.payParams.timeStamp,
nonceStr: res.data.payParams.nonceStr,
package: res.data.payParams.packageVal,
signType: res.data.payParams.signType,
paySign: res.data.payParams.paySign,
success: (res) => {
that.$u.put(`/app/bill/${that.orderno}/refreshPayResult`)
.then(res => {})
// 支付成功逻辑
uni.showToast({
title: res.msg,
icon: 'success',
duration: 1000
})
setTimeout(() => {
that.jieshuflag = false
uni.reLaunch({
url: '/pages/shouye/index'
})
}, 1500)
},
fail(err) {
that.getDevice()
that.jieshuflag = false
// 支付失败逻辑
uni.showToast({
title: '支付失败',
icon: 'none',
duration: 2000
});
}
})
}
})
} else {
let data = {
billId: this.billId
}
this.$u.put(`/app/bill/endTimingUse`, data).then(res => {
if (res.code == 200) {
this.$u.get(`/app/pay/wx/${this.orderno}`).then((res) => {
if (res.code == 200) {
let that = this
uni.requestPayment({
provider: 'wxpay',
timeStamp: res.data.payParams.timeStamp,
nonceStr: res.data.payParams.nonceStr,
package: res.data.payParams.packageVal,
signType: res.data.payParams.signType,
paySign: res.data.payParams.paySign,
success: (res) => {
that.$u.put(
`/app/bill/${that.orderno}/refreshPayResult`
).then(res => {})
// 支付成功逻辑
uni.showToast({
title: res.msg,
icon: 'success',
duration: 1000
})
setTimeout(() => {
that.jieshuflag = false
uni.reLaunch({
url: '/pages/shouye/index'
})
}, 1500)
},
fail(err) {
that.jieshuflag = false
// 支付失败逻辑
uni.showToast({
title: '支付失败',
icon: 'none',
duration: 2000
});
}
})
}
})
} else {
this.getDevice()
this.jieshuflag = false
uni.showToast({
title: res.msg,
icon: 'none',
duration: 2000
})
}
})
}
}
} else {
2024-08-31 17:41:21 +08:00
// console.log(this.temperature,'this.temperature');
if (this.temperature == null) {
2024-08-16 22:23:20 +08:00
uni.showLoading({
title: '切换中'
})
let that = this
xBlufi.initXBlufi(1);
xBlufi.listenDeviceMsgEvent(true, that.funListenDeviceMsgEvent);
xBlufi.notifyStartDiscoverBle({
'isStart': true
})
setTimeout(() => {
xBlufi.notifyStartDiscoverBle({
'isStart': false
})
if (that.devicesList.length > 0) {
xBlufi.notifyConnectBle({
isStart: true,
deviceId: that.deviceId,
name: that.name
})
}
}, 2000)
uni.showModal({
title: '温馨提示',
content: `检测到该设备未联网,为您切换为蓝牙模式,支付的时候靠近该设备,并打开蓝牙`,
showCancel: false,
success: function (res) {
}
2024-07-10 18:01:40 +08:00
})
2024-08-16 22:23:20 +08:00
}else{
if(this.detaobj.suitFeeType == 1 || this.detaobj.suitFeeType == 2){
let data = {
billId: this.billId,
totalEle:this.temperature
}
this.$u.put(`/app/bill/endSmartUse`, data).then(res => {
if (res.code == 200) {
uni.getNetworkType({
success(res) {
if (res.networkType !== 'none') {
uni.getConnectedBluetoothDevices({
success(res) {
setTimeout(()=> {
xBlufi.notifySendCustomData({
customData: 'close'
})
setTimeout(() => {
this.jieshuflag = false
uni.reLaunch({
url: '/pages/shouye/index'
})
},1000)
},1500)
},
fail(err) {
console.error('获取已连接蓝牙设备信息失败:',err)
}
})
} else {
console.log('手机未连接网络')
// this.baiflag = false
}
}
})
} else {
this.jieshuflag = false
uni.showToast({
title: res.msg,
icon: 'none',
duration: 2000
})
}
})
}else{
let data = {
billId: this.billId,
totalEle:this.temperature
}
this.$u.put(`/app/bill/endTimingUse`, data).then(res => {
if (res.code == 200) {
let that = this
uni.getNetworkType({
success(res) {
if (res.networkType !== 'none') {
uni.getConnectedBluetoothDevices({
success(res) {
setTimeout(()=> {
xBlufi.notifySendCustomData({
customData: 'close'
})
setTimeout(() => {
that.$u.get(`/app/pay/wx/${that.orderno}`).then((res) => {
if (res.code == 200) {
uni.requestPayment({
provider: 'wxpay',
timeStamp: res.data.payParams.timeStamp,
nonceStr: res.data.payParams.nonceStr,
package: res.data.payParams.packageVal,
signType: res.data.payParams.signType,
paySign: res.data.payParams.paySign,
success: (res) => {
that.$u.put(
`/app/bill/${that.orderno}/refreshPayResult`
).then(res => {})
// 支付成功逻辑
uni.showToast({
title: res.msg,
icon: 'success',
duration: 1000
})
setTimeout(() => {
that.jieshuflag = false
uni.reLaunch({
url: '/pages/shouye/index'
})
}, 1500)
},
fail(err) {
that.jieshuflag = false
// 支付失败逻辑
uni.showToast({
title: '支付失败',
icon: 'none',
duration: 2000
});
}
})
}
})
},1000)
},1500)
},
fail(err) {
console.error('获取已连接蓝牙设备信息失败:',err)
}
})
} else {
console.log('手机未连接网络')
// this.baiflag = false
}
}
})
} else {
this.getDevice()
this.jieshuflag = false
uni.showToast({
title: res.msg,
icon: 'none',
duration: 2000
})
}
})
}
}
}
},
// 每一分钟请求更新一次
startTimers() {
// 确保没有重复的定时器
if (this.timerId !== null) {
clearInterval(this.timerId)
}
// 设置定时器,每分钟执行一次 timerCallback 函数
this.timerId = setInterval(this.getDevice, 60000)
},
// 销毁定时器
stopTimer() {
if (this.timerId !== null) {
clearInterval(this.timerId)
this.timerId = null
}
},
// 预估金额
getprice() {
this.$u.get(`app/bill/calcPrice?billId=${this.billId}`).then(res => {
if (res.code == 200) {
this.feeprice = res.data.toFixed(2)
2024-07-10 18:01:40 +08:00
}
})
},
// 获取设备详情
2024-08-16 22:23:20 +08:00
getDevice() {
this.$u.get(`/app/bill/byNo/${this.id}`).then(res => {
2024-07-10 18:01:40 +08:00
if (res.code == 200) {
2024-08-16 22:23:20 +08:00
this.sbid = res.data.deviceId
2024-09-05 18:00:53 +08:00
this.suitStartEle = res.data.suitStartEle //设备开始前用电
2024-08-16 22:23:20 +08:00
this.getsb()
this.detaobj = res.data
this.billId = res.data.billId
this.orderno = res.data.billNo
this.getprice()
let dateTimeString = res.data.suitStartTime // 示例时间字符串
this.timeDifferenceString = this.calculateTimeDifference(dateTimeString); // 调用函数
// console.log(timeDifferenceString);
if (res.data.suitGearAmount.length > 0) {
this.newArr = []
for (let i = 0; i < res.data.suitGearTime.length; i++) {
let value = res.data.suitGearAmount[res.data.suitGearTime[i]];
this.newArr.push(value)
}
}
if(this.detaobj.suitEndEle){
let du = Number(this.detaobj.suitEndEle) - Number(this.detaobj.deviceTotalEle)
this.du = du.toFixed(2)
2024-05-10 17:37:36 +08:00
}
2024-08-16 22:23:20 +08:00
if (this.detaobj.suitExpireTime == null) {
2024-07-10 18:01:40 +08:00
this.timeday = 0
2024-08-16 22:23:20 +08:00
} else {
let expireTimeStr = this.detaobj.suitExpireTime
let expireTimeParts = expireTimeStr.split(" ")
let expireDateParts = expireTimeParts[0].split("-")
let expireTimePartsTime = expireTimeParts[1].split(":")
let expireDate = new Date(expireDateParts[0], expireDateParts[1] - 1, expireDateParts[
2], expireTimePartsTime[0], expireTimePartsTime[1], expireTimePartsTime[2])
let now = new Date()
2024-07-10 18:01:40 +08:00
let differenceInMs = expireDate - now;
if (differenceInMs <= 0) {
this.timeday = 0
} else {
2024-08-16 22:23:20 +08:00
if(this.timeday == ''){
this.timeday = this.formatMilliseconds(differenceInMs)
this.startTimer()
}
2024-07-10 18:01:40 +08:00
}
}
2024-05-10 17:37:36 +08:00
}
2024-07-18 18:06:40 +08:00
})
},
2024-08-16 22:23:20 +08:00
getsb() {
this.$u.get(`/app/device/${this.sbid}`).then(res => {
if (res.code == 200) {
this.onlineStatus = res.data.onlineStatus
this.qrResult = res.data.mac
2024-09-05 18:00:53 +08:00
this.totalElectriQuantity = res.data.totalElectriQuantity
2024-08-16 22:23:20 +08:00
}
})
},
calculateTimeDifference(dateTimeString) {
// 将时间字符串转换为Date对象
const date = new Date(dateTimeString)
// 获取当前时间
const now = new Date()
// 计算时间差(毫秒)
const diff = now - date
// 将毫秒转换为天、小时、分钟和秒
const days = Math.floor(diff / (1000 * 60 * 60 * 24))
const hours = Math.floor((diff % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60))
const minutes = Math.floor((diff % (1000 * 60 * 60)) / (1000 * 60))
const seconds = Math.floor((diff % (1000 * 60)) / 1000)
// 创建一个对象来存储结果,并忽略零值
const timeDifference = {
days: days > 0 ? days : undefined,
hours: hours > 0 ? hours : undefined,
minutes: minutes > 0 ? minutes : undefined,
seconds: seconds > 0 ? seconds : undefined
};
// 转换为字符串,忽略未定义的属性
let result = ''
if (timeDifference.days !== undefined) {
result += `${timeDifference.days}`
}
if (timeDifference.hours !== undefined) {
result += `${timeDifference.hours}`
}
if (timeDifference.minutes !== undefined) {
result += `${timeDifference.minutes + 1}`
}
// if (timeDifference.seconds !== undefined) {
// result += `${timeDifference.seconds}秒`
// }
return result;
},
2024-07-18 18:06:40 +08:00
startTimer() {
2024-08-16 22:23:20 +08:00
this.timer = setInterval(() => {
if (this.timeday.seconds > 0) {
this.timeday.seconds--
} else if (this.timeday.minutes > 0) {
this.timeday.seconds = 59 // 重置秒数为59
this.timeday.minutes--
} else if (this.timeday.hours > 0) {
this.timeday.minutes = 59 // 重置分钟数为59
this.timeday.hours--
this.timeday.seconds = 0 // 同时重置秒数为0
} else if (this.timeday.days > 0) {
this.timeday.hours = 23 // 重置小时数为23
this.timeday.minutes = 59 // 重置分钟数为59
this.timeday.seconds = 0 // 重置秒数为0
this.timeday.days--
} else {
// 所有时间单位都已减为0停止定时器
clearInterval(this.timer)
this.timer = null;
console.log('时间已到期')
}
}, 1000); // 每秒执行一次
},
2024-07-18 18:06:40 +08:00
// 计算天时分秒
2024-08-16 22:23:20 +08:00
formatMilliseconds(milliseconds) {
// 计算天数
let days = Math.floor(milliseconds / (1000 * 60 * 60 * 24))
// 计算剩余的小时数
let hours = Math.floor((milliseconds % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60))
// 计算剩余的分钟数
let minutes = Math.floor((milliseconds % (1000 * 60 * 60)) / (1000 * 60))
// 计算剩余的秒数
let seconds = Math.floor((milliseconds % (1000 * 60)) / 1000)
// 返回一个对象,包含天、小时、分钟和秒
return {
days: days,
hours: hours,
minutes: minutes,
seconds: seconds
}
2024-07-10 18:01:40 +08:00
},
opendevice() {
let stause = 0
if (this.deviceInfo.powerStatus == 1) {
stause = 0
} else {
stause = 1
}
2024-08-16 22:23:20 +08:00
// console.log(stause, 'stausestause');
2024-07-10 18:01:40 +08:00
this.$u.put(`/app/device/${this.deviceInfo.deviceId}/changePower?status=` + stause).then((res) => {
// this.$forceUpdate()
if (res.code == 200) {
// this.groupList=res.rows
setTimeout(() => {
2024-08-16 22:23:20 +08:00
this.getDevice()
2024-07-10 18:01:40 +08:00
}, 2000)
// this.loadings=true
// this.initChart()
} else {
uni.showToast({
title: res.msg,
icon: 'none'
});
}
});
},
opendevices() {
},
swiperchange(e) {
this.curtitidx = e.detail.current
2024-08-16 22:23:20 +08:00
// console.log(e, 'aaaa');
2024-07-10 18:01:40 +08:00
},
changeidx(index) {
this.curtitidx = index
},
toydfx() {
uni.navigateTo({
url: "/page_components/eletj?id=" + this.id
2024-05-10 17:37:36 +08:00
})
},
2024-07-10 18:01:40 +08:00
funListenDeviceMsgEvent: function(options) {
2024-08-16 22:23:20 +08:00
switch (options.type) {
2024-07-10 18:01:40 +08:00
case xBlufi.XBLUFI_TYPE.TYPE_GET_DEVICE_LISTS:
if (options.result) {
let devicesarr = options.data
2024-08-16 22:23:20 +08:00
console.log(devicesarr,this.mac,'111');
2024-07-10 18:01:40 +08:00
devicesarr.forEach(device => {
2024-08-16 22:23:20 +08:00
const mac = device.name.substring(4);
if (device.name.slice(5, 17) == this.qrResult) {
2024-07-10 18:01:40 +08:00
this.deviceId = device.deviceId
this.name = device.name
2024-08-16 22:23:20 +08:00
// console.log(device.name,this.mac,'222');
this.devicesList.push(device);
let uniqueDevicesList = Array.from(new Set(this.devicesList));
// 将去重后的数组重新赋值给 this.devicesList
this.devicesList = uniqueDevicesList;
} else {
// uni.showToast({
// title: '未找到该设备,请确认该设备在附近',
// icon: 'none',
// duration: 3000
// })
2024-07-10 18:01:40 +08:00
}
})
}
break;
case xBlufi.XBLUFI_TYPE.TYPE_CONNECTED:
2024-08-16 22:23:20 +08:00
console.log("连接回调:" + JSON.stringify(options));
2024-07-10 18:01:40 +08:00
if (options.result) {
2024-08-16 22:23:20 +08:00
// console.log('125451245')
2024-07-10 18:01:40 +08:00
{
2024-08-16 22:23:20 +08:00
xBlufi.notifyInitBleEsp32({
deviceId: this.deviceId
});
xBlufi.listenDeviceMsgEvent(true, this.funListenDeviceMsgEvents);
this.deviceIds = options.data.deviceId
this.name = this.name
2024-07-10 18:01:40 +08:00
}
2024-08-16 22:23:20 +08:00
}else{
2024-07-10 18:01:40 +08:00
}
break;
2024-08-16 22:23:20 +08:00
case xBlufi.XBLUFI_TYPE.TYPE_RECIEVE_CUSTON_DATA:
this.ver_data = this.parseCustomData(options.data)
console.log("1收到设备发来的自定义数据结果", this.ver_data);
this.temperature = this.ver_data.temperature / 1000
setTimeout(()=>{
// this.czflag = false
this.jieshuflag = false
uni.hideLoading()
},1000)
break;
case xBlufi.XBLUFI_TYPE.TYPE_GET_DEVICE_LISTS_STOP:
if (options.result) {
let uniqueDevicesList = Array.from(new Set(this.devicesList));
let filteredDevices = uniqueDevicesList.filter(device => device.name.substring(0, 4) === "CTKG");
// 将过滤后的数组重新赋值给 this.devicesList
this.devicesList = filteredDevices;
}
break;
2024-07-10 18:01:40 +08:00
case xBlufi.XBLUFI_TYPE.TYPE_GET_DEVICE_LISTS_START:
if (!options.result) {
2024-08-16 22:23:20 +08:00
this.lanyaflag = true
2024-07-10 18:01:40 +08:00
uni.showToast({
title: '蓝牙未开启',
icon: 'none',
duration: 3000
});
return
} else {
2024-08-16 22:23:20 +08:00
this.lanyaflag = false
2024-07-10 18:01:40 +08:00
}
break;
2024-03-13 10:54:22 +08:00
}
},
2024-08-16 22:23:20 +08:00
2024-07-10 18:01:40 +08:00
parseCustomData(data) {
2024-08-16 22:23:20 +08:00
// 将字符串按照 "@" 分割成数组
2024-07-10 18:01:40 +08:00
const dataArray = data.split('@');
2024-08-16 22:23:20 +08:00
// 初始化一个空对象来存储解析后的数据
const parsedData = {};
// 前缀到属性名的映射
const prefixMap = {
'V': 'voltage',
'S': 'switchState',
'A': 'current',
'P': 'power',
'M': 'remainingPower',
'T': 'setMode',
'W': 'temperature'
2024-07-10 18:01:40 +08:00
};
2024-08-16 22:23:20 +08:00
// 遍历数组并解析每个字段
for (let i = 0; i < dataArray.length; i++) {
const field = dataArray[i];
for (const prefix in prefixMap) {
if (field.startsWith(prefix)) {
// 去除前缀并将剩余部分转换为适当的类型(这里默认为浮点数或字符串)
const value = field.substring(1);
const propertyName = prefixMap[prefix];
// 根据需要,这里可以添加更复杂的类型转换逻辑
// 但为了简单起见,我们总是尝试将其转换为浮点数,如果失败则保留为字符串
parsedData[propertyName] = isNaN(parseFloat(value)) ? value : parseFloat(value);
// 找到了匹配的前缀,跳出内层循环
break;
}
}
}
// 返回解析后的数据对象
return parsedData;
2024-07-10 18:01:40 +08:00
},
2024-08-16 22:23:20 +08:00
// parseCustomData(data) {
// // 将字符串按照 "@" 分割成数组
// const dataArray = data.split('@');
// // 根据约定,解析各个字段的值
// const voltage = parseFloat(dataArray[0].substring(1)); // 去除前缀 "V",并将字符串转换为浮点数
// const switchState = dataArray[1].substring(1); // 去除前缀 "S"
// const current = parseFloat(dataArray[2].substring(1)); // 去除前缀 "A",并将字符串转换为浮点数
// const power = parseFloat(dataArray[4].substring(1)); // 去除前缀 "P",并将字符串转换为浮点数
// const remainingPower = parseFloat(dataArray[5].substring(1)); // 去除前缀 "M",并将字符串转换为浮点数
// const setMode = dataArray[6].substring(1); // 去除前缀 "T"
// // 返回解析后的数据对象
// return {
// voltage,
// switchState,
// current,
// power,
// remainingPower,
// setMode
// }
// },
2024-03-13 10:54:22 +08:00
}
}
</script>
<style lang="scss">
2024-06-03 16:47:25 +08:00
/deep/ .u-title {
padding-bottom: 22rpx;
}
2024-07-10 18:01:40 +08:00
2024-06-03 16:47:25 +08:00
/deep/ .u-icon__icon {
padding-bottom: 22rpx;
}
2024-07-10 18:01:40 +08:00
2024-03-13 10:54:22 +08:00
page {
background-color: #F7FAFE;
2024-08-16 22:23:20 +08:00
padding: 0 30rpx;
box-sizing: border-box;
padding-bottom: 300rpx;
overflow: scroll;
}
.truebox{
width: 500rpx;
2024-09-05 18:00:53 +08:00
max-height: 380rpx;
2024-08-16 22:23:20 +08:00
border-radius: 20rpx;
background-color: #fff;
position: fixed;
top: 40%;
left: 50%;
transform: translateX(-50%);
z-index: 99;
padding: 30rpx;
box-sizing: border-box;
.titvalue{
width: 100%;
text-align: center;
margin-top: 30rpx;
2024-08-20 17:59:52 +08:00
font-size: 32rpx;
2024-08-16 22:23:20 +08:00
}
.truebtn{
display: flex;
margin-top: 30rpx;
.quxiao{
border-right: 1px solid #ccc;
}
view{
width: 50%;
text-align: center;
height: 90rpx;
line-height: 90rpx;
border-top: 1px solid #ccc;
}
}
}
.jieshu {
width: 558rpx;
height: 90rpx;
2024-08-20 17:59:52 +08:00
text{
width: 558rpx;
height: 90rpx;
display: block;
}
2024-08-16 22:23:20 +08:00
line-height: 90rpx;
background: #8883F0;
border-radius: 54rpx 54rpx 54rpx 54rpx;
font-size: 36rpx;
color: #FFFFFF;
// font-weight: 600;
text-align: center;
position: fixed;
bottom: 76rpx;
left: 50%;
transform: translateX(-50%);
2024-03-13 10:54:22 +08:00
}
2024-08-16 22:23:20 +08:00
.zujie {
margin-top: 32rpx;
.toptit {
font-size: 32rpx;
color: #333333;
font-weight: 600;
}
.emilist {
display: flex;
justify-content: space-between;
margin-top: 28rpx;
view {
font-size: 24rpx;
color: #808080;
}
}
}
.price_list {
border-bottom: 1px solid #D8D8D8;
padding-bottom: 26rpx;
box-sizing: border-box;
.top_price {
font-size: 32rpx;
color: #333333;
font-weight: 600;
margin-top: 24rpx;
margin-bottom: 28rpx;
}
.jisuan {
font-size: 24rpx;
color: #333333;
margin-top: 24rpx;
margin-bottom: 30rpx;
}
.qian {
width: 100%;
display: flex;
justify-content: space-between;
.yuan {
font-size: 24rpx;
color: #333333;
}
.yajin {
font-size: 24rpx;
color: #808080;
}
}
}
.list_box {
.ulbox {
width: 100%;
overflow: scroll;
.ulli {
display: flex;
width: 170vh;
.li {
flex: 1;
border: 1rpx solid #ccc;
text-align: center;
font-size: 32rpx;
color: #8883F0;
height: 88rpx;
line-height: 88rpx;
}
}
.olli {
display: flex;
width: 170vh;
.li {
flex: 1;
border: 1rpx solid #ccc;
text-align: center;
font-size: 22rpx;
color: #262B37;
height: 88rpx;
line-height: 88rpx;
}
}
}
}
.time_list {
width: 100%;
border-bottom: 1px solid #D8D8D8;
padding-bottom: 34rpx;
box-sizing: border-box;
.time_top {
display: flex;
justify-content: space-between;
margin-top: 20rpx;
view {
font-size: 40rpx;
color: #3D3D3D;
font-weight: 600;
}
}
.time_bot {
display: flex;
justify-content: space-between;
margin-top: 30rpx;
view {
font-size: 24rpx;
color: #666666;
}
}
}
.dltop {
width: 100%;
height: 204rpx;
background: #8883F0;
border-radius: 16rpx 16rpx 16rpx 16rpx;
margin: auto;
margin-top: 36rpx;
.dian_list {
display: flex;
justify-content: space-between;
text-align: center;
font-size: 34rpx;
color: #FFFFFF;
view {
width: 180rpx;
text-align: center;
margin-top: 22rpx;
}
}
.botwz {
font-size: 28rpx;
color: #FFFFFF;
width: 100%;
text-align: center;
margin-top: 16rpx;
}
}
2024-07-10 18:01:40 +08:00
.mask {
width: 750rpx;
height: 100vh;
background: #000000;
border-radius: 0rpx 0rpx 0rpx 0rpx;
opacity: 0.2;
z-index: 1;
position: fixed;
top: 0;
left: 0;
2024-05-10 21:35:42 +08:00
}
2024-08-16 22:23:20 +08:00
2024-07-10 18:01:40 +08:00
.tanc {
width: 610rpx;
height: 282rpx;
background: #FFFFFF;
border-radius: 30rpx 30rpx 30rpx 30rpx;
position: fixed;
top: 628rpx;
left: 50%;
transform: translateX(-50%);
z-index: 2;
2024-08-16 22:23:20 +08:00
2024-07-10 18:01:40 +08:00
.tit {
width: 100%;
text-align: center;
margin-top: 28rpx;
font-weight: 500;
font-size: 32rpx;
color: #3D3D3D;
}
2024-08-16 22:23:20 +08:00
2024-07-10 18:01:40 +08:00
input {
width: 504rpx;
height: 62rpx;
background: #EEEEEE;
border-radius: 6rpx 6rpx 6rpx 6rpx;
margin: auto;
margin-top: 22rpx;
padding-left: 20rpx;
}
2024-08-16 22:23:20 +08:00
2024-07-10 18:01:40 +08:00
.xian {
width: 610rpx;
height: 2rpx;
background: #D8D8D8;
border-radius: 0rpx 0rpx 0rpx 0rpx;
margin-top: 26rpx;
}
2024-08-16 22:23:20 +08:00
2024-07-10 18:01:40 +08:00
.anniu {
display: flex;
justify-content: space-between;
height: 98rpx;
2024-08-16 22:23:20 +08:00
2024-07-10 18:01:40 +08:00
text {
padding: 24rpx;
text-align: center;
box-sizing: border-box;
font-weight: 500;
font-size: 36rpx;
color: #3D3D3D;
display: inline-block;
width: 100%;
height: 100rpx;
2024-05-10 17:37:36 +08:00
}
2024-07-10 18:01:40 +08:00
}
}
.page {
.zhuhu {
margin-top: 60rpx;
padding: 0 40rpx;
.card1 {
padding: 34rpx 0 0 40rpx;
width: 670rpx;
height: 260rpx;
background: #FFFFFF;
box-shadow: 0rpx 14rpx 35rpx 0rpx rgba(53, 140, 255, 0.1);
border-radius: 28rpx 28rpx 0rpx 0rpx;
.top {
2024-05-10 17:37:36 +08:00
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
align-items: center;
2024-07-10 18:01:40 +08:00
2024-05-10 17:37:36 +08:00
.left {
2024-07-10 18:01:40 +08:00
font-size: 35rpx;
2024-05-10 17:37:36 +08:00
font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
font-weight: 400;
2024-07-10 18:01:40 +08:00
color: #8883F0;
2024-05-10 17:37:36 +08:00
}
2024-07-10 18:01:40 +08:00
2024-05-10 17:37:36 +08:00
.right {
2024-07-10 18:01:40 +08:00
margin-right: 56rpx;
.img1 {
width: 76rpx;
height: 76rpx;
}
}
}
.mid {
margin-top: 20rpx;
display: flex;
flex-wrap: nowrap;
align-content: flex-start;
.mid_left {
image {
width: 160rpx;
height: 160rpx;
border-radius: 20rpx;
}
}
.mid_right {
margin-left: 40rpx;
display: flex;
flex-wrap: wrap;
.mid_top {
width: 100%;
font-size: 42rpx;
font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
font-weight: 400;
color: #262B37;
}
.mid_bot {
display: flex;
flex-wrap: nowrap;
align-items: center;
.txt {
font-size: 26rpx;
font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
font-weight: 400;
color: #95989D;
}
.tip {
display: flex;
align-items: center;
justify-content: center;
margin-left: 19rpx;
// width: 38rpx;
// height: 23rpx;
padding: 0 10rpx;
box-sizing: border-box;
background: rgba(204, 204, 204, 0);
opacity: 1;
border: 2rpx solid #8883F0;
border-radius: 15rpx;
font-size: 26rpx;
font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
font-weight: 400;
color: #8883F0;
}
}
}
}
.bot {
margin-top: 53rpx;
display: flex;
flex-wrap: nowrap;
align-items: center;
.bot_left {
width: 210rpx;
height: 180rpx;
margin-right: 34rpx;
.echarts {
// width: 210rpx;
height: 200rpx;
.uni-ec-canvas {
width: 100%;
height: 100rpx !important;
display: block;
// margin-top: 30rpx;
}
}
}
.bot_right {
// margin-top: 50rpx;
display: flex;
// flex-wrap: nowrap;
width: 100%;
justify-content: space-between;
2024-07-16 15:00:10 +08:00
padding-left: 210rpx;
2024-07-10 18:01:40 +08:00
padding-right: 80rpx;
box-sizing: border-box;
.cont {
.tit {
font-size: 28rpx;
font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
font-weight: 600;
color: #262B37;
line-height: 49rpx;
}
.txt {
font-size: 26rpx;
font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
font-weight: 400;
color: #262B37;
}
}
}
}
}
2024-08-16 22:23:20 +08:00
2024-07-10 18:01:40 +08:00
.bot_right {
// margin-top: 50rpx;
display: flex;
// flex-wrap: nowrap;
width: 100%;
justify-content: space-between;
2024-07-16 15:00:10 +08:00
padding-left: 220rpx;
2024-07-10 18:01:40 +08:00
padding-right: 80rpx;
box-sizing: border-box;
2024-08-16 22:23:20 +08:00
2024-07-10 18:01:40 +08:00
.cont {
.tit {
2024-05-10 17:37:36 +08:00
font-size: 28rpx;
font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
2024-07-10 18:01:40 +08:00
font-weight: 600;
color: #262B37;
line-height: 49rpx;
margin-left: 0;
}
2024-08-16 22:23:20 +08:00
2024-07-10 18:01:40 +08:00
.txt {
font-size: 26rpx;
font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
2024-05-10 17:37:36 +08:00
font-weight: 400;
2024-07-10 18:01:40 +08:00
color: #262B37;
}
}
}
.card2 {
padding-top: 0rpx;
width: 670rpx;
height: 60rpx;
background: #FFFFFF;
2024-08-16 22:23:20 +08:00
border-radius: 0 0 28rpx 28rpx;
2024-07-10 18:01:40 +08:00
.tit {
margin-left: 40rpx;
font-size: 35rpx;
font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
font-weight: 400;
color: #8883F0;
}
.cont_box {
margin-top: 32rpx;
display: flex;
flex-wrap: nowrap;
justify-content: space-around;
.cont {
width: 25%;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
text-align: center;
.top {
width: 110rpx;
font-size: 32rpx;
font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
font-weight: 400;
color: #262B37;
}
.bot {
margin-top: 20rpx;
font-size: 26rpx;
font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
font-weight: 400;
color: #262B37;
}
2024-05-10 17:37:36 +08:00
}
2024-03-13 10:54:22 +08:00
}
}
2024-07-10 18:01:40 +08:00
.card3 {
padding-top: 40rpx;
margin-top: 24rpx;
width: 670rpx;
// height: 318rpx;
background: #FFFFFF;
box-shadow: 0rpx 16rpx 40rpx 0rpx rgba(53, 140, 255, 0.1);
border-radius: 28rpx;
padding-bottom: 20rpx;
.tit {
margin-left: 40rpx;
font-size: 35rpx;
font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
font-weight: 400;
color: #8883F0;
}
.cont_box {
// padding-left: 30rpx;
// padding-right: 30rpx;
padding: 0 40rpx;
margin-top: 32rpx;
display: flex;
flex-wrap: nowrap;
justify-content: space-around;
.cont:last-child {
margin-right: 0rpx;
}
.cont {
width: 112rpx;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
margin-right: 80rpx;
.top {
image {
width: 56rpx;
height: 56rpx;
}
}
.bot {
margin-top: 15rpx;
font-size: 28rpx;
font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
font-weight: 400;
color: #808080;
}
}
}
}
.button {
margin-left: 76rpx;
margin-top: 178rpx;
display: flex;
justify-content: center;
align-items: center;
width: 520rpx;
height: 104rpx;
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;
}
2024-03-13 10:54:22 +08:00
}
2024-07-10 18:01:40 +08:00
}
2024-03-13 10:54:22 +08:00
</style>