This commit is contained in:
3321822538@qq.com 2024-07-09 18:03:16 +08:00
parent f13de0eafd
commit d589d35782
8 changed files with 568 additions and 160 deletions

View File

@ -20,7 +20,7 @@ const install = (Vue, vm) => {
// }, // },
// }); // });
Vue.prototype.$u.http.setConfig({ Vue.prototype.$u.http.setConfig({
baseUrl: 'http://192.168.2.17:3000/dev-api', baseUrl: 'http://124.221.246.124:2290',
// baseUrl: 'https://kg.chuantewulian.cn/prod-api', // baseUrl: 'https://kg.chuantewulian.cn/prod-api',
loadingText: '努力加载中~', loadingText: '努力加载中~',
loadingTime: 1000, loadingTime: 1000,

View File

@ -5,7 +5,7 @@
<view class="title"> <view class="title">
{{deviceobj.deviceName}} {{deviceobj.deviceName}}
<view class="wz"> <view class="wz">
该设备还剩余时长{{expireTimeStr}}分钟 <!-- 该设备还剩余时长{{expireTimeStr}}分钟 -->
</view> </view>
<view class="wz" v-if="deviceobj.storeContactMobile == null"> <view class="wz" v-if="deviceobj.storeContactMobile == null">
联系客服<text @click="call">{{deviceobj.userMobile}}</text> 联系客服<text @click="call">{{deviceobj.userMobile}}</text>
@ -14,7 +14,35 @@
联系客服<text @click="call">{{deviceobj.storeContactMobile}}</text> 联系客服<text @click="call">{{deviceobj.storeContactMobile}}</text>
</view> </view>
</view> </view>
<view class="box">
<!-- 检测蓝牙未开启 -->
<view class="shibai" v-if="lanyaflag">
<view class="top">
充值失败
</view>
<view class="tishi">
充值失败请查看手机蓝牙是否打开
</view>
<view class="li">
<view class="wz">
第一检查手机蓝牙是否打开
</view>
<image style="width: 386rpx;height: 263rpx;" src="https://api.ccttiot.com/smartmeter/img/static/uM4DY4Ee9AgFHLv4bIDR" mode=""></image>
</view>
<view class="li">
<view class="wz">
第二设置小程序蓝牙授权
</view>
<image style="width: 368rpx;height: 151rpx;" src="https://api.ccttiot.com/smartmeter/img/static/uAj06uo9qysixLrcFHBn" mode=""></image>
<image style="width: 386rpx;height: 301rpx;" src="https://api.ccttiot.com/smartmeter/img/static/ugFSKFZn4mzJJHQx3K2Z" mode=""></image>
<image style="width: 386rpx;height: 330rpx;" src="https://api.ccttiot.com/smartmeter/img/static/uZ4XoCI2KNQzcPKbwGLN" mode=""></image>
</view>
<view class="jxcz" @click="btnjxcz">
我已知晓
</view>
</view>
<view class="box" v-else>
<view class="tit"> <view class="tit">
选择服务 选择服务
</view> </view>
@ -34,6 +62,9 @@
{{item.price}} {{item.price}}
</view> </view>
</view> </view>
<view v-if="deviceobj.suitList.length == 0" class="" style="color: #ccc;font-size: 36rpx;">
暂无更多套餐了...
</view>
</view> </view>
<view class="shuom" v-for="(item,index) in deviceobj.suitList" :key="index" <view class="shuom" v-for="(item,index) in deviceobj.suitList" :key="index"
@ -56,7 +87,7 @@
</view> </view>
<view class="tongyi"> <view class="tongyi" v-if="deviceobj.suitList.length > 0">
<u-checkbox-group> <u-checkbox-group>
<u-checkbox v-model="checked" @change="checkboxChange" active-color="#8883F0 ">我已同意 <u-checkbox v-model="checked" @change="checkboxChange" active-color="#8883F0 ">我已同意
</u-checkbox><text></text> </u-checkbox><text></text>
@ -66,6 +97,11 @@
</view> </view>
</view> </view>
<view class="mask" v-if="czflag"></view>
</view> </view>
</view> </view>
@ -78,6 +114,7 @@
return { return {
indexactive: 0, indexactive: 0,
checked: false, checked: false,
lanyaflag:false,
deviceobj: {}, deviceobj: {},
timer: null, timer: null,
expireTimeStr: '', expireTimeStr: '',
@ -109,30 +146,53 @@
this.startTimer() this.startTimer()
this.gettaoc() this.gettaoc()
this.getmac() this.getmac()
if(this.onlineStatus == 0){
//
xBlufi.initXBlufi(1)
xBlufi.listenDeviceMsgEvent(true, this.funListenDeviceMsgEvent);
xBlufi.notifyStartDiscoverBle({
'isStart': true
})
setTimeout(() => {
xBlufi.notifyStartDiscoverBle({
'isStart': false
})
if (this.devicesList.length > 0) {
xBlufi.notifyConnectBle({
isStart: true,
deviceId: this.deviceId,
name: this.name
})
}
}, 2000)
}
} else { } else {
this.id = option.id this.id = option.id
this.startTimer() this.startTimer()
this.gettaoc() this.gettaoc()
this.getmac() this.getmac()
} if(this.onlineStatus == 0){
// //
xBlufi.initXBlufi(1) xBlufi.initXBlufi(1)
xBlufi.listenDeviceMsgEvent(true, this.funListenDeviceMsgEvent); xBlufi.listenDeviceMsgEvent(true, this.funListenDeviceMsgEvent);
xBlufi.notifyStartDiscoverBle({ xBlufi.notifyStartDiscoverBle({
'isStart': true 'isStart': true
})
setTimeout(() => {
xBlufi.notifyStartDiscoverBle({
'isStart': false
})
if (this.devicesList.length > 0) {
xBlufi.notifyConnectBle({
isStart: true,
deviceId: this.deviceId,
name: this.name
}) })
setTimeout(() => {
xBlufi.notifyStartDiscoverBle({
'isStart': false
})
if (this.devicesList.length > 0) {
xBlufi.notifyConnectBle({
isStart: true,
deviceId: this.deviceId,
name: this.name
})
}
}, 2000)
} }
}, 2000) }
}, },
computed: { computed: {
@ -166,6 +226,26 @@
}); });
}, },
methods: { methods: {
btnjxcz(){
xBlufi.initXBlufi(1)
xBlufi.listenDeviceMsgEvent(true, this.funListenDeviceMsgEvent);
xBlufi.notifyStartDiscoverBle({
'isStart': true
})
setTimeout(() => {
xBlufi.notifyStartDiscoverBle({
'isStart': false
})
if (this.devicesList.length > 0) {
xBlufi.notifyConnectBle({
isStart: true,
deviceId: this.deviceId,
name: this.name
})
}
}, 2000)
},
call() { call() {
let phoneNumber = '' let phoneNumber = ''
if(this.deviceobj.storeContactMobile == null){ if(this.deviceobj.storeContactMobile == null){
@ -279,8 +359,7 @@
success: (res) => { success: (res) => {
console.log(res, '支付成功'); console.log(res, '支付成功');
if (that.timer) { if (that.timer) {
clearInterval(this clearInterval(this.timer);
.timer);
that.timer = null; that.timer = null;
} }
// //
@ -307,14 +386,18 @@
} }
}) })
} else { } else {
this.czflag = true
uni.showLoading({
title:'支付准备中'
})
if (this.ver_data == '') { if (this.ver_data == '') {
let that = this let that = this
uni.showModal({ uni.showModal({
title: '提示', title: '提示',
content: '支付的时候请靠近设备并打开蓝牙', content: '支付失败,支付的时候请靠近设备,并打开蓝牙',
success: function(res) { success: function(res) {
if (res.confirm) { if (res.confirm) {
console.log(that.deviceId,that.name);
xBlufi.initXBlufi(1); xBlufi.initXBlufi(1);
xBlufi.listenDeviceMsgEvent(true, that.funListenDeviceMsgEvent); xBlufi.listenDeviceMsgEvent(true, that.funListenDeviceMsgEvent);
xBlufi.notifyStartDiscoverBle({ xBlufi.notifyStartDiscoverBle({
@ -359,9 +442,8 @@
paySign: res.data.paySign, paySign: res.data.paySign,
success: (res) => { success: (res) => {
console.log(res, '支付成功'); console.log(res, '支付成功');
if (that.timer) { if (that.timer) {
clearInterval(this clearInterval(this.timer);
.timer);
that.timer = null; that.timer = null;
} }
// //
@ -371,6 +453,8 @@
uni.setStorageSync('time', that.expireTimeStr) uni.setStorageSync('time', that.expireTimeStr)
}, },
fail(err) { fail(err) {
this.czflag = false
uni.hideLoading()
// //
uni.showToast({ uni.showToast({
title: '支付失败', title: '支付失败',
@ -409,7 +493,7 @@
let devicesarr = options.data let devicesarr = options.data
devicesarr.forEach(device => { devicesarr.forEach(device => {
const mac = device.name.substring(4); const mac = device.name.substring(4);
console.log(device.name,this.mac,'111'); // console.log(device.name,this.mac,'111');
if (device.name == this.mac) { if (device.name == this.mac) {
this.deviceId = device.deviceId this.deviceId = device.deviceId
this.name = device.name this.name = device.name
@ -439,14 +523,14 @@
case xBlufi.XBLUFI_TYPE.TYPE_RECIEVE_CUSTON_DATA: case xBlufi.XBLUFI_TYPE.TYPE_RECIEVE_CUSTON_DATA:
this.ver_data = this.parseCustomData(options.data) this.ver_data = this.parseCustomData(options.data)
this.czflag = false
uni.hideLoading() uni.hideLoading()
console.log("1收到设备发来的自定义数据结果", this.ver_data); console.log("1收到设备发来的自定义数据结果", this.ver_data);
break; break;
case xBlufi.XBLUFI_TYPE.TYPE_GET_DEVICE_LISTS_STOP: case xBlufi.XBLUFI_TYPE.TYPE_GET_DEVICE_LISTS_STOP:
if (options.result) { if (options.result) {
let uniqueDevicesList = Array.from(new Set(this.devicesList)); let uniqueDevicesList = Array.from(new Set(this.devicesList));
let filteredDevices = uniqueDevicesList.filter(device => device.name.substring(0, 4) === let filteredDevices = uniqueDevicesList.filter(device => device.name.substring(0, 4) === "CTKG");
"CTKG");
// this.devicesList // this.devicesList
this.devicesList = filteredDevices; this.devicesList = filteredDevices;
filteredDevices.forEach(device => { filteredDevices.forEach(device => {
@ -461,6 +545,19 @@
} }
this.searching = false this.searching = false
break; break;
case xBlufi.XBLUFI_TYPE.TYPE_GET_DEVICE_LISTS_START:
if (!options.result) {
this.lanyaflag = true
uni.showToast({
title: '蓝牙未开启',
icon: 'none',
duration: 3000
});
return
}else{
this.lanyaflag = false
}
break;
} }
}, },
@ -490,6 +587,55 @@
</script> </script>
<style lang="scss"> <style lang="scss">
.mask{
width: 100%;
height: 100vh;
position: fixed;
top: 0;
left: 50%;
transform: translateX(-50%);
background-color: #000;
opacity: .6;
}
.shibai{
margin-top: 50rpx;
text-align: center;
padding-bottom: 600rpx;
height: 100vh;
overflow: scroll;
.jxcz{
width: 563rpx;
height: 100rpx;
background: #8883F0;
border-radius: 60rpx 60rpx 60rpx 60rpx;
text-align: center;
line-height: 100rpx;
font-size: 45rpx;
color: #FFFFFF;
position: fixed;
bottom: 62rpx;
left: 50%;
transform: translateX(-50%);
}
.top{
font-size: 40rpx;
color: #3D3D3D;
}
.tishi{
font-size: 31rpx;
color: #3D3D3D;
margin-top: 50rpx;
}
.li{
margin-top: 50rpx;
font-size: 31rpx;
color: #3D3D3D;
image{
margin-top: 30rpx;
}
}
}
/deep/ .u-title { /deep/ .u-title {
padding-bottom: 22rpx; padding-bottom: 22rpx;
} }
@ -512,9 +658,11 @@
.page { .page {
width: 750rpx; width: 750rpx;
position: fixed; // position: fixed;
top: 0; // top: 0;
left: 0; // left: 0;
overflow: hidden;
height: 100vh;
.tip_box { .tip_box {
position: fixed; position: fixed;

View File

@ -11,45 +11,56 @@
创特开关 创特开关
</view> </view>
<view class="info_cont"> <view class="info_cont">
<!-- <view class="text" v-if="ver_data.remainingPower">
剩余电量 {{ (ver_data.remainingPower/1000).toFixed(2) }} KWH
</view>
<view class="text" v-else>
剩余电量 --
</view> -->
</view> </view>
<view class="info_cont"> <view class="info_cont">
<!-- <view class="text" style="margin-left: 20rpx;" v-if="ver_data.voltage">
电压 {{ver_data.voltage}}
</view>
<view class="text" style="margin-left: 20rpx;" v-else>
电压 --
</view> -->
</view> </view>
<view class="info_bot"> <view class="info_bot">
MAC号{{mac}} MAC号{{mac}}
</view> </view>
</view> </view>
<!-- :class="{ 'act1': ishave && isband &&czmoney}" --> <view v-if="czflag" class="card_right" @click="czj()">
<view class="card_right" @click="cz()">
充值 充值
</view> </view>
</view> </view>
<view v-if="baiflag" class="bai"></view>
<view class="masks" v-if="maskflag"> <!-- <view class="masks" v-if="maskflag"> -->
</view> <!-- </view> -->
<!-- <view class="anniu" @click="Search">
<button>重新扫描</button>
</view> -->
<!-- 加载状态 --> <!-- 加载状态 -->
<view class="containers" v-show="statusflag"> <view class="containers" v-show="statusflag">
<uni-section> <uni-section>
<uni-load-more :status="status" /> <uni-load-more :status="status" />
</uni-section> </uni-section>
</view> </view>
<!-- 未打开蓝牙 -->
<view class="shibai" v-if="lanyaflag">
<view class="top">
充值失败
</view>
<view class="tishi">
充值失败请查看手机蓝牙是否打开
</view>
<view class="li">
<view class="wz">
第一检查手机蓝牙是否打开
</view>
<image style="width: 386rpx;height: 263rpx;" src="https://api.ccttiot.com/smartmeter/img/static/uM4DY4Ee9AgFHLv4bIDR" mode=""></image>
</view>
<view class="li">
<view class="wz">
第二设置小程序蓝牙授权
</view>
<image style="width: 368rpx;height: 151rpx;" src="https://api.ccttiot.com/smartmeter/img/static/uAj06uo9qysixLrcFHBn" mode=""></image>
<image style="width: 386rpx;height: 301rpx;" src="https://api.ccttiot.com/smartmeter/img/static/ugFSKFZn4mzJJHQx3K2Z" mode=""></image>
<image style="width: 386rpx;height: 330rpx;" src="https://api.ccttiot.com/smartmeter/img/static/uZ4XoCI2KNQzcPKbwGLN" mode=""></image>
</view>
<view class="jxcz" @click="btnjxcz">
继续充值
</view>
</view>
</view> </view>
</template> </template>
@ -60,6 +71,7 @@
export default { export default {
data() { data() {
return { return {
baiflag:false,
titleflag: false, // titleflag: false, //
bgc: { bgc: {
backgroundColor: "#F7FAFE", backgroundColor: "#F7FAFE",
@ -97,7 +109,9 @@
background: '#8883F0' background: '#8883F0'
}, },
billNo: '', billNo: '',
maskflag:true maskflag:true,
lanyaflag:false,
czflag:false
} }
}, },
onLoad(e) { onLoad(e) {
@ -132,9 +146,8 @@
xBlufi.notifyStartDiscoverBle({ xBlufi.notifyStartDiscoverBle({
'isStart': false 'isStart': false
}); });
//
if (this.devicesList.length == 0) { if (this.devicesList.length == 0) {
uni.showToast({ uni.showToast({
title: '暂无发现对应设备,请靠近设备', title: '暂无发现对应设备,请靠近设备',
icon: 'none', icon: 'none',
@ -215,6 +228,42 @@
this.videoContext = uni.createVideoContext('myVideo', this) this.videoContext = uni.createVideoContext('myVideo', this)
}, },
methods: { methods: {
//
btnjxcz(){
uni.showLoading({
title: '加载中'
})
xBlufi.initXBlufi(1);
console.log("xBlufi", xBlufi.XMQTT_SYSTEM);
xBlufi.listenDeviceMsgEvent(true, this.funListenDeviceMsgEvent);
xBlufi.notifyStartDiscoverBle({
'isStart': true
})
//
setTimeout(() => {
xBlufi.notifyStartDiscoverBle({
'isStart': false
});
if (this.devicesList.length == 0) {
uni.showToast({
title: '暂无发现对应设备,请靠近设备',
icon: 'none',
duration:2000
})
} else {
xBlufi.notifyConnectBle({
isStart: true,
deviceId: this.deviceId,
name: this.name
})
}
this.status = true
}, 4000)
},
verDataWatcher(newValue, oldValue) { verDataWatcher(newValue, oldValue) {
console.log('ver_data 变化了,新值:', newValue.remainingPower, ',旧值:', oldValue.remainingPower); console.log('ver_data 变化了,新值:', newValue.remainingPower, ',旧值:', oldValue.remainingPower);
if (newValue.remainingPower && oldValue.remainingPower) { if (newValue.remainingPower && oldValue.remainingPower) {
@ -247,7 +296,9 @@
btnyc() { btnyc() {
this.titleflag = false this.titleflag = false
}, },
cz() { czj() {
this.baiflag = true
this.czflag = false
uni.showLoading({ uni.showLoading({
title: '充值中...' title: '充值中...'
}) })
@ -276,6 +327,7 @@
}) })
} else { } else {
console.log('手机未连接网络'); console.log('手机未连接网络');
this.baiflag = false
} }
} }
}) })
@ -378,17 +430,32 @@
}else{ }else{
this.maskflag = false this.maskflag = false
uni.hideLoading() uni.hideLoading()
uni.showToast({ // uni.showToast({
title: '未连接到设备,请靠近设备尝试', // title: '',
icon: 'none' // icon: 'none'
}); // });
} }
break; break;
case xBlufi.XBLUFI_TYPE.TYPE_GET_DEVICE_LISTS_START:
if (!options.result) {
this.lanyaflag = true
uni.showToast({
title: '蓝牙未开启',
icon: 'none',
duration: 3000
});
return
}else{
this.lanyaflag = false
}
break;
case xBlufi.XBLUFI_TYPE.TYPE_RECIEVE_CUSTON_DATA: case xBlufi.XBLUFI_TYPE.TYPE_RECIEVE_CUSTON_DATA:
this.ver_data = this.parseCustomData(options.data) this.ver_data = this.parseCustomData(options.data)
this.maskflag = false this.maskflag = false
this.czflag = true
uni.hideLoading() uni.hideLoading()
console.log("1收到设备发来的自定义数据结果", this.ver_data); console.log("1收到设备发来的自定义数据结果", this.ver_data);
break; break;
@ -397,8 +464,7 @@
let uniqueDevicesList = Array.from(new Set(this.devicesList)); let uniqueDevicesList = Array.from(new Set(this.devicesList));
// "CTKG" // "CTKG"
let filteredDevices = uniqueDevicesList.filter(device => device.name.substring(0, 4) === let filteredDevices = uniqueDevicesList.filter(device => device.name.substring(0, 4) === "CTKG");
"CTKG");
// this.devicesList // this.devicesList
this.devicesList = filteredDevices; this.devicesList = filteredDevices;
@ -495,6 +561,52 @@
</script> </script>
<style lang="scss"> <style lang="scss">
.bai{
width: 100%;
height: 100vh;
background-color: #000;
opacity: .6;
z-index: 99;
position: fixed;
top: 0;
left: 0;
}
.shibai{
margin-top: 50rpx;
text-align: center;
padding-bottom: 300rpx;
.jxcz{
width: 563rpx;
height: 100rpx;
background: #8883F0;
border-radius: 60rpx 60rpx 60rpx 60rpx;
text-align: center;
line-height: 100rpx;
font-size: 45rpx;
color: #FFFFFF;
position: fixed;
bottom: 62rpx;
left: 50%;
transform: translateX(-50%);
}
.top{
font-size: 40rpx;
color: #3D3D3D;
}
.tishi{
font-size: 31rpx;
color: #3D3D3D;
margin-top: 50rpx;
}
.li{
margin-top: 50rpx;
font-size: 31rpx;
color: #3D3D3D;
image{
margin-top: 30rpx;
}
}
}
/deep/ .u-title { /deep/ .u-title {
padding-bottom: 22rpx; padding-bottom: 22rpx;
} }

View File

@ -26,33 +26,72 @@
</text> </text>
</view> </view>
<view class="nav"> <view class="nav">
<text class="shen">设备编号</text><text class="qian">{{detailobj.deviceName}}</text> <text class="shen">设备编号</text><text class="qian">{{detailobj.deviceName == undefined ? '--' : detailobj.deviceName}}</text>
</view>
<!-- <view class="nav">
<text class="shen">服务模式</text><text class="qian">{{detailobj.suitName == undefined ? '--' : detailobj.suitName}}</text>
</view> -->
<view class="nav">
<text class="shen">用户</text><text class="qian">{{detailobj.userName == undefined ? '--' : detailobj.userName}}</text>
</view> </view>
<view class="nav"> <view class="nav">
<text class="shen">服务模式</text><text class="qian">{{detailobj.suitName}}</text> <text class="shen">消费时间</text><text class="qian">{{detailobj.createTime == undefined ? '--' : detailobj.createTime}}</text>
</view> </view>
<view class="nav"> <view class="nav">
<text class="shen">用户</text><text class="qian">{{detailobj.userName}}</text> <text class="shen">订单号</text><text class="qian">{{detailobj.billNo == undefined ? '--' : detailobj.billNo}}</text>
</view> </view>
<view class="nav"> <view class="nav">
<text class="shen">消费时间</text><text class="qian">{{detailobj.createTime}}</text> <text class="shen">支付方式</text><text class="qian">{{detailobj.channelName == undefined ? '--' : detailobj.channelName}}</text>
</view> </view>
<view class="nav"> <view class="nav">
<text class="shen">订单号</text><text class="qian">{{detailobj.billNo}}</text> <text class="shen">套餐名称</text><text class="qian">{{detailobj.suitName == undefined ? '--' : detailobj.suitName}}</text>
</view> </view>
<view class="nav"> <view class="nav">
<text class="shen">支付方式</text><text class="qian">{{detailobj.channelName}}</text> <text class="shen">套餐金额</text><text class="qian">{{detailobj.money == undefined ? '--' : detailobj.money}}</text>
</view> </view>
<view class="nav">
<text class="shen">套餐时长</text><text class="qian">{{detailobj.suitTime == undefined ? '--' : detailobj.suitTime}} 分钟</text>
</view>
<view class="xian"></view> <view class="xian"></view>
<view class="nav"> <view class="nav">
<text class="shen">共计</text><text class="qian">{{detailobj.money}}</text> <text class="shen">共计</text><text class="qian">{{detailobj.money == undefined ? '--' : detailobj.money}}</text>
</view> </view>
</view> </view>
<view class="sb" @click="btntz" style="width:680rpx;height: 100rpx;display: flex;justify-content: space-between;background: #FFFFFF;
border-radius: 20rpx 20rpx 20rpx 20rpx;
margin: auto;
padding: 32rpx 24rpx;
box-sizing: border-box; font-size: 28rpx;
color: #3D3D3D;
margin-top: 30rpx;align-items: center;">
<!-- <text class="shen">设备详情</text><u-icon name="arrow-right" color="#3D3D3D" size="28"></u-icon> -->
<text class="shen">{{detailobj.money == undefined ? '--' : detailobj.money}}</text> <text>退款</text>
</view>
<view class="pic" @click="btnad"> <view class="pic" @click="btnad">
<image :src="imgad" mode="" class="pic"></image> <image :src="imgad" mode="" class="pic"></image>
</view> </view>
</view> </view>
<!-- 退款弹窗 -->
<view class="tanc" v-if="maskflag">
<view class="top">
请输入退款金额
</view>
<view class="shuzhi">
<input type="text" v-model="inptext" placeholder="请输入退款金额"/>
</view>
<view class="anniu">
<view class="qux" @click="btnqx">
取消
</view>
<view class="qd" @click="btnqd">
确定
</view>
</view>
</view>
<view class="mask" v-if="maskflag"></view>
</view> </view>
</template> </template>
@ -62,15 +101,60 @@
return { return {
billId:'', billId:'',
detailobj:{}, detailobj:{},
imgad:'' imgad:'',
maskflag:false,
inptext:''
} }
}, },
onLoad(option) { onLoad(option) {
this.billId = option.billId if(option.billId){
this.getlist() this.billId = option.billId
this.getad() this.getlist()
this.getad()
}
}, },
methods: { methods: {
btnqd(){
if(this.inptext > this.detailobj.money){
uni.showToast({
title: '退款金额不能大于订单金额',
icon: 'none',
duration: 3000
})
}else{
this.maskflag = false
let data = {
billId:this.billId,
refundAmount:this.inptext
}
this.$u.put(`/app/bill/refund`,data).then((res) => {
if (res.code == 200) {
uni.showToast({
title: '操作成功',
icon: 'none',
duration: 3000
})
}else{
uni.showToast({
title: res.msg,
icon: 'none',
duration: 3000
})
}
})
}
},
btnqx(){
this.maskflag = false
this.inptext = ''
},
btntz(){
this.maskflag = true
// uni.navigateTo({
// url:'/page_user/sbdetail?id=' + this.detailobj.deviceId + '&flag=' + true
// })
},
getlist(){ getlist(){
this.$u.get(`/app/bill/${this.billId}`).then((res) => { this.$u.get(`/app/bill/${this.billId}`).then((res) => {
if (res.code == 200) { if (res.code == 200) {
@ -110,8 +194,18 @@
padding-bottom: 22rpx; padding-bottom: 22rpx;
} }
/deep/ .u-icon__icon{ /deep/ .u-icon__icon{
padding-bottom: 22rpx; // padding-bottom: 22rpx;
} }
.mask{
width: 100%;
height: 100vh;
position: fixed;
top: 0;
left: 50%;
transform: translateX(-50%);
background-color: #000;
opacity: .6;
}
page { page {
background: linear-gradient(180deg, #8883F0 0%, rgba(255, 255, 255, 0) 100%); background: linear-gradient(180deg, #8883F0 0%, rgba(255, 255, 255, 0) 100%);
} }
@ -121,6 +215,88 @@
position: fixed; position: fixed;
top: 0; top: 0;
left: 0; left: 0;
.tanc {
width: 594rpx;
height: 420rpx;
background: #FFFFFF;
border-radius: 30rpx 30rpx 30rpx 30rpx;
position: fixed;
left: 50%;
transform: translateX(-50%);
top: 506rpx;
z-index: 98;
.anniu {
display: flex;
justify-content: space-between;
padding: 0 44rpx;
box-sizing: border-box;
margin-top: 64rpx;
width: 100%;
.qux {
width: 234rpx;
height: 80rpx;
border-radius: 40rpx 40rpx 40rpx 40rpx;
border: 2rpx solid #8883F0;
font-size: 36rpx;
color: #8883F0;
text-align: center;
line-height: 80rpx;
}
.qd {
width: 234rpx;
height: 80rpx;
background: #8883F0;
border-radius: 40rpx 40rpx 40rpx 40rpx;
font-size: 36rpx;
color: #FFFFFF;
text-align: center;
line-height: 80rpx;
}
}
.shuzhi {
display: flex;
align-items: center;
// justify-content: space-between;
justify-content: center;
// padding: 0 60rpx;
margin-top: 50rpx;
box-sizing: border-box;
input {
width: 500rpx;
height: 76rpx;
border-radius: 10rpx 10rpx 10rpx 10rpx;
border: 2rpx solid #808080;
padding-left: 10rpx;
box-sizing: border-box;
margin: 0 10rpx;
z-index: 99 !important;
}
}
.top {
font-weight: 600;
font-size: 36rpx;
color: #3D3D3D;
width: 100%;
text-align: center;
padding-top: 40rpx;
box-sizing: border-box;
}
image {
width: 198rpx;
height: 172rpx;
position: absolute;
top: 12rpx;
right: 20rpx;
opacity: .5;
}
}
.box{ .box{
width: 750rpx; width: 750rpx;
height: 1440rpx; height: 1440rpx;
@ -136,7 +312,7 @@
} }
.listxq{ .listxq{
width: 680rpx; width: 680rpx;
height: 618rpx; height: 760rpx;
background: #FFFFFF; background: #FFFFFF;
border-radius: 20rpx 20rpx 20rpx 20rpx; border-radius: 20rpx 20rpx 20rpx 20rpx;
margin: auto; margin: auto;

View File

@ -7,7 +7,7 @@
<view class="list_val"> <view class="list_val">
<view class="lt"> <view class="lt">
<view class="tit">{{item.deviceName}}</view> <view class="tit">{{item.deviceName}}</view>
<view class="wz">地点{{item.storeName}}</view> <view class="wz">地点{{item.storeName == null ? '--' : ''}}</view>
<view class="wz">订单号{{item.billNo}}</view> <view class="wz">订单号{{item.billNo}}</view>
<view class="wz">消费时间{{item.createTime}}</view> <view class="wz">消费时间{{item.createTime}}</view>
</view> </view>

View File

@ -16,12 +16,13 @@
</view> </view>
<view class="mid"> <view class="mid">
<view class="mid_left"> <view class="mid_left">
<button <button v-if="opflag" style="border: 0;outline: none;width: 143rpx;padding-left: 0rpx;height: 143rpx;border-radius: 16rpx;border: 1rpx solid #ccc;"
style="border: 0;outline: none;width: 143rpx;padding-left: 0rpx;height: 143rpx;border-radius: 16rpx;border: 1rpx solid #ccc;"
type="primary reverse" open-type="chooseAvatar" @chooseavatar="btnpic"> type="primary reverse" open-type="chooseAvatar" @chooseavatar="btnpic">
<image :src="imglist" mode="" <image :src="imglist" mode=""
style="width: 142rpx;height: 142rpx;border-radius: 20rpx;"></image> style="width: 142rpx;height: 142rpx;border-radius: 20rpx;"></image>
</button> </button>
<image v-else :src="imglist" mode=""
style="width: 142rpx;height: 142rpx;border-radius: 20rpx;"></image>
<!-- <image :src="imglist" mode=""></image> --> <!-- <image :src="imglist" mode=""></image> -->
</view> </view>
<view class="mid_right"> <view class="mid_right">
@ -35,65 +36,17 @@
S/N码{{ deviceInfo.deviceNo == null ? '' : deviceInfo.deviceNo }}</view> S/N码{{ deviceInfo.deviceNo == null ? '' : deviceInfo.deviceNo }}</view>
<div class="tip" v-if="deviceInfo.onlineStatus==1">在线</div> <div class="tip" v-if="deviceInfo.onlineStatus==1">在线</div>
<div class="tip" v-if="deviceInfo.onlineStatus==0">离线</div> <div class="tip" v-if="deviceInfo.onlineStatus==0">离线</div>
<div class="tip" v-if="deviceInfo.powerStatus==0">断电</div> <div class="tip" v-if="deviceInfo.status==1">空闲</div>
<div class="tip" v-if="deviceInfo.powerStatus==1">正常</div> <div class="tip" v-if="deviceInfo.status==2">使用中</div>
<div class="tip" v-if="deviceInfo.status==3">维修中</div>
</view> </view>
</view> </view>
</view> </view>
<view class="bot"> <view class="bot">
<!-- <view class="bot_left">
<view class="echarts">
<l-echart ref="chart" @finished="initChart"></l-echart>
<uni-ec-canvas class="uni-ec-canvas" id="uni-ec-canvas" ref="canvas"
canvas-id="uni-ec-canvas" :ec="ec">
</uni-ec-canvas>
</view>
</view> -->
<!-- <view class="bot_right">
<view class="cont" style="text-align: center;">
<view class="tit">
{{deviceInfo.orderAmount == null ? 0 : deviceInfo.orderAmount}}
</view>
<view class="txt">
订单金额
</view>
</view>
<view class="cont" style="text-align: center;">
<view class="tit">
{{deviceInfo.orderCount == null ? 0 : deviceInfo.orderCount}}
</view>
<view class="txt">
订单数
</view>
</view>
<view class="cont" style="text-align: center;">
<view class="tit">
{{timeday}}
sb:{{setMode}}
</view>
<view class="txt">
剩余分钟
</view>
</view>
</view> -->
</view> </view>
</view> </view>
<view class="card2"> <view class="card2">
<view class="tit">实时</view> <view class="tit">实时</view>
<!-- <view class="cont_box">
<view class="cont">
<view class="top">{{deviceInfo.realTimePower == null ? '' : deviceInfo.realTimePower}}KW</view>
<view class="bot">实时功率</view>
</view>
<view class="cont" >
<view class="top" style="width: 100%">{{deviceInfo.electricity == null ? '' : deviceInfo.electricity}}A</view>
<view class="bot">电流</view>
</view>
<view class="cont" >
<view class="top" style="width:100%">{{deviceInfo.voltage == null ? '' : deviceInfo.voltage}}V</view>
<view class="bot">电压</view>
</view>
</view> -->
<view class="bot_right"> <view class="bot_right">
<view class="cont" style="text-align: center;"> <view class="cont" style="text-align: center;">
<view class="tit"> <view class="tit">
@ -113,21 +66,21 @@
</view> </view>
<view class="cont" style="text-align: center;"> <view class="cont" style="text-align: center;">
<view class="tit"> <view class="tit">
{{timeday}} {{ setMode == null ? timeday : setMode}}
<!-- sb:{{setMode}} --> <!-- sb:{{setMode}} -->
</view> </view>
<view class="txt"> <view class="txt">
剩余分钟 剩余时长
</view> </view>
</view> </view>
</view> </view>
</view> </view>
<view class="card3"> <view class="card3" v-if="opflag">
<view class="tit">其他</view> <view class="tit">其他</view>
<view class="cont_box" style="display: block;"> <view class="cont_box" style="display: block;">
<view class="" style="display: flex;justify-content: space-between;"> <view class="" style="display: flex;">
<view class="cont" style="width: 120rpx;margin-right: 50rpx;" @click="topage(0)"> <view class="cont" style="width: 120rpx;margin-right: 50rpx;" @click="topage(0)">
<view class="top"> <view class="top">
<image src="https://api.ccttiot.com/smartmeter/img/static/uKrpw3p37UHW56IypPJU" mode="" <image src="https://api.ccttiot.com/smartmeter/img/static/uKrpw3p37UHW56IypPJU" mode=""
@ -158,8 +111,7 @@
</view> --> </view> -->
<view class="cont" style="width: 120rpx;" @click="topage(6)"> <view class="cont" style="width: 120rpx;" @click="topage(6)">
<view class="top"> <view class="top">
<image src="https://api.ccttiot.com/smartmeter/img/static/uAnBmmayp3tVGwXntdaM" mode=""> <image src="https://api.ccttiot.com/smartmeter/img/static/uAnBmmayp3tVGwXntdaM" mode=""></image>
</image>
</view> </view>
<view class="bot">电量充值</view> <view class="bot">电量充值</view>
</view> </view>
@ -250,16 +202,21 @@
storeId: '', storeId: '',
qrResult: '', qrResult: '',
devicesList: [], devicesList: [],
setMode:0, setMode:null,
vipflag:false, vipflag:false,
cztime:'' cztime:'',
opflag:true
} }
}, },
onLoad(option) { onLoad(option) {
let id = option.id let id = option.id
this.id = id this.id = id
this.getDevice(id) this.getDevice(id)
if(option.flag){
this.opflag = false
}else{
this.opflag = true
}
// xBlufi.initXBlufi(1); // xBlufi.initXBlufi(1);
// xBlufi.listenDeviceMsgEvent(true, this.funListenDeviceMsgEvent); // xBlufi.listenDeviceMsgEvent(true, this.funListenDeviceMsgEvent);
// xBlufi.notifyStartDiscoverBle({ // xBlufi.notifyStartDiscoverBle({
@ -536,6 +493,7 @@
url: '/page_user/setting?id=' + this.id url: '/page_user/setting?id=' + this.id
}) })
} else if (num == 5) { } else if (num == 5) {
console.log(this.deviceId,'idididididdidii');
if(this.deviceId == ''){ if(this.deviceId == ''){
xBlufi.initXBlufi(1); xBlufi.initXBlufi(1);
xBlufi.listenDeviceMsgEvent(true, this.funListenDeviceMsgEvent); xBlufi.listenDeviceMsgEvent(true, this.funListenDeviceMsgEvent);
@ -568,11 +526,11 @@
} }
this.$u.put('/app/device/bind', data).then((res) => { this.$u.put('/app/device/bind', data).then((res) => {
if (res.code == 200) { if (res.code == 200) {
uni.showToast({ // uni.showToast({
title: '绑定成功', // title: '',
icon: 'success', // icon: 'success',
duration: 2000 // duration: 2000
}) // })
uni.hideLoading(); uni.hideLoading();
uni.removeStorageSync('mac'); uni.removeStorageSync('mac');
let systemInfo = uni.getSystemInfoSync(); let systemInfo = uni.getSystemInfoSync();
@ -587,15 +545,15 @@
url: '/page_fenbao/device/wifivideo?deviceId=' +this.deviceId + '&name=' +this.name url: '/page_fenbao/device/wifivideo?deviceId=' +this.deviceId + '&name=' +this.name
}) })
} }
} else if (res.msg == '设备编号和mac不能同时为空') { }else if(res.msg == '设备编号和mac不能同时为空'){
uni.showToast({ uni.showToast({
title: '设备不在线,未找到设备', title: '未找到设备',
icon: 'none', icon: 'none',
duration: 2000 duration: 2000
}); });
} else { } else {
uni.showToast({ uni.showToast({
title: '连接失败', title: res.msg,
icon: 'none', icon: 'none',
duration: 2000 duration: 2000
}); });
@ -634,15 +592,15 @@
url: '/page_fenbao/device/wifivideo?deviceId=' +this.deviceId + '&name=' +this.name url: '/page_fenbao/device/wifivideo?deviceId=' +this.deviceId + '&name=' +this.name
}) })
} }
} else if (res.msg == '设备编号和mac不能同时为空') { }else if(res.msg == '设备编号和mac不能同时为空'){
uni.showToast({ uni.showToast({
title: '设备不在线,未找到设备', title: '未找到设备',
icon: 'none', icon: 'none',
duration: 2000 duration: 2000
}) });
} else { } else {
uni.showToast({ uni.showToast({
title: '连接失败', title:res.msg,
icon: 'none', icon: 'none',
duration: 2000 duration: 2000
}); });
@ -771,6 +729,7 @@
icon: 'none', icon: 'none',
duration: 3000 duration: 3000
}); });
return
} else { } else {
// this.searching = true // this.searching = true
// //

View File

@ -51,7 +51,7 @@
</view> </view>
</view> </view>
<view class="bot_box"> <view class="bot_box">
<view class="botcard" @click="topage(0)" v-if="userinfo.deviceCount != 0"> <view class="botcard" @click="topage(0)" v-if="userinfo.isMch">
<image src="https://api.ccttiot.com/smartmeter/img/static/uATEvHAKIB0tdXk0embn" mode=""></image> <image src="https://api.ccttiot.com/smartmeter/img/static/uATEvHAKIB0tdXk0embn" mode=""></image>
<view class="txt">我的店铺</view> <view class="txt">我的店铺</view>
</view> </view>

View File

@ -13,7 +13,7 @@
<image src="https://api.ccttiot.com/smartmeter/img/static/uqv3e5ThWL8DqrRNBfoA" mode="" <image src="https://api.ccttiot.com/smartmeter/img/static/uqv3e5ThWL8DqrRNBfoA" mode=""
@click="btnindex(5)"></image> @click="btnindex(5)"></image>
<image src="https://api.ccttiot.com/smartmeter/img/static/u7yxUJZqgPzESeI4tmiz" mode="" <image src="https://api.ccttiot.com/smartmeter/img/static/u7yxUJZqgPzESeI4tmiz" mode=""
@click="btnindex(6)" v-if="isMch"></image> @click="btnindex(6)" v-if="deviceCount > 0"></image>
<image @click="onControltap" style="width: 76rpx;height: 76rpx;position: absolute;right: 40rpx;" <image @click="onControltap" style="width: 76rpx;height: 76rpx;position: absolute;right: 40rpx;"
src="https://api.ccttiot.com/smartmeter/img/static/uOS9p7Sy1K9WpVQgD3b9" mode=""></image> src="https://api.ccttiot.com/smartmeter/img/static/uOS9p7Sy1K9WpVQgD3b9" mode=""></image>
</view> </view>
@ -53,7 +53,7 @@
<view class="tip_box" v-if="czflag"> <view class="tip_box" v-if="czflag">
<view class="top"> <view class="top">
<view class="txt"> <view class="txt">
系统检测到您的设备未联网或者为蓝牙版本,金额充值失败,请靠近设备进行蓝牙充值 系统检测设备未联网或者为蓝牙版本,金额充值失败,请靠近设备进行蓝牙充值
</view> </view>
</view> </view>
<view class="bot"> <view class="bot">
@ -65,6 +65,7 @@
</view> </view>
</view> </view>
</view> </view>
<view class="mask" v-if="czflag"></view>
</view> </view>
</view> </view>
</template> </template>
@ -100,7 +101,8 @@
bgc: { bgc: {
backgroundColor: "#8883F0", backgroundColor: "#8883F0",
}, },
deviceobj:{} deviceobj:{},
deviceCount:0
}; };
}, },
onLoad(option) { onLoad(option) {
@ -446,6 +448,7 @@
this.isMch = res.data.isMch this.isMch = res.data.isMch
uni.setStorageSync('userType', res.data.userType) uni.setStorageSync('userType', res.data.userType)
this.userType = res.data.userType this.userType = res.data.userType
this.deviceCount = res.data.deviceCount
if (this.userType == '01') { if (this.userType == '01') {
this.getDeviceList() this.getDeviceList()
} else if (this.userType == '00') { } else if (this.userType == '00') {
@ -527,6 +530,16 @@
.dateactive { .dateactive {
background: #E1F3ED; background: #E1F3ED;
} }
.mask{
width: 100%;
height: 100vh;
position: fixed;
top: 0;
left: 50%;
transform: translateX(-50%);
background-color: #000;
opacity: .6;
}
page { page {
background: linear-gradient(180deg, #8883F0 10%, rgba(255, 255, 255, 0) 100%); background: linear-gradient(180deg, #8883F0 10%, rgba(255, 255, 255, 0) 100%);