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 @@
-
+
- 设备规格
-
-
- 尺寸:{{obj.size == undefined ? '--' : obj.size}}
-
-
- 面料:{{obj.fabric == undefined ? '--' : obj.fabric}}
-
-
- 填充物:{{obj.fill == undefined ? '--' : obj.fill}}
-
-
- 设备地址:{{obj.storeName == undefined ? '' : obj.storeName}} {{obj.room == undefined ? '--' : obj.room}}
+ 功能介绍
+
+ 活动时间防护额翻江倒海剪发卡都发话东风湖恶妇活动经费呵呵核打击防护好大家复合地基阿加莎打开就是大街上打卡机就啊实打实大家hiu文化大精神会计师大数据都很好绝大部分合计等哈可接受的户外i很大刷卡机和含税单价和我iU盾哈刷卡机鼎汉技术孤岛惊魂上东国际花洒山东高速结婚蛋糕
+
+
+
+ 设备地址
+
+
+ {{obj.storeAddress == undefined ? '' : obj.storeAddress}}
+
+
+ {{obj.storeName == undefined ? '' : obj.storeName}} {{obj.room == undefined ? '--' : obj.room}}
+
+
我已同意
- 《用户服务协议》
+ 《用户服务协议》
立即支付
@@ -273,7 +275,12 @@
// }
// }, 2000)
// },
-
+ // 点击协议跳转
+ btnxieyi(){
+ uni.navigateTo({
+ url: '/page_fenbao/shiyong?tit=' + '用户服务协议'
+ })
+ },
// 获取设备套餐列表
getlist() {
@@ -884,17 +891,20 @@
.shuom {
width: 650rpx;
- height: 332rpx;
+ height: 100%;
background: #FFFFFF;
box-shadow: 0rpx 16rpx 40rpx 0rpx rgba(42, 130, 228, 0.1);
filter: blur(0px);
margin: auto;
- margin-top: 98rpx;
+ margin-top: 50rpx;
border-radius: 20rpx;
- padding-top: 32rpx;
- padding-left: 36rpx;
+ padding: 20rpx;
box-sizing: border-box;
-
+ .cont{
+ margin-top: 10rpx;
+ max-height: 142rpx;
+ overflow: scroll;
+ }
.shuomtit {
font-weight: 700;
font-size: 34rpx;
@@ -992,7 +1002,7 @@
line-height: 84rpx;
font-size: 36rpx;
color: #FFFFFF;
- margin-top: 10rpx;
+ margin-top: 20rpx;
}
}
diff --git a/page_user/mydetail.vue b/page_user/mydetail.vue
index b1a6f36..8e4a196 100644
--- a/page_user/mydetail.vue
+++ b/page_user/mydetail.vue
@@ -7,7 +7,7 @@
剩余时长
- {{formattedTime}}
+ {{detailobj.isUsing == true ? formattedTime : 0}}
@@ -83,6 +83,45 @@
+
+
+ 临时开关
+
+
+
+
+
+
+
+
+
+ 温馨提示
+
+
+
+
+
+ 结束订单后,设备也将被关闭
+ 套餐费用不予退还,是否结束?
+
+
+
+ 取消
+
+
+ 确定
+
+
+
+
+
+
+
+ 结束订单
+
+
删除订单
@@ -91,6 +130,42 @@
+
+
+
+ 设备已离线,正在连接该设备蓝牙
+
+
+ 请将手机与设备尽量靠近,连接成功后可操作
+
+
+
+
+
+
+
+
+ 蓝牙连接失败
+
+
+ 请确保手机足够靠近设备
+
+
+ 并且设备处于上电状态
+
+
+
+ 取消
+
+
+ 重新连接
+
+
+
+
+
+
@@ -99,6 +174,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({