diff --git a/common/http.interceptor.js b/common/http.interceptor.js index 134b800..c3a0345 100644 --- a/common/http.interceptor.js +++ b/common/http.interceptor.js @@ -20,8 +20,8 @@ const install = (Vue, vm) => { // }, // }); Vue.prototype.$u.http.setConfig({ - baseUrl: 'http://192.168.2.81:3302', - // baseUrl: 'https://kang.chuangtewl.com/prod-api', + // baseUrl: 'http://192.168.2.81:3302', + baseUrl: 'https://kang.chuangtewl.com/prod-api', loadingText: '努力加载中~', loadingTime: 800, // 设置自定义头部content-type diff --git a/components/blufi/xBlufi-wx-impl.js b/components/blufi/xBlufi-wx-impl.js index b0a5566..ef1a3f3 100644 --- a/components/blufi/xBlufi-wx-impl.js +++ b/components/blufi/xBlufi-wx-impl.js @@ -1145,7 +1145,7 @@ function init() { // && devices.devices[0].name != 'SMART_R2XS' // && devices.devices[0].name != 'SMART_R2XS' // ) - if (devices.devices[0].name.indexOf("CTKG") != -1 || devices.devices[0].name.indexOf("CTPO") != -1 || devices.devices[0].name.indexOf("BBLE") != -1){ + if (devices.devices[0].name.indexOf("CCYK") != -1 || devices.devices[0].name.indexOf("BBLE") != -1){ // console.log("跳过",devices.devices[0].name) // isnotexist = false; isnotexist = true; diff --git a/page_fenbao/shiyong.vue b/page_fenbao/shiyong.vue index b45f0be..324010b 100644 --- a/page_fenbao/shiyong.vue +++ b/page_fenbao/shiyong.vue @@ -1,7 +1,7 @@ @@ -276,6 +744,183 @@ background: #F4F5F7; } + .bluetoothbox { + width: 100%; + height: 100vh; + background-color: #f4f1f6; + position: fixed; + top: 0; + left: 0; + z-index: 99; + text-align: center; + + .img { + margin-top: 400rpx; + width: 320rpx; + height: 320rpx; + } + + .one { + font-size: 36rpx; + color: #000; + } + + .two { + margin-top: 30rpx; + font-size: 24rpx; + color: #ccc; + } + + .thr { + margin-top: 30rpx; + font-size: 28rpx; + color: #ccc; + } + + .anfour { + display: flex; + margin-top: 30rpx; + justify-content: space-between; + padding: 0 220rpx; + box-sizing: border-box; + + .qx { + width: 100rpx; + height: 70rpx; + line-height: 70rpx; + text-align: center; + border: 1px solid #3D3D3D; + border-radius: 10rpx; + } + + .cx { + width: 200rpx; + height: 70rpx; + line-height: 70rpx; + text-align: center; + background-color: #8883F0; + color: #fff; + border-radius: 10rpx; + } + } + + .stop { + font-size: 36rpx; + color: #000; + margin-top: 380rpx; + } + + .xtop { + margin-top: 30rpx; + font-size: 24rpx; + color: #ccc; + } + + .xqx { + width: 530rpx; + height: 90rpx; + line-height: 90rpx; + border-radius: 20rpx; + text-align: center; + background-color: #fff; + margin: auto; + margin-top: 200rpx; + } + + image { + width: 500rpx; + height: 500rpx; + margin-top: 100rpx; + } + } + + .jieshu { + width: 500rpx; + height: 530rpx; + border-radius: 20rpx; + padding: 20rpx; + box-sizing: border-box; + position: fixed; + top: 30%; + left: 50%; + transform: translateX(-50%); + background-color: #fff; + z-index: 2; + + .tishi { + font-size: 32rpx; + width: 100%; + text-align: center; + } + + .img { + width: 100%; + text-align: center; + + image { + width: 260rpx; + height: 260rpx; + } + } + + .shuom { + width: 100%; + padding: 0 20rpx; + box-sizing: border-box; + text-align: center; + } + + .anniu { + display: flex; + justify-content: space-between; + align-items: center; + margin-top: 30rpx; + + .qux { + text-align: center; + width: 100%; + font-size: 30rpx; + height: 80rpx; + line-height: 80rpx; + border-top: 1px solid #ccc; + border-right: 1px solid #ccc; + } + + .qued { + text-align: center; + width: 100%; + font-size: 30rpx; + height: 80rpx; + line-height: 80rpx; + border-top: 1px solid #ccc; + } + } + } + + .lishi { + width: 100%; + height: 110rpx; + background-color: #fff; + padding: 24rpx; + box-sizing: border-box; + margin-top: 30rpx; + border-radius: 20rpx; + display: flex; + justify-content: space-between; + align-items: center; + + .lt { + font-size: 32rpx; + } + + .rt { + image { + width: 160rpx; + height: 80rpx; + } + } + } + .del { position: fixed; bottom: 100rpx; @@ -283,7 +928,7 @@ transform: translateX(-50%); // background-color: #fff; // background: linear-gradient(to right, #FFEFEF 20%, #D9F6FF 100%); - background-color: red; + background-color: rgb(162, 91, 91); padding-left: 50rpx; padding-right: 50rpx; width: 650rpx; @@ -297,6 +942,36 @@ border-radius: 50rpx; } + .dels { + position: fixed; + bottom: 200rpx; + left: 50%; + transform: translateX(-50%); + background-color: rgb(126, 126, 126); + padding-left: 50rpx; + padding-right: 50rpx; + width: 650rpx; + height: 84rpx; + // background: red; + filter: blur(0px); + text-align: center; + line-height: 84rpx; + font-size: 36rpx; + color: #fff; + border-radius: 50rpx; + } + + .mask { + width: 100%; + height: 100vh; + position: fixed; + top: 0; + left: 0; + background-color: #000; + opacity: .6; + z-index: 1; + } + .page { width: 750rpx; height: 100vh; diff --git a/pages/index/index.vue b/pages/index/index.vue index e0fa92d..8f0e6d4 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -12,18 +12,18 @@ src="https://api.ccttiot.com/smartmeter/img/static/uEAmNMMt65U10qwijrsJ" mode=""> - + 您有正在使用中的设备... - - + + + @click.stop="btnitem(item.billId)"> {{item.deviceName}} @@ -366,10 +366,11 @@ }, // 点击显示使用中设备 btnorder() { - this.listflag = true - }, - btnorders() { - this.listflag = false + if(this.listflag == true){ + this.listflag = false + }else{ + this.listflag = true + } }, btnswiper(item) { @@ -527,7 +528,7 @@ if (this.wangluo = true) { //判断是否有网络在进行点击 if (num == 2) { uni.navigateTo({ - url: '/page_fenbao/shiyong' + url: '/page_fenbao/shiyong?tit=' + '使用说明' }) } else if (num == 3) { uni.navigateTo({