This commit is contained in:
@fawn-nine
2024-06-26 16:20:46 +08:00
parent ac9364bbf6
commit f507cae272
8 changed files with 84 additions and 51 deletions

View File

@@ -280,10 +280,17 @@
this.status = 3 // 暂无数据
}
console.log('status', this.status)
this.flag = true
}
this.flag = true
}).catch(e => {
this.flag = true
console.log(e, '数据报错')
this.status = 3
uni.showToast({
title:`获取数据失败`,
icon:'error'
})
});
},
// 跳转