This commit is contained in:
3321822538@qq.com 2024-05-25 14:39:16 +08:00
parent fe4963ff3d
commit 2ad7e0ea61
4 changed files with 1429 additions and 0 deletions

View File

@ -0,0 +1,77 @@
<template>
<view class="page">
<u-navbar title="常见问题" :border-bottom="false" :background="bgc" title-color='#fff' back-icon-color="#fff" title-size='36'
height='58'></u-navbar>
<view class="box">
<view class="title">
{{listobj.title}}
</view>
<view class="cont" v-html="listobj.content">
</view>
</view>
</view>
</template>
<script>
export default {
data() {
return {
type:'',
listobj:{}
}
},
onLoad(option) {
console.log(option);
this.type = option.type
this.getwzxq()
},
methods: {
getwzxq(){
this.$u.get(`/app/article/licence/${this.type}`).then((res) => {
if (res.code == 200) {
this.listobj = res.data
}
})
},
}
}
</script>
<style lang="scss">
/deep/ .u-title{
padding-bottom: 41rpx;
}
/deep/ .u-icon__icon{
padding-bottom: 40rpx;
}
page {
background: linear-gradient(180deg, #8883F0 0%, rgba(255, 255, 255, 0) 100%);
}
image{
width: 100%;
}
.page {
width: 750rpx;
position: fixed;
top: 0;
left: 0;
.box{
width: 750rpx;
height: 1440rpx;
background: #F4F5F7;
border-radius: 0rpx 0rpx 0rpx 0rpx;
padding: 40rpx;
box-sizing: border-box;
.title{
font-size: 40rpx;
font-weight: 600;
}
.cont{
font-size: 32rpx;
color: #666;
margin-top: 50rpx;
}
}
}
</style>

762
page_fenbao/chongzhi.vue Normal file
View File

@ -0,0 +1,762 @@
<template>
<view class="pages">
<u-navbar title="蓝牙充值" :border-bottom="false" :background="bgc" title-color='#fff' back-icon-color="#fff"
title-size='38' height='58'></u-navbar>
<view class="card" v-for="(item,index) in devicesList" :key="index">
<view class="card_left">
<image src="https://api.ccttiot.com/smartmeter/img/static/uoQO0pUZ1UHcW5uVKkuR" mode=""></image>
</view>
<view class="card_cent">
<view class="info_top">
创特开关
</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>
</view>
<view class="anniu" @click="Search">
<button>重新扫描</button>
</view>
<!-- 加载状态 -->
<view class="containers" v-show="statusflag">
<uni-section>
<uni-load-more :status="status" />
</uni-section>
</view>
</view>
</template>
<script>
const app = getApp();
var xBlufi = require("@/page_components/blufi/xBlufi.js");
let _this = null;
export default {
data() {
return {
titleflag: false, //
bgc: {
backgroundColor: "#F7FAFE",
},
devicesList: [
// {name:'110000',
// mac:'11111'}
],
searching: false,
texts: '正在扫描蓝牙设备...',
btnflag: true,
tishiflag: false,
option: '',
bluthlist: [], //
status: 'loading',
statusflag: false,
Bluetoothmac: '',
mac: '',
ishave: false,
ver_data: null,
deviceInfo: {},
gps: {},
isband: false,
status: false,
deviceIds: '',
name: '',
orderinfo: {},
dl: 0,
czmoney: true,
sn: '',
jine: 0,
deviceId: '',
name: '',
bgc: {
background: '#8883F0'
},
billNo: ''
}
},
onLoad(e) {
uni.showLoading({
title: '加载中'
})
this.sn = JSON.parse(e.dingobj)
if (this.sn.length >= 1) {
this.jine = uni.getStorageSync('time')
this.mac = 'CTKG-' + this.sn[0].deviceMac
this.billNo = this.sn[0].billNo
this.jine = this.jine + this.sn[0].suitTime
} else {
this.jine = uni.getStorageSync('time')
this.billNo = this.sn.billNo
this.mac = 'CTKG-' + this.sn.deviceMac
this.jine = this.jine + this.sn.suitTime
}
xBlufi.initXBlufi(1);
console.log("xBlufi", xBlufi.XMQTT_SYSTEM);
xBlufi.listenDeviceMsgEvent(true, this.funListenDeviceMsgEvent);
xBlufi.notifyStartDiscoverBle({
'isStart': true
});
// this.dl = ((this.orderinfo.deviceAmount / this.orderinfo.unitPrice)*1000).toFixed(2);
//
setTimeout(() => {
xBlufi.notifyStartDiscoverBle({
'isStart': false
});
//
if (this.devicesList.length == 0) {
uni.showToast({
title: '暂无发现对应设备,请靠近设备',
icon: 'none',
duration:2000
});
uni.hideLoading()
} else {
xBlufi.notifyConnectBle({
isStart: true,
deviceId: this.deviceId,
name: this.name
});
uni.hideLoading()
}
this.status = true
}, 2000)
},
onShow: function() {
// this.openBluetoothAdapter()
},
onUnload: function() {
xBlufi.listenDeviceMsgEvent(false, this.funListenDeviceMsgEvent);
xBlufi.notifyStartDiscoverBle({
'isStart': false
});
},
onHide() {
xBlufi.listenDeviceMsgEvent(false, this.funListenDeviceMsgEvent);
xBlufi.notifyStartDiscoverBle({
'isStart': false
});
},
onBeforeUnmount() {
xBlufi.listenDeviceMsgEvent(false, this.funListenDeviceMsgEvent);
xBlufi.notifyStartDiscoverBle({
'isStart': false
});
},
watch: {
ishave(newValue) {
if (newValue === true) {
// ishave true
//
console.log('ishave 的值变为 true');
this.devicesList.forEach(device => {
// MAC MAC 6
// let macFromName = device.name.substring(device.name.length - 12);
// console.log(macFromName);
// this.mac
if (device.name == this.mac) {
// this.ishave true
console.log(device);
this.deviceInfo = device
// this.ishave = true;
this.createBLEConnection(device)
console.log('对比正确');
} else {
console.log('对比失败');
}
});
}
},
isband(newValue) {
if (newValue === true) {
console.log('isband 的值变为 true开始监听 ver_data');
this.$watch('ver_data', this.verDataWatcher);
} else {
console.log('isband 的值变为 false取消监听 ver_data');
this.$off('ver_data', this.verDataWatcher);
}
}
},
mounted() {
this.videoContext = uni.createVideoContext('myVideo', this)
},
methods: {
verDataWatcher(newValue, oldValue) {
console.log('ver_data 变化了,新值:', newValue.remainingPower, ',旧值:', oldValue.remainingPower);
if (newValue.remainingPower && oldValue.remainingPower) {
let diff = newValue.remainingPower - oldValue.remainingPower;
if (diff >= this.dl - 5 && diff <= this.dl + 5) {
console.log('ver_data 变化符合条件');
uni.setStorageSync('billNo', this.orderinfo.billNo);
this.czmoney = false
this.$u.get(`app/device/bind/${this.billNo}`).then((res) => {
if (res.code == 200) {
uni.removeStorageSync('billNo');
} else {
}
})
setTimeout(() => {
uni.removeStorageSync('time')
uni.reLaunch({
url: '/pages/index/index'
})
}, 200)
//
} else {
// console.log('ver_data ');
}
}
},
btnyc() {
this.titleflag = false
},
cz() {
uni.showLoading({
title: '充值中...'
})
let vm = this; // this vm
uni.getNetworkType({
success(res) {
if (res.networkType !== 'none') {
uni.getConnectedBluetoothDevices({
success(res) {
console.log('已连接的蓝牙设备信息:', res);
xBlufi.notifySendCustomData({
customData: "time@" + vm.jine * 60
});
},
fail(err) {
console.error('获取已连接蓝牙设备信息失败:', err);
}
})
vm.$u.get(`/app/bill/recharge/${vm.billNo}/bluetoothSuccess`).then(res => {
if(res.code == 200){
setTimeout(()=>{
uni.hideLoading()
uni.navigateBack()
},1000)
}
})
} else {
console.log('手机未连接网络');
}
}
});
},
bind() {
if (this.ishave && this.isband) {
let that = this
setTimeout(() => {
uni.switchTab({
url: '/pages/index/index'
})
}, )
}
},
//
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(3); // "SET"
//
return {
voltage,
switchState,
current,
power,
remainingPower,
setMode
};
},
funListenDeviceMsgEvent: function(options) {
switch (options.type) {
case xBlufi.XBLUFI_TYPE.TYPE_GET_DEVICE_LISTS:
if (options.result) {
let devicesarr = options.data
// this.devicesList = options.data
// console.log(devicesarr,this.mac);
devicesarr.forEach(device => {
const mac = device.name.substring(4);
if (device.name == this.mac) {
this.deviceId = device.deviceId
this.name = device.name
this.devicesList.push(device);
console.log(this.devicesList, 'devicesarrdevicesarr');
let uniqueDevicesList = Array.from(new Set(this.devicesList));
// this.devicesList
this.devicesList = uniqueDevicesList;
}
});
}
break;
case xBlufi.XBLUFI_TYPE.TYPE_CONNECTED:
console.log("连接回调:" + JSON.stringify(options));
if (options.result) {
uni.hideLoading();
// uni.showToast({
// title: '',
// icon: 'none'
// });
{
xBlufi.notifyInitBleEsp32({
deviceId: this.deviceId
});
xBlufi.listenDeviceMsgEvent(true, this.funListenDeviceMsgEvents);
this.deviceIds = options.data.deviceId
this.name = this.name
//
// let params = {
// mac: this.Bluetoothmac,
// userId: this.$store.state.user.userId
// }
let systemInfo = uni.getSystemInfoSync();
if (systemInfo.platform === 'android') {
// Android
} else if (systemInfo.platform === 'ios') {
// iOS
// uni.navigateTo({
// url: '/pages/wifilist/index?deviceId=' + options
// .data.deviceId + '&name=' + options.data.name
// })
}
}
}
break;
case xBlufi.XBLUFI_TYPE.TYPE_RECIEVE_CUSTON_DATA:
this.ver_data = this.parseCustomData(options.data)
// 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));
// "CTKG"
let filteredDevices = uniqueDevicesList.filter(device => device.name.substring(0, 4) ===
"CTKG");
// this.devicesList
this.devicesList = filteredDevices;
filteredDevices.forEach(device => {
// MAC MAC 6
let macFromName = device.name.substring(device.name.length - 12);
console.log(macFromName);
// this.mac
if (macFromName == this.mac) {
// this.ishave true
// console.log(device);
this.ishave = true;
} else {
// uni.showToast({
// title: '',
// icon: 'none',
// duration: 2000
// });
}
});
// console.log('ok',this.devicesList);
} else {
//
// console.log('');
}
this.searching = false
// _this.setData({
// searching: false
// });
break;
}
},
//4
createBLEConnection(e) {
xBlufi.notifyStartDiscoverBle({
'isStart': false
});
console.log(e, '蓝牙信息')
const deviceId = e.deviceId
this.Bluetoothmac = e.localName.substring(4) // mac
console.log(this.Bluetoothmac, '11111');
let name = e.name;
console.log('点击了蓝牙准备连接的deviceId:' + e.deviceId);
xBlufi.notifyConnectBle({
isStart: true,
deviceId: e.deviceId,
name
});
},
//
Search() {
if (this.status) {
xBlufi.notifyStartDiscoverBle({
'isStart': true
});
//
this.bluthlist = []
this.devicesList = []
//
// this.startBluetoothDevicesDiscovery()
this.statusflag = true
this.status = false
this.texts = '正在扫描蓝牙设备...'
setTimeout(() => {
this.statusflag = false
this.status = true
if (this.searching) {
xBlufi.notifyStartDiscoverBle({
'isStart': false
});
//
// if (this.devicesList.length == 0) {
// uni.showToast({
// title: ',',
// icon: 'none'
// });
// } else {
// this.texts = ''
// }
} else {
xBlufi.notifyStartDiscoverBle({
'isStart': true
});
}
}, 2000)
}
},
//
btnhd() {
this.tishiflag = false
}
}
}
</script>
<style lang="scss">
/deep/ .u-title {
padding-bottom: 41rpx;
}
/deep/ .u-icon__icon {
padding-bottom: 41rpx;
}
page {
background-color: #F7FAFE !important;
}
.card {
margin-top: 50rpx;
display: flex;
flex-wrap: nowrap;
align-items: center;
// justify-content: space-between;
width: 658rpx;
// height: 282rpx;
padding: 54rpx 48rpx;
background: #fff;
box-shadow: 0rpx 16rpx 40rpx 0rpx rgba(255, 255, 255, 0);
border-radius: 24rpx 24rpx 24rpx 24rpx;
.card_left {
image {
width: 63rpx;
height: 169rpx;
}
}
.card_cent {
margin-left: 56rpx;
width: 304rpx;
display: flex;
flex-wrap: wrap;
.info_top {
font-weight: 500;
font-size: 42rpx;
color: #8883F0;
}
.info_cont {
display: flex;
flex-wrap: nowrap;
margin-top: 24rpx;
.text {
font-weight: 400;
font-size: 24rpx;
color: #95989D;
}
}
.info_bot {
margin-top: 24rpx;
font-weight: 400;
font-size: 24rpx;
color: #95989D;
}
}
.card_right {
margin-left: 38rpx;
width: 108rpx;
height: 60rpx;
display: flex;
align-items: center;
justify-content: center;
border: 2rpx solid #ccc;
border-radius: 20rpx;
font-weight: 400;
font-size: 28rpx;
color: #ccc;
}
.act1 {
color: #8883F0;
border: 2rpx solid #8883F0;
}
}
.containers {
width: 100%;
height: 100vh;
position: fixed;
top: 0;
padding-top: 130rpx;
box-sizing: border-box;
left: 0;
z-index: 999 !important;
/* background-color: #fff; */
z-index: 99;
}
.pages {
// padding-top: 136rpx !important;
padding: 0 66rpx;
box-sizing: border-box;
}
// text{
// display: block;
// }
.sm {
color: #77808D;
border-radius: 0rpx 0rpx 0rpx 0rpx;
// margin-top: 48rpx;
display: inline-block;
}
.title {
margin-bottom: 84rpx;
image {
display: inline-block;
width: 48rpx;
height: 48rpx;
vertical-align: bottom;
margin-right: 10rpx;
}
text:nth-child(1) {
font-weight: 400;
font-size: 96rpx;
color: #262B37;
line-height: 88rpx;
text-align: left;
font-style: normal;
text-transform: none;
display: block;
margin-bottom: 48rpx;
}
}
.dblist {
display: flex;
width: 100%;
margin-top: 34rpx;
background: #FFFFFF;
box-shadow: 0rpx 10rpx 64rpx 0rpx rgba(0, 0, 0, 0.08);
padding: 20rpx 0 24rpx 18rpx;
box-sizing: border-box;
text-align: center;
border-radius: 10rpx;
.lt {
padding-left: 10rpx;
box-sizing: border-box;
margin-right: 38rpx;
image {
width: 42rpx;
// height: 112rpx;
}
}
.cen {
width: 370rpx;
padding-left: 10rpx;
box-sizing: border-box;
.name {
font-family: AlibabaPuHuiTi, AlibabaPuHuiTi;
font-weight: 400;
font-size: 32rpx;
color: #262B37;
line-height: 40rpx;
text-align: left;
font-style: normal;
text-transform: none;
margin-top: 10rpx;
}
.mac {
font-family: AlibabaPuHuiTi, AlibabaPuHuiTi;
font-weight: 400;
font-size: 24rpx;
color: #262B37;
line-height: 32rpx;
text-align: left;
font-style: normal;
text-transform: none;
margin-top: 16rpx;
}
}
.rt {
margin-top: 22rpx;
text {
display: inline-block;
width: 108rpx;
height: 60rpx;
background: rgba(255, 255, 255, 0);
border: 2rpx solid #8883F0;
filter: blur(0px);
border-radius: 20rpx;
text-align: center;
line-height: 60rpx;
color: #8883F0;
}
}
}
.anniu {
margin-top: 50rpx;
padding: 0 90rpx;
width: 100%;
box-sizing: border-box;
// position: fixed;
// left: 0;
// bottom: 112rpx;
button {
background: #8883F0;
border-radius: 52rpx 52rpx 52rpx 52rpx;
color: #fff;
}
}
.mask {
width: 622rpx;
height: 710rpx;
background: #FFFFFF;
filter: blur(0px);
border-radius: 20rpx;
position: fixed;
top: 475rpx;
left: 50%;
transform: translateX(-50%);
padding-top: 38rpx;
padding-left: 60rpx;
padding-right: 60rpx;
box-sizing: border-box;
.titles {
font-size: 48rpx;
color: #262B37;
line-height: 70rpx;
text-align: center;
margin-bottom: 24rpx;
}
text {
display: block;
font-size: 32rpx;
color: #262B37;
line-height: 56rpx;
text-align: left;
}
button {
margin-top: 46rpx;
width: 266rpx;
height: 96rpx;
background: #8883F0;
border-radius: 52rpx 52rpx 52rpx 52rpx;
color: #fff;
text-align: center;
line-height: 96rpx;
}
}
</style>

View File

@ -0,0 +1,496 @@
<template>
<view class="pages">
<u-navbar title="添加设备" :border-bottom="false" :background="bgc" title-color='#262B37' title-size='38'
height='50'></u-navbar>
<view class="title">
<text>连接设备</text>
<!-- <image src="https://api.ccttiot.com/smartmeter/img/static/uCfe9273aC89tGOT7n1G" mode="widthFix"></image>
<text class="sm"> {{texts}} </text> -->
</view>
<view class="" style="margin: auto;text-align: center;width: 450rpx;height: 450rpx;">
<image v-if="picflag" style="width:100%;height: 100%;"
src="https://api.ccttiot.com/smartmeter/img/static/uirmkmrdVPmpvC4R5Nqc" mode=""></image>
<image v-else style="width:100%;height: 100%;"
src="https://api.ccttiot.com/smartmeter/img/static/uBJpCiwmT41SkwRFtVyB" mode=""></image>
</view>
<view class="anniu" @click="Search">
<button>返回</button>
</view>
<view class="containers" v-show="statusflag">
<uni-section>
<uni-load-more :status="status" />
</uni-section>
</view>
</view>
</template>
<script>
const app = getApp();
var xBlufi = require("@/page_components/blufi/xBlufi.js");
let _this = null;
export default {
data() {
return {
titleflag: false, //
bgc: {
backgroundColor: "#F7FAFE",
},
devicesList: [
// {name:'110000',
// mac:'11111'}
],
searching: false,
texts: '正在扫描蓝牙设备...',
btnflag: true,
tishiflag: false,
option: '',
bluthlist: [], //
status: 'loading',
statusflag: false,
Bluetoothmac: '',
gps: {},
mac: '',
status: false,
storeId: '',
qrResult: '',
name: '',
deviceId: '',
picflag: false,
mac:''
}
},
onLoad(option) {
this.mac = option.mac
this.storeId = option.storeId
this.qrResult = 'CTKG-' + option.mac
this.picflag = true
console.log(this.qrResult, option,'101010');
xBlufi.initXBlufi(1);
console.log("xBlufi", xBlufi.XMQTT_SYSTEM);
xBlufi.listenDeviceMsgEvent(true, this.funListenDeviceMsgEvent);
xBlufi.notifyStartDiscoverBle({
'isStart': true
});
//
setTimeout(() => {
xBlufi.notifyStartDiscoverBle({
'isStart': false
});
xBlufi.notifyConnectBle({
isStart: true,
deviceId: this.deviceId,
name: this.name
});
this.picflag = false
}, 3000)
},
onShow: function() {
// this.openBluetoothAdapter()
},
onUnload: function() {
xBlufi.listenDeviceMsgEvent(false, this.funListenDeviceMsgEvent);
xBlufi.notifyStartDiscoverBle({
'isStart': false
});
},
onHide(){
xBlufi.listenDeviceMsgEvent(false, this.funListenDeviceMsgEvent);
xBlufi.notifyStartDiscoverBle({
'isStart': false
});
},
onBeforeUnmount() {
xBlufi.listenDeviceMsgEvent(false, this.funListenDeviceMsgEvent);
xBlufi.notifyStartDiscoverBle({
'isStart': false
});
},
mounted() {
this.videoContext = uni.createVideoContext('myVideo', this)
},
methods: {
btnyc() {
this.titleflag = false
},
funListenDeviceMsgEvent: function(options) {
switch (options.type) {
case xBlufi.XBLUFI_TYPE.TYPE_GET_DEVICE_LISTS:
if (options.result) {
let devicesarr = options.data
console.log(devicesarr,'devicesarrdevicesarr');
devicesarr.forEach(device => {
const mac = device.name.substring(6);
if (device.name == this.qrResult) {
this.deviceId = device.deviceId
this.name = device.name
// this.$u.get(`/app/device/${mac}/isBind`, data).then((res) => {
// if (res.data == false) {
// this.devicesList.push(device);
// console.log(this.devicesList);
// let uniqueDevicesList = Array.from(new Set(this.devicesList));
// this.devicesList
this.devicesList = uniqueDevicesList;
// }
// })
}
});
}
break;
case xBlufi.XBLUFI_TYPE.TYPE_CONNECTED:
console.log("连接回调:" + JSON.stringify(options));
if (options.result) {
uni.hideLoading();
// uni.showToast({
// title: '',
// icon: 'none'
// });
{
console.log("连接回调options.data.deviceId" + options.data.deviceId,
"连接回调options.data.name" + options.data.name);
let name = ''
let index = this.name.indexOf('-');
if (index !== -1) {
name = this.name.slice(index + 1);
}
let data = {
storeId:this.storeId,
mac:this.mac
}
this.$u.put('/app/device/bind', data).then((res) => {
if (res.code == 200) {
uni.showToast({
title: '绑定成功',
icon: 'none',
duration: 2000
});
uni.removeStorageSync('mac');
let systemInfo = uni.getSystemInfoSync();
if (systemInfo.platform === 'android') {
// Android
uni.navigateTo({
url: '/page_components/wifilist/index?deviceId=' +
options.data.deviceId + '&name=' + options.data.name
})
} else if (systemInfo.platform === 'ios') {
// iOS
uni.navigateTo({
url: '/page_fenbao/device/wifivideo?deviceId=' +
options.data.deviceId + '&name=' + options.data.name
})
}
} else {
uni.showToast({
title: '该设备已被绑定',
icon: 'none',
duration: 2000
});
// uni.navigateBack()
}
})
}
}
break;
case xBlufi.XBLUFI_TYPE.TYPE_GET_DEVICE_LISTS_START:
if (!options.result) {
console.log("蓝牙未开启", options);
uni.showToast({
title: '蓝牙未开启,如有疑问请查看查看常见问题',
icon: 'none',
duration: 3000
});
} else {
this.searching = true
//
// _this.setData({
// searching: true
// });
}
break;
case xBlufi.XBLUFI_TYPE.TYPE_GET_DEVICE_LISTS_STOP:
if (options.result) {
let uniqueDevicesList = Array.from(new Set(this.devicesList));
// this.devicesList
this.devicesList = uniqueDevicesList;
let list = []
filteredDevices.forEach(device => {
// MAC MAC 6
let macFromName = device.name.substring(device.name.length - 12);
// console.log(macFromName);
// this.mac
this.$u.get(`/app/device/${macFromName}/isBind`).then((res) => {
if (res.data == false) {
list.push(device)
} else {
}
})
});
setTimeout(() => {
this.devicesList = list
}, 200)
console.log('蓝牙停止搜索ok');
} else {
//
console.log('蓝牙停止搜索失败');
}
this.searching = false
// _this.setData({
// searching: false
// });
break;
}
},
//4
createBLEConnection(e) {
xBlufi.notifyStartDiscoverBle({
'isStart': false
});
console.log(e, '蓝牙信息101010')
const deviceId = e.deviceId
this.Bluetoothmac = e.localName.substring(6) // mac
this.mac = e.localName.substring(6)
let name = e.name;
xBlufi.notifyConnectBle({
isStart: true,
deviceId: e.deviceId,
name: e.name
});
let that = this
uni.getLocation({
type: 'wgs84',
success: function(lb) {
console.log('位置信息', lb);
that.gps.lat = lb.latitude;
that.gps.lon = lb.longitude;
},
fail: function(error) {
console.error('获取位置信息失败:', error);
that.gps.lat = 0;
that.gps.lon = 0;
}
})
},
//
Search() {
uni.navigateBack()
},
//
btnhd() {
this.tishiflag = false
}
}
}
</script>
<style lang="scss">
page {
background-color: #F7FAFE !important;
}
.containers {
width: 100%;
height: 100vh;
position: fixed;
top: 0;
padding-top: 130rpx;
box-sizing: border-box;
left: 0;
z-index: 999 !important;
/* background-color: #fff; */
z-index: 99;
}
.pages {
// padding-top: 136rpx !important;
padding: 0 66rpx;
box-sizing: border-box;
}
// text{
// display: block;
// }
.sm {
color: #77808D;
border-radius: 0rpx 0rpx 0rpx 0rpx;
// margin-top: 48rpx;
display: inline-block;
}
.title {
margin-bottom: 84rpx;
image {
display: inline-block;
width: 48rpx;
height: 48rpx;
vertical-align: bottom;
margin-right: 10rpx;
}
text:nth-child(1) {
font-weight: 400;
font-size: 96rpx;
color: #262B37;
line-height: 88rpx;
text-align: left;
font-style: normal;
text-transform: none;
display: block;
margin-bottom: 48rpx;
}
}
.dblist {
display: flex;
width: 100%;
margin-top: 34rpx;
background: #FFFFFF;
box-shadow: 0rpx 10rpx 64rpx 0rpx rgba(0, 0, 0, 0.08);
padding: 20rpx 0 24rpx 18rpx;
box-sizing: border-box;
text-align: center;
border-radius: 10rpx;
.lt {
padding-left: 10rpx;
box-sizing: border-box;
margin-right: 38rpx;
image {
width: 42rpx;
// height: 112rpx;
}
}
.cen {
width: 370rpx;
padding-left: 10rpx;
box-sizing: border-box;
.name {
font-family: AlibabaPuHuiTi, AlibabaPuHuiTi;
font-weight: 400;
font-size: 32rpx;
color: #262B37;
line-height: 40rpx;
text-align: left;
font-style: normal;
text-transform: none;
margin-top: 10rpx;
}
.mac {
font-family: AlibabaPuHuiTi, AlibabaPuHuiTi;
font-weight: 400;
font-size: 24rpx;
color: #262B37;
line-height: 32rpx;
text-align: left;
font-style: normal;
text-transform: none;
margin-top: 16rpx;
}
}
.rt {
margin-top: 22rpx;
text {
display: inline-block;
width: 108rpx;
height: 60rpx;
background: rgba(255, 255, 255, 0);
border: 2rpx solid #8883F0;
filter: blur(0px);
border-radius: 20rpx;
text-align: center;
line-height: 60rpx;
color: #8883F0;
}
}
}
.anniu {
padding: 0 90rpx;
width: 100%;
box-sizing: border-box;
position: fixed;
left: 0;
bottom: 112rpx;
button {
background: #8883F0;
border-radius: 52rpx 52rpx 52rpx 52rpx;
color: #fff;
}
}
.mask {
width: 622rpx;
height: 710rpx;
background: #FFFFFF;
filter: blur(0px);
border-radius: 20rpx;
position: fixed;
top: 475rpx;
left: 50%;
transform: translateX(-50%);
padding-top: 38rpx;
padding-left: 60rpx;
padding-right: 60rpx;
box-sizing: border-box;
.titles {
font-size: 48rpx;
color: #262B37;
line-height: 70rpx;
text-align: center;
margin-bottom: 24rpx;
}
text {
display: block;
font-size: 32rpx;
color: #262B37;
line-height: 56rpx;
text-align: left;
}
button {
margin-top: 46rpx;
width: 266rpx;
height: 96rpx;
background: #8883F0;
border-radius: 52rpx 52rpx 52rpx 52rpx;
color: #fff;
text-align: center;
line-height: 96rpx;
}
}
</style>

View File

@ -0,0 +1,94 @@
<template>
<view class="page">
<u-navbar title="添加设备" :border-bottom="false" :background="bgc" title-color='#262B37' title-size='38'
height='50'></u-navbar>
<text class="title">IOS WIFI连接教程</text>
<text class="wb">系统检测到您为苹果手机需进wiFi设置页获取最新WIFI后返回</text>
<view class="wifivideo">
<video :src="videosrc"></video>
</view>
<button @click="btnxyb">下一步</button>
</view>
</template>
<script>
export default {
data() {
return {
options: '',
deviceId: '',
name: '',
videosrc:'https://lxnapi.ccttiot.com/FjAFeRSQNx3FUuU6eH61dHAconzA'
}
},
onLoad(option) {
console.log(option, 'opopop')
this.deviceId = option.deviceId
this.name = option.name
},
methods: {
btnxyb() {
uni.navigateTo({
url: '/page_components/wifilist/index?deviceId=' + this.deviceId + '&name=' + this.name
})
}
}
}
</script>
<style lang="less">
.page {
width: 100%;
padding: 0 20rpx;
box-sizing: border-box;
padding-top: 50rpx;
padding-bottom: 30rpx;
.title {
font-size: 80rpx;
color: #666;
}
.wb {
color: #666;
display: block;
font-size: 34rpx;
margin-top: 30rpx;
}
.wifivideo {
// width: 100%;
margin-top: 30rpx;
width: 100%;
height: 63vh;
padding-bottom: 56.25%;
position: relative;
video {
// width: 100%;
// height: 90vh;
border-radius: 20rpx;
position: absolute;
width: 100%;
height: 100%;
object-fit: cover;
}
}
}
button {
// position: fixed;
// left: 50%;
// transform: translateX(-50%);
// bottom: 50rpx;
//margin-top: -100rpx;
padding: 10rpx 0;
box-sizing: border-box;
background-color: #8883F0;
border-radius: 20rpx;
font-weight: 700;
font-size: 20px;
width: 100%;
color: #fff;
margin-top: 30rpx;
}
</style>