diff --git a/CHANGELOG.md b/CHANGELOG.md index 093ccfa..582842c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -127,6 +127,7 @@ - | 时间轴方案 | [0d465a2](https://101.201.226.163:50022/TALL/TALL-MUI-4/commits/0d465a2) - | 时间轴任务 | [98abdf6](https://101.201.226.163:50022/TALL/TALL-MUI-4/commits/98abdf6) - | 时间轴数据错乱 | [c1e12bc](https://101.201.226.163:50022/TALL/TALL-MUI-4/commits/c1e12bc) + - | 时间轴tab切换角色任务错乱 | [760888b](https://101.201.226.163:50022/TALL/TALL-MUI-4/commits/760888b) - | 时间轴tab切换数据不更新 | [6141ff9](https://101.201.226.163:50022/TALL/TALL-MUI-4/commits/6141ff9) - | 退出登录 | [6922f24](https://101.201.226.163:50022/TALL/TALL-MUI-4/commits/6922f24) - | 向上查向下查 | [1933e1b](https://101.201.226.163:50022/TALL/TALL-MUI-4/commits/1933e1b) diff --git a/pages/business/business.vue b/pages/business/business.vue index 25cf3de..c16d1e0 100644 --- a/pages/business/business.vue +++ b/pages/business/business.vue @@ -65,7 +65,7 @@ }, 2000); } catch (error) { console.error('error: ', error); - uni.$ui.showToast('导入失败', 6000); + uni.$ui.showToast(error || '导入失败', 6000); } } diff --git a/pages/index/index.vue b/pages/index/index.vue index ab78c5e..59d90b8 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -110,7 +110,7 @@ // 导入失败 const onUploadError = error => { console.log('11111111') - uni.$ui.showToast('导入失败', 6000); + uni.$ui.showToast(error || '导入失败', 6000); }; async function toLogin() {