diff --git a/common/http.interceptor.js b/common/http.interceptor.js index efb253b..7b25644 100644 --- a/common/http.interceptor.js +++ b/common/http.interceptor.js @@ -19,9 +19,9 @@ const install = (Vue, vm) => { // }, // }); - Vue.prototype.$u.http.setConfig({ + Vue.prototype.$u.http.setConfig({ // baseUrl: 'http://192.168.2.143:10002', - baseUrl: 'https://kg.chuantewulian.cn/prod-api', + baseUrl: 'https://kg.chuangtewl.com/prod-api', loadingText: '努力加载中~', loadingTime: 1000, // 设置自定义头部content-type @@ -123,11 +123,11 @@ const install = (Vue, vm) => { // }) uni.setStorageSync('token', res.token) } - }); + }) } }, - }); + }) } return res; diff --git a/page_components/bindsz.vue b/page_components/bindsz.vue index 6982fbd..55ddac2 100644 --- a/page_components/bindsz.vue +++ b/page_components/bindsz.vue @@ -38,7 +38,7 @@ - 类型 + 型号 @@ -61,14 +61,14 @@ 套餐设置 - - + + {{taocan.length > 5 ? taocan.slice(0,5) + '...' : taocan}} - 店铺名称 + 归属店铺 @@ -223,7 +223,8 @@ mac:'', name:'', deviceId:'', - isMch:false + isMch:false, + taocan:'' } }, onLoad(option) { @@ -234,8 +235,10 @@ this.gettanc() }, onShow() { + this.taocan = '' this.getgroup() this.getuserinfo() + this.getao() }, // 分享到好友(会话) onShareAppMessage: function () { @@ -254,6 +257,17 @@ } }, methods: { + getao(){ + this.$u.get(`/app/suit/listByDeviceId/${this.id}`).then(res => { + if(res.code == 200){ + if(res.data.length > 0){ + res.data.forEach(item => { + this.taocan += item.name + ',' + }) + } + } + }) + }, // 点击设置套餐 btntc(){ uni.navigateTo({ diff --git a/page_components/newtaocan.vue b/page_components/newtaocan.vue index 8bb9e89..61beda9 100644 --- a/page_components/newtaocan.vue +++ b/page_components/newtaocan.vue @@ -7,14 +7,17 @@ - {{item.name}}(通电时长:{{item.value}} 分钟 ¥{{item.price}} + {{item.name}}(通电时长:{{item.value}} 分钟 ¥{{item.price}} - {{item.description.length > 20 ? item.description.substring(0, 20) + '...' : item.description}} + {{item.description.length > 20 ? item.description.substring(0, 20) + '...' : item.description}} @@ -43,7 +43,7 @@ {{item.SSID}} - {{item.BSSID}} + - 手动输入WIFI + 手动输入WiFi 下一步 @@ -297,7 +297,7 @@ display: inline-block; margin-top: 10rpx; width: 50rpx; - height: 46rpx; + height: 42rpx; } } .annius{ @@ -307,8 +307,8 @@ transform: translateX(-50%); bottom: 50rpx; border-radius: 52rpx 52rpx 52rpx 52rpx; - font-weight: 700; - font-size: 20px; + // font-weight: 700; + font-size: 38rpx; width: 90%; view{ color: #FFFFFF; @@ -446,6 +446,7 @@ view { height: 40rpx; + margin-top: 20rpx; } .wz { @@ -467,7 +468,7 @@ .device-list-title { color: #50565a; - font-size: 96rpx; + font-size: 86rpx; font-family: SourceHanSansCN; margin-top: 100rpx; } diff --git a/page_fenbao/chongzhi.vue b/page_fenbao/chongzhi.vue index 0baa449..ccae176 100644 --- a/page_fenbao/chongzhi.vue +++ b/page_fenbao/chongzhi.vue @@ -350,18 +350,13 @@ }, bind() { if (this.ishave && this.isband) { - let that = this setTimeout(() => { uni.switchTab({ url: '/pages/index/index' }) }, ) - - - } - }, // 解析自定义数据 parseCustomData(data) { @@ -418,7 +413,6 @@ // icon: 'none' // }); { - xBlufi.notifyInitBleEsp32({ deviceId: this.deviceId }); diff --git a/page_fenbao/statulist/myshop/shopxx/index.vue b/page_fenbao/statulist/myshop/shopxx/index.vue index b3ffffa..0d33184 100644 --- a/page_fenbao/statulist/myshop/shopxx/index.vue +++ b/page_fenbao/statulist/myshop/shopxx/index.vue @@ -97,7 +97,7 @@ export default { data() { return { - checked:false, + checked:true, params: { hour: true, minute: true, diff --git a/page_fenbao/zhuce.vue b/page_fenbao/zhuce.vue index 8747cb4..b29d1ed 100644 --- a/page_fenbao/zhuce.vue +++ b/page_fenbao/zhuce.vue @@ -316,9 +316,9 @@ xBlufi.notifyStartDiscoverBle({ 'isStart': false }); - console.log(e, '蓝牙信息101010') + // console.log(e, '蓝牙信息101010') this.mac = e.name.substring(5) - console.log(this.mac, '54545454'); + // console.log(this.mac, '54545454'); // xBlufi.notifyConnectBle({ // isStart: true, // deviceId: e.deviceId, @@ -332,15 +332,15 @@ this.$u.post('/app/device', data).then((res) => { if (res.code == 200) { uni.showToast({ - title: '录入成功', + title: '设备录入成功', icon: 'success', - duration: 2000 - }) + duration: 2000 + }) this.mengcflag = false uni.hideLoading() setTimeout(()=>{ uni.navigateBack() - },500) + },2000) uni.removeStorageSync('mac'); // uni.showModal({ // title: '提示', @@ -371,7 +371,7 @@ }, // 点击重新搜索 Search() { - console.log(1); + // console.log(1); // if (this.status) { xBlufi.notifyStartDiscoverBle({ 'isStart': true diff --git a/page_user/mapditu/index.vue b/page_user/mapditu/index.vue index cf29405..f128290 100644 --- a/page_user/mapditu/index.vue +++ b/page_user/mapditu/index.vue @@ -28,21 +28,21 @@ - {{listobj.name}} + {{listobj.name == undefined ? '--' : listobj.name}} - {{listobj.address}} + {{listobj.address == undefined ? '--' : listobj.address}} - 共享时间:{{listobj.businessTimeStart}}-{{listobj.businessTimeEnd}} {{listobj.availableDeviceCount}}台可共享 - 本店共有{{listobj.deviceCount}}台共享设备 + 本店共有{{listobj.deviceCount == undefined ? '--' : listobj.deviceCount}}台共享设备 查看 diff --git a/page_user/sbdetail.vue b/page_user/sbdetail.vue index 6339ab6..2cf10f0 100644 --- a/page_user/sbdetail.vue +++ b/page_user/sbdetail.vue @@ -86,7 +86,7 @@ - 充值记录 + 充值记录 @@ -122,7 +122,7 @@ - 收费方式 + 收费方式 @@ -328,16 +328,17 @@ // 开启和关闭 btnkq(){ if(this.tdtxt == '开启'){ - this.$u.put(`/app/device/${this.id}/changePower?status=1`).then((res) => { + this.$u.put(`/app/device/${this.id}/changePower?status=0`).then((res) => { if (res.code == 200) { this.tdtxt = '关闭' - this.checked = true + this.checked = false uni.showToast({ title: res.msg, icon: 'success', duration: 2000 }) }else{ + this.checked = false uni.showToast({ title: res.msg, icon: 'none', @@ -346,9 +347,9 @@ } }) }else{ - this.$u.put(`/app/device/${this.id}/changePower?status=0`).then((res) => { + this.$u.put(`/app/device/${this.id}/changePower?status=1`).then((res) => { if (res.code == 200) { - this.checked = false + this.checked = true this.tdtxt = '开启' uni.showToast({ title: res.msg, @@ -356,6 +357,7 @@ duration: 2000 }) }else{ + this.checked = false uni.showToast({ title: res.msg, icon: 'none', @@ -446,31 +448,38 @@ this.startTimer() } } + if(res.data.powerStatus == 0){ + this.checked = false + this.tdtxt = '关闭' + }else{ + this.checked = true + this.tdtxt = '开启' + } this.loadings = true } - }); + }) }, startTimer() { this.timer = setInterval(() => { if (this.timeday.seconds > 0) { - this.timeday.seconds--; + this.timeday.seconds-- } else if (this.timeday.minutes > 0) { - this.timeday.seconds = 59; // 重置秒数为59 - this.timeday.minutes--; + this.timeday.seconds = 59 // 重置秒数为59 + this.timeday.minutes-- } else if (this.timeday.hours > 0) { - this.timeday.minutes = 59; // 重置分钟数为59 - this.timeday.hours--; - this.timeday.seconds = 0; // 同时重置秒数为0 + this.timeday.minutes = 59 // 重置分钟数为59 + this.timeday.hours-- + this.timeday.seconds = 0 // 同时重置秒数为0 } else if (this.timeday.days > 0) { - this.timeday.hours = 23; // 重置小时数为23 - this.timeday.minutes = 59; // 重置分钟数为59 - this.timeday.seconds = 0; // 重置秒数为0 - this.timeday.days--; + this.timeday.hours = 23 // 重置小时数为23 + this.timeday.minutes = 59 // 重置分钟数为59 + this.timeday.seconds = 0 // 重置秒数为0 + this.timeday.days-- } else { // 所有时间单位都已减为0,停止定时器 - clearInterval(this.timer); + clearInterval(this.timer) this.timer = null; - console.log('时间已到期'); + // console.log('时间已到期') } }, 1000); // 每秒执行一次 }, @@ -499,7 +508,7 @@ } else { stause = 1 } - console.log(stause, 'stausestause'); + // console.log(stause, 'stausestause'); this.$u.put(`/app/device/${this.deviceInfo.deviceId}/changePower?status=` + stause).then((res) => { // this.$forceUpdate() if (res.code == 200) { @@ -559,6 +568,8 @@ duration: 2000 }) that.getDevice(that.id) + this.checked = false + this.tdtxt = '关闭' } else if (res.msg == '设备剩余时间不足,无需归零') { uni.showToast({ title: '设备剩余时间不足,无需归零', @@ -624,7 +635,10 @@ url: '/page_user/setting?id=' + this.id }) } else if (num == 5) { - console.log(this.deviceId,'idididididdidii'); + uni.showLoading({ + title: '蓝牙连接中...' + }) + // console.log(this.deviceId,'idididididdidii'); if(this.deviceId == ''){ xBlufi.initXBlufi(1); xBlufi.listenDeviceMsgEvent(true, this.funListenDeviceMsgEvent); @@ -636,8 +650,7 @@ setTimeout(() => { xBlufi.notifyStartDiscoverBle({ 'isStart': false - }); - + }) xBlufi.notifyConnectBle({ isStart: true, deviceId: this.deviceId, @@ -704,15 +717,15 @@ } this.$u.put('/app/device/bind', data).then((res) => { if (res.code == 200) { - uni.showToast({ - title: '绑定成功', - icon: 'none', - duration: 2000 - }) + // uni.showToast({ + // title: '绑定成功', + // icon: 'none', + // duration: 2000 + // }) uni.hideLoading(); uni.removeStorageSync('mac'); let systemInfo = uni.getSystemInfoSync(); - if (systemInfo.platform == 'android') { + if (systemInfo.platform == 'android') { // 当前设备是 Android uni.navigateTo({ url: '/page_components/wifilist/index?deviceId=' +this.deviceId + '&name=' +this.name @@ -723,19 +736,23 @@ url: '/page_fenbao/device/wifivideo?deviceId=' +this.deviceId + '&name=' +this.name }) } - }else if(res.msg == '设备编号和mac不能同时为空'){ + }else { + if(res.msg == '设备编号和mac不能同时为空'){ + uni.hideLoading() + uni.showToast({ + title: '未找到设备', + icon: 'none', + duration: 2000 + }) + } else { + uni.hideLoading() uni.showToast({ - title: '未找到设备', + title:res.msg, icon: 'none', duration: 2000 - }); - } else { - uni.showToast({ - title:res.msg, - icon: 'none', - duration: 2000 - }); - // uni.navigateBack() + }) + // uni.navigateBack() + } } }) } @@ -746,7 +763,7 @@ }, trueje(){ if (this.timer) { - clearInterval(this.timer); + clearInterval(this.timer) this.timer = null; } let id = this.deviceInfo.deviceId @@ -811,18 +828,16 @@ // console.log("文件读取中", options.data); break; case xBlufi.XBLUFI_TYPE.TYPE_RECIEVE_CUSTON_DATA: - let ver_data = this.parseCustomData(options.data) this.setMode = Math.floor(ver_data.setMode / 60) - console.log("1收到设备发来的自定义数据结果:", ver_data,this.setMode); + console.log("1收到设备发来的自定义数据结果:", ver_data,this.setMode) break; - 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(5); + const mac = device.name.substring(5) if (device.name == this.qrResult) { this.deviceId = device.deviceId this.name = device.name @@ -848,17 +863,20 @@ } } else { uni.hideLoading() - uni.showToast({ - title: '设备离线或不在范围内', - icon: 'none', - duration: 2000 - }) + // uni.showToast({ + // title: '设备离线或不在范围内', + // icon: 'none', + // duration: 2000 + // }) } break; case xBlufi.XBLUFI_TYPE.TYPE_GET_DEVICE_LISTS_START: if (!options.result) { + setTimeout(()=>{ + uni.hideLoading() + },3000) console.log("蓝牙未开启", options); // uni.showToast({ // title: '蓝牙未开启', diff --git a/page_user/wifijoint/index.vue b/page_user/wifijoint/index.vue index d5239eb..a3ad294 100644 --- a/page_user/wifijoint/index.vue +++ b/page_user/wifijoint/index.vue @@ -7,7 +7,7 @@ WIFI连接 - 请选择您的WiFi网络详细信息 + 请输入您的WiFi名称和密码 @@ -282,7 +282,7 @@ .device-list-title { color: #50565a; - font-size: 96rpx; + font-size: 86rpx; font-family: SourceHanSansCN; // margin-top: 100rpx; } diff --git a/pages/index/index.vue b/pages/index/index.vue index 81b9461..3f877f2 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -1,6 +1,6 @@