开关
This commit is contained in:
parent
668ea4b48f
commit
faab3bb12b
|
@ -19,8 +19,8 @@ const install = (Vue, vm) => {
|
||||||
// },
|
// },
|
||||||
// });
|
// });
|
||||||
Vue.prototype.$u.http.setConfig({
|
Vue.prototype.$u.http.setConfig({
|
||||||
baseUrl: 'http://192.168.2.143:10002',
|
// baseUrl: 'http://192.168.2.143:10002',
|
||||||
// baseUrl: 'https://kg.chuangtewl.com/prod-api',
|
baseUrl: 'https://kg.chuangtewl.com/prod-api',
|
||||||
// loadingText: '努力加载中~',
|
// loadingText: '努力加载中~',
|
||||||
// loadingTime: 1000,
|
// loadingTime: 1000,
|
||||||
// 设置自定义头部content-type
|
// 设置自定义头部content-type
|
||||||
|
|
|
@ -1058,6 +1058,7 @@
|
||||||
width: 100%;
|
width: 100%;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin-top: 30rpx;
|
margin-top: 30rpx;
|
||||||
|
font-size: 32rpx;
|
||||||
}
|
}
|
||||||
.truebtn{
|
.truebtn{
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -1078,6 +1079,11 @@
|
||||||
.jieshu {
|
.jieshu {
|
||||||
width: 558rpx;
|
width: 558rpx;
|
||||||
height: 90rpx;
|
height: 90rpx;
|
||||||
|
text{
|
||||||
|
width: 558rpx;
|
||||||
|
height: 90rpx;
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
line-height: 90rpx;
|
line-height: 90rpx;
|
||||||
background: #8883F0;
|
background: #8883F0;
|
||||||
border-radius: 54rpx 54rpx 54rpx 54rpx;
|
border-radius: 54rpx 54rpx 54rpx 54rpx;
|
||||||
|
|
|
@ -303,7 +303,7 @@
|
||||||
})
|
})
|
||||||
} else if (res.data == 1) {
|
} else if (res.data == 1) {
|
||||||
// console.log(111);
|
// console.log(111);
|
||||||
uni.showModal({
|
uni.showModal({
|
||||||
title: '提示',
|
title: '提示',
|
||||||
content: '该设备未绑定,你需进行绑定吗?',
|
content: '该设备未绑定,你需进行绑定吗?',
|
||||||
success: function(res) {
|
success: function(res) {
|
||||||
|
|
|
@ -776,7 +776,7 @@
|
||||||
value:this.feeType == 3 || this.feeType == 4 ? (this.duvalue = null) : this.duvalue,
|
value:this.feeType == 3 || this.feeType == 4 ? (this.duvalue = null) : this.duvalue,
|
||||||
price: this.qianvalue,
|
price: this.qianvalue,
|
||||||
description: this.description,
|
description: this.description,
|
||||||
timeUnit: this.feeType == 3 || this.feeType == 4 ? (this.timeUnit = null) : this.timeUnit,
|
timeUnit: this.feeType == 3 || this.feeType == 4 || this.feeType == 2 ? (this.timeUnit = null) : this.timeUnit,
|
||||||
deviceIds: arrs,
|
deviceIds: arrs,
|
||||||
feeMode: this.feeMode,
|
feeMode: this.feeMode,
|
||||||
feeType: this.feeType,
|
feeType: this.feeType,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user