解决一直加载问题

pull/4/head
pangdundun 2023-10-07 16:53:26 +08:00
parent aaa4a9afda
commit 03e52f9e35
12 changed files with 126 additions and 92 deletions

View File

@ -14,8 +14,10 @@ export const myRequest = (options) => {
data: options.data || {},
success: (res) => {
resolve(res.data)
if(res.data.code==200){
if (res.data.code == 401) {
}
else if (res.data.code == 401) {
uni.reLaunch({
url: '/pages/login/login'
@ -32,6 +34,14 @@ export const myRequest = (options) => {
}
});
}else{
uni.hideLoading()
uni.stopPullDownRefresh();
uni.showToast({
icon:'none',
title: res.data.msg,
duration: 2000,
})
}
// 接口成功可以在此写成功需要的步骤
if (res.data.code != 1) {

View File

@ -59,12 +59,14 @@
</view>
<view class="bottom">
<view class="btn-1" :class="inputData['30'] == 1 || inputData['30'] == 3 ? 'in' : 'out'">
<image v-if="inputData['30'] == 1 || inputData['30'] == 3" src="../../static/in-sel.png" mode=""></image>
<image v-if="inputData['30'] == 1 || inputData['30'] == 3" src="../../static/in-sel.png"
mode=""></image>
<image v-else src="../../static/in.png" mode=""></image>
<text>进水泵</text>
</view>
<view class="btn-2" :class="inputData['30'] == 2 || inputData['30'] == 3 ? 'in' : 'out'">
<image v-if="inputData['30'] == 2 || inputData['30'] == 3" src="../../static/out-sel.png" mode=""></image>
<image v-if="inputData['30'] == 2 || inputData['30'] == 3" src="../../static/out-sel.png"
mode=""></image>
<image v-else src="../../static/out.png" mode=""></image>
<text>配肥泵</text>
</view>
@ -90,7 +92,8 @@
</view>
</view>
<u-popup v-model="show" mode="center" :mask-close-able='false' width="640rpx" height="880rpx" :closeable='false'>
<u-popup v-model="show" mode="center" :mask-close-able='false' width="640rpx" height="880rpx"
:closeable='false'>
<view class="contentPop">
<view class="contentPop_box">
<view class="title">
@ -112,7 +115,8 @@
手动启动时间
<view class="irrigate_input">
<input v-model="inputData1[10 + (indexs - 1) + '01']"
@blur="changeData10(10 + (indexs - 1) + '01', $event)" type="digit" placeholder="0" step="0.1" />
@blur="changeData10(10 + (indexs - 1) + '01', $event)" type="digit" placeholder="0"
step="0.1" />
<!-- <u-input v-model="inputData[10 + (indexs - 1) + '01']" type="text" :border="false" input-align='center'
height='66' :clearable='false' /> -->
</view>
@ -312,7 +316,8 @@
uni.stopPullDownRefresh();
this.inputData1 = res.data;
this.getType00();
this.inputData1[10 + (this.indexs - 1) + '01']=this.countData10(this.inputData1[10 + (this.indexs - 1) + '01'])
this.inputData1[10 + (this.indexs - 1) + '01'] = this.countData10(this.inputData1[10 + (
this.indexs - 1) + '01'])
console.log(this.inputData1[10 + (this.indexs - 1) + '01'], 111);
} else {
that.$refs.uToast.show({
@ -1028,6 +1033,7 @@
border: 2px solid #E1E2E6;
border-radius: 10rpx;
margin: 0 15rpx;
>input {
width: 100%;
height: 100%;

View File

@ -326,7 +326,7 @@
url: this.api.getFs_rtdata + "?equipmentId=" + i.deviceId,
method: 'post',
}).then(res => {
// console.log(res, '');
console.log(res, '主页查看施肥机实时数据');
if(res.code == 200){
uni.hideLoading({
title: '完成'
@ -334,7 +334,11 @@
uni.stopPullDownRefresh();
i.childList= res.data;
// console.log(this.waterAndFertilizerParamsList);
}else{
}
}).catch(err=>{
console.log('接口失败');
})
})

View File

@ -112,7 +112,7 @@
}).then(res => {
console.log(res, '退出');
if (res.code == 200) {
uni.navigateTo({
uni.reLaunch({
url: '/pages/login/login'
});
uni.removeStorage({

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -12029,7 +12029,7 @@ var myRequest = function myRequest(options) {
data: options.data || {},
success: function success(res) {
resolve(res.data);
if (res.data.code == 401) {
if (res.data.code == 200) {} else if (res.data.code == 401) {
uni.reLaunch({
url: '/pages/login/login'
});
@ -12042,6 +12042,14 @@ var myRequest = function myRequest(options) {
});
}
});
} else {
uni.hideLoading();
uni.stopPullDownRefresh();
uni.showToast({
icon: 'none',
title: res.data.msg,
duration: 2000
});
}
// 接口成功可以在此写成功需要的步骤
if (res.data.code != 1) {

View File

@ -360,6 +360,10 @@ var _methods;
//
//
//
//
//
//
//
var _default = {
data: function data() {
return {

View File

@ -772,7 +772,7 @@ var _default = {
url: _this.api.getFs_rtdata + "?equipmentId=" + i.deviceId,
method: 'post'
}).then(function (res) {
// console.log(res, '主页查看施肥机实时数据');
console.log(res, '主页查看施肥机实时数据');
if (res.code == 200) {
uni.hideLoading({
title: '完成'
@ -780,7 +780,9 @@ var _default = {
uni.stopPullDownRefresh();
i.childList = res.data;
// console.log(this.waterAndFertilizerParamsList);
}
} else {}
}).catch(function (err) {
console.log('接口失败');
});
});
}

View File

@ -140,7 +140,7 @@ var _default = {
}).then(function (res) {
console.log(res, '退出');
if (res.code == 200) {
uni.navigateTo({
uni.reLaunch({
url: '/pages/login/login'
});
uni.removeStorage({