aaa
This commit is contained in:
parent
f13de0eafd
commit
d589d35782
|
@ -20,7 +20,7 @@ const install = (Vue, vm) => {
|
|||
// },
|
||||
// });
|
||||
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',
|
||||
loadingText: '努力加载中~',
|
||||
loadingTime: 1000,
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<view class="title">
|
||||
{{deviceobj.deviceName}}
|
||||
<view class="wz">
|
||||
该设备还剩余时长:{{expireTimeStr}}分钟
|
||||
<!-- 该设备还剩余时长:{{expireTimeStr}}分钟 -->
|
||||
</view>
|
||||
<view class="wz" v-if="deviceobj.storeContactMobile == null">
|
||||
联系客服:<text @click="call">{{deviceobj.userMobile}}</text>
|
||||
|
@ -14,7 +14,35 @@
|
|||
联系客服:<text @click="call">{{deviceobj.storeContactMobile}}</text>
|
||||
</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>
|
||||
|
@ -34,6 +62,9 @@
|
|||
¥{{item.price}}
|
||||
</view>
|
||||
</view>
|
||||
<view v-if="deviceobj.suitList.length == 0" class="" style="color: #ccc;font-size: 36rpx;">
|
||||
暂无更多套餐了...
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<view class="shuom" v-for="(item,index) in deviceobj.suitList" :key="index"
|
||||
|
@ -56,7 +87,7 @@
|
|||
|
||||
</view>
|
||||
|
||||
<view class="tongyi">
|
||||
<view class="tongyi" v-if="deviceobj.suitList.length > 0">
|
||||
<u-checkbox-group>
|
||||
<u-checkbox v-model="checked" @change="checkboxChange" active-color="#8883F0 ">我已同意
|
||||
</u-checkbox><text>《用户服务协议》</text>
|
||||
|
@ -66,6 +97,11 @@
|
|||
</view>
|
||||
</view>
|
||||
|
||||
<view class="mask" v-if="czflag"></view>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</view>
|
||||
</view>
|
||||
|
@ -78,6 +114,7 @@
|
|||
return {
|
||||
indexactive: 0,
|
||||
checked: false,
|
||||
lanyaflag:false,
|
||||
deviceobj: {},
|
||||
timer: null,
|
||||
expireTimeStr: '',
|
||||
|
@ -109,30 +146,53 @@
|
|||
this.startTimer()
|
||||
this.gettaoc()
|
||||
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 {
|
||||
this.id = option.id
|
||||
this.startTimer()
|
||||
this.gettaoc()
|
||||
this.getmac()
|
||||
}
|
||||
// 一开始搜索设备
|
||||
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
|
||||
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)
|
||||
}
|
||||
}, 2000)
|
||||
}
|
||||
|
||||
},
|
||||
computed: {
|
||||
|
||||
|
@ -166,6 +226,26 @@
|
|||
});
|
||||
},
|
||||
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() {
|
||||
let phoneNumber = ''
|
||||
if(this.deviceobj.storeContactMobile == null){
|
||||
|
@ -279,8 +359,7 @@
|
|||
success: (res) => {
|
||||
console.log(res, '支付成功');
|
||||
if (that.timer) {
|
||||
clearInterval(this
|
||||
.timer);
|
||||
clearInterval(this.timer);
|
||||
that.timer = null;
|
||||
}
|
||||
// 支付成功逻辑
|
||||
|
@ -307,14 +386,18 @@
|
|||
}
|
||||
})
|
||||
} else {
|
||||
this.czflag = true
|
||||
uni.showLoading({
|
||||
title:'支付准备中'
|
||||
})
|
||||
if (this.ver_data == '') {
|
||||
let that = this
|
||||
uni.showModal({
|
||||
title: '提示',
|
||||
content: '支付的时候请靠近设备并打开蓝牙',
|
||||
content: '支付失败,支付的时候请靠近设备,并打开蓝牙',
|
||||
success: function(res) {
|
||||
if (res.confirm) {
|
||||
console.log(that.deviceId,that.name);
|
||||
|
||||
xBlufi.initXBlufi(1);
|
||||
xBlufi.listenDeviceMsgEvent(true, that.funListenDeviceMsgEvent);
|
||||
xBlufi.notifyStartDiscoverBle({
|
||||
|
@ -359,9 +442,8 @@
|
|||
paySign: res.data.paySign,
|
||||
success: (res) => {
|
||||
console.log(res, '支付成功');
|
||||
if (that.timer) {
|
||||
clearInterval(this
|
||||
.timer);
|
||||
if (that.timer) {
|
||||
clearInterval(this.timer);
|
||||
that.timer = null;
|
||||
}
|
||||
// 支付成功逻辑
|
||||
|
@ -371,6 +453,8 @@
|
|||
uni.setStorageSync('time', that.expireTimeStr)
|
||||
},
|
||||
fail(err) {
|
||||
this.czflag = false
|
||||
uni.hideLoading()
|
||||
// 支付失败逻辑
|
||||
uni.showToast({
|
||||
title: '支付失败',
|
||||
|
@ -409,7 +493,7 @@
|
|||
let devicesarr = options.data
|
||||
devicesarr.forEach(device => {
|
||||
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) {
|
||||
this.deviceId = device.deviceId
|
||||
this.name = device.name
|
||||
|
@ -439,14 +523,14 @@
|
|||
case xBlufi.XBLUFI_TYPE.TYPE_RECIEVE_CUSTON_DATA:
|
||||
|
||||
this.ver_data = this.parseCustomData(options.data)
|
||||
this.czflag = false
|
||||
uni.hideLoading()
|
||||
console.log("1收到设备发来的自定义数据结果:", this.ver_data);
|
||||
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");
|
||||
let filteredDevices = uniqueDevicesList.filter(device => device.name.substring(0, 4) === "CTKG");
|
||||
// 将过滤后的数组重新赋值给 this.devicesList
|
||||
this.devicesList = filteredDevices;
|
||||
filteredDevices.forEach(device => {
|
||||
|
@ -461,6 +545,19 @@
|
|||
}
|
||||
this.searching = false
|
||||
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>
|
||||
|
||||
<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 {
|
||||
padding-bottom: 22rpx;
|
||||
}
|
||||
|
@ -512,9 +658,11 @@
|
|||
|
||||
.page {
|
||||
width: 750rpx;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
// position: fixed;
|
||||
// top: 0;
|
||||
// left: 0;
|
||||
overflow: hidden;
|
||||
height: 100vh;
|
||||
|
||||
.tip_box {
|
||||
position: fixed;
|
||||
|
|
|
@ -11,45 +11,56 @@
|
|||
创特开关
|
||||
</view>
|
||||
<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 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 class="info_bot">
|
||||
MAC号:{{mac}}
|
||||
</view>
|
||||
</view>
|
||||
<!-- :class="{ 'act1': ishave && isband &&czmoney}" -->
|
||||
<view class="card_right" @click="cz()">
|
||||
<view v-if="czflag" class="card_right" @click="czj()">
|
||||
充值
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<view class="masks" v-if="maskflag">
|
||||
<view v-if="baiflag" class="bai"></view>
|
||||
<!-- <view class="masks" v-if="maskflag"> -->
|
||||
|
||||
</view>
|
||||
<!-- <view class="anniu" @click="Search">
|
||||
<button>重新扫描</button>
|
||||
</view> -->
|
||||
<!-- </view> -->
|
||||
<!-- 加载状态 -->
|
||||
<view class="containers" v-show="statusflag">
|
||||
<uni-section>
|
||||
<uni-load-more :status="status" />
|
||||
</uni-section>
|
||||
</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>
|
||||
</template>
|
||||
|
||||
|
@ -60,6 +71,7 @@
|
|||
export default {
|
||||
data() {
|
||||
return {
|
||||
baiflag:false,
|
||||
titleflag: false, //提示隐藏
|
||||
bgc: {
|
||||
backgroundColor: "#F7FAFE",
|
||||
|
@ -97,7 +109,9 @@
|
|||
background: '#8883F0'
|
||||
},
|
||||
billNo: '',
|
||||
maskflag:true
|
||||
maskflag:true,
|
||||
lanyaflag:false,
|
||||
czflag:false
|
||||
}
|
||||
},
|
||||
onLoad(e) {
|
||||
|
@ -132,9 +146,8 @@
|
|||
xBlufi.notifyStartDiscoverBle({
|
||||
'isStart': false
|
||||
});
|
||||
// 判断是否存在浇花器设备
|
||||
|
||||
if (this.devicesList.length == 0) {
|
||||
|
||||
uni.showToast({
|
||||
title: '暂无发现对应设备,请靠近设备',
|
||||
icon: 'none',
|
||||
|
@ -215,6 +228,42 @@
|
|||
this.videoContext = uni.createVideoContext('myVideo', this)
|
||||
},
|
||||
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) {
|
||||
console.log('ver_data 变化了,新值:', newValue.remainingPower, ',旧值:', oldValue.remainingPower);
|
||||
if (newValue.remainingPower && oldValue.remainingPower) {
|
||||
|
@ -247,7 +296,9 @@
|
|||
btnyc() {
|
||||
this.titleflag = false
|
||||
},
|
||||
cz() {
|
||||
czj() {
|
||||
this.baiflag = true
|
||||
this.czflag = false
|
||||
uni.showLoading({
|
||||
title: '充值中...'
|
||||
})
|
||||
|
@ -276,6 +327,7 @@
|
|||
})
|
||||
} else {
|
||||
console.log('手机未连接网络');
|
||||
this.baiflag = false
|
||||
}
|
||||
}
|
||||
})
|
||||
|
@ -378,17 +430,32 @@
|
|||
}else{
|
||||
this.maskflag = false
|
||||
uni.hideLoading()
|
||||
uni.showToast({
|
||||
title: '未连接到设备,请靠近设备尝试',
|
||||
icon: 'none'
|
||||
});
|
||||
// uni.showToast({
|
||||
// title: '未连接到设备,请靠近设备尝试',
|
||||
// icon: 'none'
|
||||
// });
|
||||
}
|
||||
|
||||
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:
|
||||
|
||||
this.ver_data = this.parseCustomData(options.data)
|
||||
this.maskflag = false
|
||||
this.czflag = true
|
||||
uni.hideLoading()
|
||||
console.log("1收到设备发来的自定义数据结果:", this.ver_data);
|
||||
break;
|
||||
|
@ -397,8 +464,7 @@
|
|||
let uniqueDevicesList = Array.from(new Set(this.devicesList));
|
||||
|
||||
// 过滤出名称字段的前五个字母为 "CTKG" 的项
|
||||
let filteredDevices = uniqueDevicesList.filter(device => device.name.substring(0, 4) ===
|
||||
"CTKG");
|
||||
let filteredDevices = uniqueDevicesList.filter(device => device.name.substring(0, 4) === "CTKG");
|
||||
|
||||
// 将过滤后的数组重新赋值给 this.devicesList
|
||||
this.devicesList = filteredDevices;
|
||||
|
@ -495,6 +561,52 @@
|
|||
</script>
|
||||
|
||||
<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 {
|
||||
padding-bottom: 22rpx;
|
||||
}
|
||||
|
|
|
@ -26,33 +26,72 @@
|
|||
</text>
|
||||
</view>
|
||||
<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 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 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 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 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 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 class="nav">
|
||||
<text class="shen">套餐时长</text><text class="qian">{{detailobj.suitTime == undefined ? '--' : detailobj.suitTime}} 分钟</text>
|
||||
</view>
|
||||
|
||||
<view class="xian"></view>
|
||||
<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 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">
|
||||
<image :src="imgad" mode="" class="pic"></image>
|
||||
</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>
|
||||
</template>
|
||||
|
||||
|
@ -62,15 +101,60 @@
|
|||
return {
|
||||
billId:'',
|
||||
detailobj:{},
|
||||
imgad:''
|
||||
imgad:'',
|
||||
maskflag:false,
|
||||
inptext:''
|
||||
}
|
||||
},
|
||||
onLoad(option) {
|
||||
this.billId = option.billId
|
||||
this.getlist()
|
||||
this.getad()
|
||||
if(option.billId){
|
||||
this.billId = option.billId
|
||||
this.getlist()
|
||||
this.getad()
|
||||
}
|
||||
},
|
||||
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(){
|
||||
this.$u.get(`/app/bill/${this.billId}`).then((res) => {
|
||||
if (res.code == 200) {
|
||||
|
@ -110,8 +194,18 @@
|
|||
padding-bottom: 22rpx;
|
||||
}
|
||||
/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 {
|
||||
background: linear-gradient(180deg, #8883F0 0%, rgba(255, 255, 255, 0) 100%);
|
||||
}
|
||||
|
@ -121,6 +215,88 @@
|
|||
position: fixed;
|
||||
top: 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{
|
||||
width: 750rpx;
|
||||
height: 1440rpx;
|
||||
|
@ -136,7 +312,7 @@
|
|||
}
|
||||
.listxq{
|
||||
width: 680rpx;
|
||||
height: 618rpx;
|
||||
height: 760rpx;
|
||||
background: #FFFFFF;
|
||||
border-radius: 20rpx 20rpx 20rpx 20rpx;
|
||||
margin: auto;
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<view class="list_val">
|
||||
<view class="lt">
|
||||
<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.createTime}}</view>
|
||||
</view>
|
||||
|
|
|
@ -16,12 +16,13 @@
|
|||
</view>
|
||||
<view class="mid">
|
||||
<view class="mid_left">
|
||||
<button
|
||||
style="border: 0;outline: none;width: 143rpx;padding-left: 0rpx;height: 143rpx;border-radius: 16rpx;border: 1rpx solid #ccc;"
|
||||
<button v-if="opflag" 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">
|
||||
<image :src="imglist" mode=""
|
||||
style="width: 142rpx;height: 142rpx;border-radius: 20rpx;"></image>
|
||||
</button>
|
||||
<image v-else :src="imglist" mode=""
|
||||
style="width: 142rpx;height: 142rpx;border-radius: 20rpx;"></image>
|
||||
<!-- <image :src="imglist" mode=""></image> -->
|
||||
</view>
|
||||
<view class="mid_right">
|
||||
|
@ -35,65 +36,17 @@
|
|||
S/N码:{{ deviceInfo.deviceNo == null ? '' : deviceInfo.deviceNo }}</view>
|
||||
<div class="tip" v-if="deviceInfo.onlineStatus==1">在线</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.powerStatus==1">正常</div>
|
||||
<div class="tip" v-if="deviceInfo.status==1">空闲</div>
|
||||
<div class="tip" v-if="deviceInfo.status==2">使用中</div>
|
||||
<div class="tip" v-if="deviceInfo.status==3">维修中</div>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<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 class="card2">
|
||||
<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="cont" style="text-align: center;">
|
||||
<view class="tit">
|
||||
|
@ -113,21 +66,21 @@
|
|||
</view>
|
||||
<view class="cont" style="text-align: center;">
|
||||
<view class="tit">
|
||||
{{timeday}}
|
||||
{{ setMode == null ? timeday : setMode}}
|
||||
<!-- sb:{{setMode}} -->
|
||||
</view>
|
||||
<view class="txt">
|
||||
剩余分钟
|
||||
剩余时长
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
|
||||
</view>
|
||||
<view class="card3">
|
||||
<view class="card3" v-if="opflag">
|
||||
<view class="tit">其他</view>
|
||||
<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="top">
|
||||
<image src="https://api.ccttiot.com/smartmeter/img/static/uKrpw3p37UHW56IypPJU" mode=""
|
||||
|
@ -158,8 +111,7 @@
|
|||
</view> -->
|
||||
<view class="cont" style="width: 120rpx;" @click="topage(6)">
|
||||
<view class="top">
|
||||
<image src="https://api.ccttiot.com/smartmeter/img/static/uAnBmmayp3tVGwXntdaM" mode="">
|
||||
</image>
|
||||
<image src="https://api.ccttiot.com/smartmeter/img/static/uAnBmmayp3tVGwXntdaM" mode=""></image>
|
||||
</view>
|
||||
<view class="bot">电量充值</view>
|
||||
</view>
|
||||
|
@ -250,16 +202,21 @@
|
|||
storeId: '',
|
||||
qrResult: '',
|
||||
devicesList: [],
|
||||
setMode:0,
|
||||
setMode:null,
|
||||
vipflag:false,
|
||||
cztime:''
|
||||
cztime:'',
|
||||
opflag:true
|
||||
}
|
||||
},
|
||||
onLoad(option) {
|
||||
let id = option.id
|
||||
this.id = id
|
||||
this.getDevice(id)
|
||||
|
||||
if(option.flag){
|
||||
this.opflag = false
|
||||
}else{
|
||||
this.opflag = true
|
||||
}
|
||||
// xBlufi.initXBlufi(1);
|
||||
// xBlufi.listenDeviceMsgEvent(true, this.funListenDeviceMsgEvent);
|
||||
// xBlufi.notifyStartDiscoverBle({
|
||||
|
@ -536,6 +493,7 @@
|
|||
url: '/page_user/setting?id=' + this.id
|
||||
})
|
||||
} else if (num == 5) {
|
||||
console.log(this.deviceId,'idididididdidii');
|
||||
if(this.deviceId == ''){
|
||||
xBlufi.initXBlufi(1);
|
||||
xBlufi.listenDeviceMsgEvent(true, this.funListenDeviceMsgEvent);
|
||||
|
@ -568,11 +526,11 @@
|
|||
}
|
||||
this.$u.put('/app/device/bind', data).then((res) => {
|
||||
if (res.code == 200) {
|
||||
uni.showToast({
|
||||
title: '绑定成功',
|
||||
icon: 'success',
|
||||
duration: 2000
|
||||
})
|
||||
// uni.showToast({
|
||||
// title: '绑定成功',
|
||||
// icon: 'success',
|
||||
// duration: 2000
|
||||
// })
|
||||
uni.hideLoading();
|
||||
uni.removeStorageSync('mac');
|
||||
let systemInfo = uni.getSystemInfoSync();
|
||||
|
@ -587,15 +545,15 @@
|
|||
url: '/page_fenbao/device/wifivideo?deviceId=' +this.deviceId + '&name=' +this.name
|
||||
})
|
||||
}
|
||||
} else if (res.msg == '设备编号和mac不能同时为空') {
|
||||
}else if(res.msg == '设备编号和mac不能同时为空'){
|
||||
uni.showToast({
|
||||
title: '设备不在线,未找到设备',
|
||||
title: '未找到设备',
|
||||
icon: 'none',
|
||||
duration: 2000
|
||||
});
|
||||
} else {
|
||||
uni.showToast({
|
||||
title: '连接失败',
|
||||
title: res.msg,
|
||||
icon: 'none',
|
||||
duration: 2000
|
||||
});
|
||||
|
@ -634,15 +592,15 @@
|
|||
url: '/page_fenbao/device/wifivideo?deviceId=' +this.deviceId + '&name=' +this.name
|
||||
})
|
||||
}
|
||||
} else if (res.msg == '设备编号和mac不能同时为空') {
|
||||
uni.showToast({
|
||||
title: '设备不在线,未找到设备',
|
||||
icon: 'none',
|
||||
duration: 2000
|
||||
})
|
||||
}else if(res.msg == '设备编号和mac不能同时为空'){
|
||||
uni.showToast({
|
||||
title: '未找到设备',
|
||||
icon: 'none',
|
||||
duration: 2000
|
||||
});
|
||||
} else {
|
||||
uni.showToast({
|
||||
title: '连接失败',
|
||||
title:res.msg,
|
||||
icon: 'none',
|
||||
duration: 2000
|
||||
});
|
||||
|
@ -771,6 +729,7 @@
|
|||
icon: 'none',
|
||||
duration: 3000
|
||||
});
|
||||
return
|
||||
} else {
|
||||
// this.searching = true
|
||||
//蓝牙搜索开始
|
||||
|
|
|
@ -51,7 +51,7 @@
|
|||
</view>
|
||||
</view>
|
||||
<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>
|
||||
<view class="txt">我的店铺</view>
|
||||
</view>
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
<image src="https://api.ccttiot.com/smartmeter/img/static/uqv3e5ThWL8DqrRNBfoA" mode=""
|
||||
@click="btnindex(5)"></image>
|
||||
<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;"
|
||||
src="https://api.ccttiot.com/smartmeter/img/static/uOS9p7Sy1K9WpVQgD3b9" mode=""></image>
|
||||
</view>
|
||||
|
@ -53,7 +53,7 @@
|
|||
<view class="tip_box" v-if="czflag">
|
||||
<view class="top">
|
||||
<view class="txt">
|
||||
系统检测到您的设备未联网或者为蓝牙版本,金额充值失败,请靠近设备进行蓝牙充值
|
||||
系统检测该设备未联网或者为蓝牙版本,金额充值失败,请靠近设备进行蓝牙充值
|
||||
</view>
|
||||
</view>
|
||||
<view class="bot">
|
||||
|
@ -65,6 +65,7 @@
|
|||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="mask" v-if="czflag"></view>
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
|
@ -100,7 +101,8 @@
|
|||
bgc: {
|
||||
backgroundColor: "#8883F0",
|
||||
},
|
||||
deviceobj:{}
|
||||
deviceobj:{},
|
||||
deviceCount:0
|
||||
};
|
||||
},
|
||||
onLoad(option) {
|
||||
|
@ -446,6 +448,7 @@
|
|||
this.isMch = res.data.isMch
|
||||
uni.setStorageSync('userType', res.data.userType)
|
||||
this.userType = res.data.userType
|
||||
this.deviceCount = res.data.deviceCount
|
||||
if (this.userType == '01') {
|
||||
this.getDeviceList()
|
||||
} else if (this.userType == '00') {
|
||||
|
@ -527,6 +530,16 @@
|
|||
.dateactive {
|
||||
background: #E1F3ED;
|
||||
}
|
||||
.mask{
|
||||
width: 100%;
|
||||
height: 100vh;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
background-color: #000;
|
||||
opacity: .6;
|
||||
}
|
||||
|
||||
page {
|
||||
background: linear-gradient(180deg, #8883F0 10%, rgba(255, 255, 255, 0) 100%);
|
||||
|
|
Loading…
Reference in New Issue
Block a user