This commit is contained in:
3321822538@qq.com 2024-08-20 17:59:52 +08:00
parent 668ea4b48f
commit faab3bb12b
4 changed files with 10 additions and 4 deletions

View File

@ -19,8 +19,8 @@ const install = (Vue, vm) => {
// },
// });
Vue.prototype.$u.http.setConfig({
baseUrl: 'http://192.168.2.143:10002',
// baseUrl: 'https://kg.chuangtewl.com/prod-api',
// baseUrl: 'http://192.168.2.143:10002',
baseUrl: 'https://kg.chuangtewl.com/prod-api',
// loadingText: '努力加载中~',
// loadingTime: 1000,
// 设置自定义头部content-type

View File

@ -1058,6 +1058,7 @@
width: 100%;
text-align: center;
margin-top: 30rpx;
font-size: 32rpx;
}
.truebtn{
display: flex;
@ -1078,6 +1079,11 @@
.jieshu {
width: 558rpx;
height: 90rpx;
text{
width: 558rpx;
height: 90rpx;
display: block;
}
line-height: 90rpx;
background: #8883F0;
border-radius: 54rpx 54rpx 54rpx 54rpx;

View File

@ -303,7 +303,7 @@
})
} else if (res.data == 1) {
// console.log(111);
uni.showModal({
uni.showModal({
title: '提示',
content: '该设备未绑定,你需进行绑定吗?',
success: function(res) {

View File

@ -776,7 +776,7 @@
value:this.feeType == 3 || this.feeType == 4 ? (this.duvalue = null) : this.duvalue,
price: this.qianvalue,
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,
feeMode: this.feeMode,
feeType: this.feeType,